Skip to main content

Get Trading Pair Risk Fund Balance

Type: GET

Description: /future/market/v1/public/contract/risk-balance

Note:

This method does not require a signature.

Parameters

NameTypeMandatoryDefaultDescriptionRanges
symbolstringtrueTrading pair
directionstringfalseNEXTDirection (PREV: Previous page; NEXT: Next page)PREV;NEXT
idintegerfalseN/Aid
limitintegerfalse10Limit

Response Example

Response
{
"error": {
"code": "",
"msg": ""
},
"msgInfo": "",
"result": {
"hasNext": false, // Is there a next page
"hasPrev": false, // Is there a previous page
"items": [ // Datasheets
{
"amount": 0, // Balance
"coin": "", // Currency
"createdTime": 0, // Time
"id": 0 // id
}
]
},
"returnCode": 0
}