SDKs
Go
Idiomatic Go client with context-aware methods, generated types from the OpenAPI spec, and built-in retry middleware. Scheduled after Node and Python — most early users have been Node/Python-first.
Coming soonTargeting Early 2027
github.com/nextbridge/nextbridge-go
Generated from the same OpenAPI spec as the Node and Python SDKs, so the request and response types stay in sync across all three. Targets Go 1.22+.
What you'll get
- go get github.com/nextbridge/nextbridge-go
- Context-aware methods with idiomatic functional option pattern for request params
- Types generated from the OpenAPI spec — same source as the Node and Python SDKs
- Built-in retry/backoff middleware that respects rate-limit headers
- WebSocket client for streaming tickers, fills, and balance changes
Get notified when it ships
Or email devs@nextbridge.io to ask about a private beta.
Today: Go services can hit the MCP server over plain HTTP with
net/http and a Bearer API key. The REST API will land before this SDK does, so a thin net/http wrapper bridges the gap.