
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@reactivemarkets/switchboard-sdk
Advanced tools
The Reactive Switchboard SDK for JavaScript. See Developer Docs for full documentation
import { MarketDataClient, toJS } from "@reactivemarkets/switchboard-sdk";
const marketDataClient = new MarketDataClient({
apiKey: MY_API_KEY,
});
marketDataClient
.on("open", () => {
marketDataClient.subscribe({
markets: [{
symbol: "BTCUSD",
venue: "REX",
}],
});
})
.on("snapshot", (snapshot) => {
console.log(toJS(snapshot));
});
npm i @reactivemarkets/switchboard-sdk
To install all dependencies and build run:
git clone https://github.com/reactivemarkets/switchboard-js.git
cd switchboard-js
npm ci
npm run build
We use SemVer for versioning. For the versions available, see the tags on this repository.
This project is licensed under the Apache 2.0 License - see the LICENSE file for details.
FAQs
SDK for the Reactive Markets Switchboard
We found that @reactivemarkets/switchboard-sdk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.