Developers
SDKs
Planned
Language libraries are on the roadmap. In the meantime, the REST API is fully usable directly from any HTTP client.
Not shipped yet
SDK packages are not published yet. Use the REST endpoints directly for integration today; we will announce SDK availability on the changelog.
Use the REST API directly
Most endpoints accept and return JSON. Public endpoints are unauthenticated; trading and account endpoints require a bearer token.
# List public markets curl https://staging.satoriex.io/api/v1/markets # Authenticated request curl https://staging.satoriex.io/api/v1/me/balance \ -H "Authorization: Bearer $SATORIEX_TOKEN"
Planned languages
TypeScript
PlannedTypeScript with type-safe request and response models, suitable for Node.js and modern browsers.
Python
PlannedPythonic async client with typed dataclasses and helpers for common trading flows.
Go
PlannedIdiomatic Go bindings with context support, suitable for backends and bots.
Feedback wanted
Tell us which language matters most, or open an issue: Open an issue on GitHub