v21

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-2856132182.6 KB
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

next_page_cursorstring required

Example response

{
  "list": [
    {
      "symbol": "BTCUSDC"
    }
  ]
}