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.
Documentation IndexFetch the complete documentation index at: https://docs.ekiden.fi/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.ekiden.fi/llms.txt
Use this file to discover all available pages before exploring further.
"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