SDKs
Node.js
Typed Node client over the REST API. Automatic Idempotency-Key generation for writes, built-in retry/backoff for 429s, and a WebSocket helper for streaming.
Coming soonTargeting Q4 2026
@nextbridge/node
Lands together with the REST API. Targets Node 20+ and is published with full TypeScript types — same types we use internally, so autocomplete matches the server contract exactly.
What you'll get
- npm install @nextbridge/node — single dependency, no peer-dep churn
- Full TypeScript types for every endpoint, payload, and webhook event
- Idempotency-Key generated automatically for writes; you can override per call
- Built-in retry with exponential backoff on 429 and 5xx — respects the rate-limit headers
- WebSocket helper for streaming tickers, order updates, and balance changes
Get notified when it ships
Or email devs@nextbridge.io to ask about a private beta.
Today: AI agents can call Nextbridge through the MCP server from Node directly — point your MCP client at
/api/mcp with an API key.