RESTful API and WebSocket endpoints for programmatic trading
API documentation and keys are available to approved developers only. Submit a request to gain access to our trading API.
Traditional HTTP endpoints for account management, trading, and data retrieval
Real-time market data streams and order updates via WebSocket connections
Flexible query language for complex data requirements and efficient requests
All API requests require authentication using API keys. You can generate API keys from your account dashboard after your API access is approved.
/accountRetrieve account balance, buying power, and account status
/ordersSubmit buy or sell orders with various order types and conditions
/positionsList all open positions with current market value and P&L
/market-data/{}symbol}Get real-time quotes, bars, and trade data for specific symbols
/orders/{}order_id}Cancel a pending order by order ID
wss://stream.tradingplatform.com/trade-updatesReal-time updates for order fills, cancellations, and rejections
wss://stream.tradingplatform.com/market-dataSubscribe to real-time quotes, trades, and bars for multiple symbols
Request API access to view full documentation and obtain API keys