Skip to main content

Get Market Tickers

Get Market Tickers

Get market tickers information

Rate limit: IP

Request frequency limit: 5/1s

Request URL

GET /deepcoin/market/tickers

Request Parameters

Field NameRequiredTypeDescription
instTypetruestringProduct type
Spot: SPOT
Contract: SWAP
ulyfalsestringIndex symbol, only applicable to perpetual

Response Parameters

Field NameTypeDescription
instTypestringProduct type
instIdstringProduct ID
laststringLast traded price
lastSzstringLast traded size
askPxstringBest ask price
askSzstringBest ask size
bidPxstringBest bid price
bidSzstringBest bid size
open24hstring24-hour opening price
high24hstring24-hour highest price
low24hstring24-hour lowest price
volCcy24hstring24-hour volume in quote currency
vol24hstring24-hour volume in base currency
sodUtc0stringOpening price at UTC 0
sodUtc8stringOpening price at UTC+8
tsstringTicker data generation time, Unix timestamp in milliseconds

Response Example

{
"code": "0",
"msg": "",
"data": [
{
"instType": "SWAP",
"instId": "BTC-USD-SWAP",
"last": "96127.5",
"lastSz": "",
"askPx": "96127.8",
"askSz": "179208",
"bidPx": "96127.3",
"bidSz": "2951",
"open24h": "95596.6",
"high24h": "96531.5",
"low24h": "95247",
"volCcy24h": "55.814169",
"vol24h": "5350671",
"sodUtc0": "",
"sodUtc8": "",
"ts": "1739242026000"
}
]
}