Skip to main content

Market Data API

All endpoints require JWT authentication.

Price & Orderbook Data

EndpointMethodDescription
/data/pairsGETList all trading pairs
/data/orderbook/{symbol}GETGet orderbook for symbol
/data/metrics/{symbol}GETGet metrics for specific symbol
/data/metricsGETGet metrics for all symbols

Bot Metrics

EndpointMethodDescription
/api/bot/metricsGETAggregated bot performance metrics
/api/bot/fillsGETRecent fills
/api/bot/positionsGETBot positions
/api/bot/trade_historyGETBot trade history
/api/bot/leaderboardGETTrading leaderboard

Funding Rates

EndpointMethodDescription
/api/funding/ratesGETCurrent funding rates across exchanges
/api/funding/opportunitiesGETFunding arbitrage opportunities

Screener

EndpointMethodDescription
/screener/pairsGETScreened trading pairs
/screener/selectedGETYour selected pairs
/screener/pair/{symbol}/togglePOSTToggle pair selection

WebSocket

Connect to the WebSocket endpoint for real-time data:

ws://host/ws

Available streams:

  • trades -- Real-time fill notifications
  • orders -- Order status updates
  • positions -- Position changes
  • metrics -- Performance metrics