SDKs & Tools
SDKs & Developer Tools
Official client libraries and tools for integrating with the Nexus Glass API.
Client Libraries
Python SDK
Coming SoonOfficial Python client with async support, automatic retries, and type hints.
pip install nexusglassAsync/await supportAutomatic rate limit handlingType hints (mypy compatible)WebSocket client included
Node.js SDK
Coming SoonTypeScript-first Node.js client with full type definitions and streaming support.
npm install @nexusglass/sdkTypeScript-firstESM + CJS supportWebSocket with auto-reconnectZod schema validation
Go SDK
Coming SoonHigh-performance Go client built for low-latency use cases and server-side integrations.
go get github.com/nexusglass/go-sdkContext-awareConnection poolingGoroutine-safeWebSocket with recovery
Developer Tools
Postman Collection
Coming SoonPre-configured Postman collection with all endpoints, example requests, and environment variables.
OpenAPI Spec
AvailableOpenAPI 3.0 specification file. Import into any API client or use for code generation.
Direct HTTP
No SDK required. The API is a standard REST API — any HTTP client works. Add the X-API-Key header and you're ready.
Any HTTP client
curl -s "https://nexusglass.live/api/v1/oi/BTCUSDT" \ -H "X-API-Key: YOUR_API_KEY" | jq .
Get notified when SDKs launch
Contact support@nexusglass.live to join the SDK early access program.
