v21

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-2856132182.6 KB
Market

Get Tickers

Query for the latest price snapshot, best bid/ask price, and trading volume in the last 24 hours.

get/api/v1/market/tickers

Query parameters

symbolstring
Example:BTCUSDC

Response

Tickers

Example response

{
  "list": [
    {
      "next_funding_time": "1672531200000",
      "symbol": "BTCUSDC"
    }
  ]
}