SDKs & Tools

SDKs & Developer Tools

Official client libraries and tools for integrating with the Nexus Glass API.

Client Libraries

Python SDK

Coming Soon

Official Python client with async support, automatic retries, and type hints.

pip install nexusglass
Async/await supportAutomatic rate limit handlingType hints (mypy compatible)WebSocket client included

Node.js SDK

Coming Soon

TypeScript-first Node.js client with full type definitions and streaming support.

npm install @nexusglass/sdk
TypeScript-firstESM + CJS supportWebSocket with auto-reconnectZod schema validation

Go SDK

Coming Soon

High-performance Go client built for low-latency use cases and server-side integrations.

go get github.com/nexusglass/go-sdk
Context-awareConnection poolingGoroutine-safeWebSocket with recovery

Developer Tools

Postman Collection

Coming Soon

Pre-configured Postman collection with all endpoints, example requests, and environment variables.

OpenAPI Spec

Available

OpenAPI 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.

Related