GET/api/v1/marketsList all trading pairs and current prices
GET/api/v1/markets/{symbol}/candlesHistorical OHLCV candle data
GET/api/v1/markets/{symbol}/orderbookLive order book depth
POST/api/v1/ordersPlace a new spot, margin, or futures order
DELETE/api/v1/orders/{orderId}Cancel an open order
GET/api/v1/account/balancesRetrieve wallet balances
POST/api/v1/account/withdrawalsRequest an asset withdrawal
GET/ws/v1/streamWebSocket stream for real-time market data