For the complete documentation index, see llms.txt. This page is also available as Markdown.

SDKs & Tools

The official SDKs are the fastest way to build a SoDEX integration. Choose the language that matches your application and use the REST reference when you need the exact wire format.

SDK
Package and repository
Coverage

Python

Spot, Perps, user flows, signing, and WebSocket clients

Go

Request types and signing helpers

Python SDK GuideGo SDK Signing Guide

SDKs reduce signing and serialization mistakes, but they do not replace production controls. Keep private keys in a secret manager, coordinate nonces across workers, reconcile ambiguous writes, and reconcile execution updates using account WebSocket events and REST queries.

Production integration

Reconcile account WebSocket events with REST after disconnects or ambiguous writes; the stream alone does not recover missed history.

Last updated