Market
Get Risk Limit
Query for the risk limit margin parameters.
get/api/v1/market/risk-limit
Query parameters
symbolstring
Example:BTCUSDC
cursorstring nullable
Cursor. Use the next_page_cursor token from the response to retrieve the next page of the data set
Response
Risk limit
Example response
{
"list": [
{
"symbol": "BTCUSDC"
}
]
}