API DOCUMENTATION

Build trading bots, dApps, and integrations with our comprehensive REST and WebSocket APIs.

📡

REST API

Full-featured REST API for trading, market data, and account management.

# Example: Get BTC Price
GET /api/v1/ticker/BTC
🔌

WebSocket Streams

Real-time market data streams with sub-millisecond latency updates.

// Subscribe to BTC ticker
ws.subscribe('ticker.BTC')
🔑

API Key Management

Generate API keys with granular permissions for trading and withdrawal limits.

# Create API Key
POST /api/v1/keys

KEY ENDPOINTS

GET/api/v1/ticker/{symbol}

Get real-time price ticker for a trading pair

POST/api/v1/orders

Place a new limit or market order

GET/api/v1/balances

Retrieve account balances for all assets

DELETE/api/v1/orders/{id}

Cancel an active order by ID