DocsSDKsPython
SDKs

Python

Async-first Python client built on httpx. Sync wrapper in the same package, full type stubs for IDE autocomplete, and an async iterator for streaming market and order events.

Coming soonTargeting Q4 2026

nextbridge (PyPI)

Ships in parallel with the Node SDK and the REST API. Targets Python 3.11+. Both async and sync APIs live in the same package so you don't pick at install time.

What you'll get
  • pip install nextbridge — single dependency, httpx under the hood
  • Async (httpx.AsyncClient) and sync APIs in the same package
  • Type stubs included for full IDE autocomplete and mypy support
  • Built-in retry/backoff on 429 and 5xx — uses the Retry-After header when present
  • nextbridge.stream(...) returns an async iterator for live ticker and order events
Get notified when it ships

Or email devs@nextbridge.io to ask about a private beta.

Today: Python notebooks and scripts can talk to Nextbridge through the MCP server via any MCP-capable client, or by hitting the MCP endpoint with httpx directly.