Skip to main content
GET
/
api
/
v1
/
market
/
risk-limit
Get Risk Limit
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 Parameters

symbol
null | string
Example:

"BTCUSDC"

cursor
string | null

Cursor. Use the next_page_cursor token from the response to retrieve the next page of the data set

Response

200 - application/json

Risk limit

Risk limit response.

list
object[]
required
next_page_cursor
string
required