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