ax-exchange-sdk
Rust SDK for the ArchitectX derivatives exchange.
Provides typed REST and WebSocket clients for market data, order management, and account operations with automatic token management.
Quick Start
[]
= { = "https://github.com/architect-xyz/adx.git" }
= { = "1", = ["full"] }
= "1"
use ArchitectX;
use Result;
async
Features
- REST clients for API Gateway and Order Gateway
- WebSocket clients for streaming market data and order management
- Automatic bearer token caching and refresh
- Typed request/response structs with serde
- Local order book maintenance via WebSocket
Documentation
License
AGPL-3.0-only