API
Programmatic market data and trading
Endpoints
Public market data requires no authentication. Trading and account endpoints require an API key with the matching permission.
- GET /api/v1/markets — listed pairs and metadata
- GET /api/v1/ticker/{symbol} — last price, 24h change and volume
- GET /api/v1/depth/{symbol} — order book snapshot
- POST /api/v1/orders — place a limit or market order
- GET /api/v1/account — balances and open orders
- WSS /stream — trades, depth and order updates
Authentication
Keys are HMAC-signed with a timestamp and expiry window. Scope each key to the minimum permission set and restrict it to known IP addresses.
Rate limits
1,200 weighted requests per minute for standard accounts, higher for VIP and institutional. Every response returns remaining-weight headers; 429 responses include a retry-after value.
