Get Mark Price for All Trading Pairs
GET: /v1/future-u/market/public/q/mark-price
Parameters
Parameter | Type | mandatory | Default | Description | Ranges |
---|---|---|---|---|---|
symbol | string | true | N/A | Trading pair |
Note:This method does not require a signature.
Response
{
"msgInfo": {
"code": "",
"msg": ""
},
"msg": "",
"data": [
{
"p": 0, //Price
"s": "", //Trading pair
"t": 0 //Time
}
],
"code": 200
}