cURL
curl --request GET \ --url https://api.ekiden.fi/api/v1/market/risk-limit
{ "list": [ { "initial_margin": "<string>", "is_lowest_risk": true, "maintenance_margin": "<string>", "max_leverage": "<string>", "mm_duration": "<string>", "risk_id": 1, "risk_limit_value": "<string>", "symbol": "BTCUSDC" } ], "next_page_cursor": "<string>" }
Query for the risk limit margin parameters.
"BTCUSDC"
Cursor. Use the next_page_cursor token from the response to retrieve the next page of the data set
Risk limit
Risk limit response.
Show child attributes