Method reference
Tickers
| Method | HTTP | Endpoint | Description |
|---|---|---|---|
getTickers(params) | GET | /api/v5/market/tickers | All tickers for an instrument type |
getTicker(params) | GET | /api/v5/market/ticker | Single instrument ticker |
getIndexTickers(params?) | GET | /api/v5/market/index-tickers | Index tickers |
Order books
| Method | HTTP | Endpoint | Description |
|---|---|---|---|
getOrderBook(params) | GET | /api/v5/market/books | Order book (up to 400 levels) |
getFullOrderBook(params) | GET | /api/v5/market/books-full | Full order book snapshot |
Candles
| Method | HTTP | Endpoint | Description |
|---|---|---|---|
getCandles(params) | GET | /api/v5/market/candles | Recent candlestick data |
getHistoricCandles(params) | GET | /api/v5/market/history-candles | Historical candlestick data |
getIndexCandles(params) | GET | /api/v5/market/index-candles | Index price candles |
getHistoricIndexCandles(params) | GET | /api/v5/market/history-index-candles | Historical index candles |
getMarkPriceCandles(params) | GET | /api/v5/market/mark-price-candles | Mark price candles |
getHistoricMarkPriceCandles(params) | GET | /api/v5/market/history-mark-price-candles | Historical mark price candles |
Trades
| Method | HTTP | Endpoint | Description |
|---|---|---|---|
getTrades(params) | GET | /api/v5/market/trades | Recent trades (up to 500) |
getHistoricTrades(params) | GET | /api/v5/market/history-trades | Historical trade data |
Instruments and reference data
| Method | HTTP | Endpoint | Description |
|---|---|---|---|
getInstruments(params) | GET | /api/v5/public/instruments | Tradable instruments and their specs |
getMarkPrice(params) | GET | /api/v5/public/mark-price | Mark price for derivatives |
getFundingRate(params) | GET | /api/v5/public/funding-rate | Current funding rate for a SWAP |
getFundingRateHistory(params) | GET | /api/v5/public/funding-rate-history | Historical funding rates |
getOpenInterest(params) | GET | /api/v5/public/open-interest | Open interest for derivatives |
getOptionMarketData(params) | GET | /api/v5/public/opt-summary | Options market summary data |
getMinMaxLimitPrice(params) | GET | /api/v5/public/price-limit | Price band limits |
getInsuranceFund(params) | GET | /api/v5/public/insurance-fund | Insurance fund balance |
getDeliveryExerciseHistory(params) | GET | /api/v5/public/delivery-exercise-history | Delivery and exercise history |
getEstimatedDeliveryExercisePrice(params) | GET | /api/v5/public/estimated-price | Estimated settlement price |
getDiscountRateAndInterestFreeQuota(params) | GET | /api/v5/public/discount-rate-interest-free-quota | Discount rate tiers |
getInterestRateAndLoanQuota() | GET | /api/v5/public/interest-rate-loan-quota | Loan quotas and interest rates |
getUnitConvert(params) | GET | /api/v5/public/convert-contract-coin | Convert between contract and coin units |
System
| Method | HTTP | Endpoint | Description |
|---|---|---|---|
getSystemStatus(params) | GET | /api/v5/system/status | Scheduled maintenance and system events |
getSystemTime(params) | GET | /api/v5/public/time | Server timestamp |
getServerTime() | GET | /api/v5/public/time | Server time as a number (ms) |

