Connect to multiple cryptocurrency exchanges through a single, unified WebSocket API. Real-time market data, instant order execution, and comprehensive account management.
Access real-time market data without authentication. Stream prices, order books, and trade history across all supported exchanges.
Authenticated endpoints for trading, account management, and order execution. Requires JWT authentication.
wss://opentrade.io/ws
Production
wss://test.opentrade.io/ws
Testnet
https://opentrade.io/auth/login
Auth Endpoint
Public channels: 100 req/sec
Private channels: 50 req/sec
Send PING every 30 seconds to maintain connection. Timeout after 60s.
JWT tokens via REST login. Include as signature in private requests.
Create an account to get your API credentials and start building.