Skip to main content

Get Mark Price

Get Mark Price

Get mark price for perpetual contracts.

Rate limit: IP

Request frequency limit: 5/1s

Request URL

GET /deepcoin/market/mark-price

Request Parameters

Field NameRequiredTypeDescription
instTypetruestringProduct type
Perpetual contract: SWAP
ulyfalsestringUnderlying, only applicable to perpetual contracts
instIdfalsestringProduct ID. If both instId and uly are provided, instId takes priority

Response Parameters

Field NameTypeDescription
instTypestringProduct type
instIdstringProduct ID
markPxstringMark price
tsstringData generation time, Unix timestamp in milliseconds

Response Example

{
"code": "0",
"msg": "",
"data": [
{
"instType": "SWAP",
"instId": "BTC-USDT-SWAP",
"markPx": "96127.5",
"ts": "1739242026000"
}
]
}