Skip to main content
GET
/
api
/
v1
/
market
/
adl-alert
Get ADL Alerts
curl --request GET \
  --url https://api.ekiden.fi/api/v1/market/adl-alert
{
  "list": [
    {
      "adl_mode": "<string>",
      "equity": "<string>",
      "pool_group_id": "<string>",
      "pool_id": "<string>",
      "symbol": "BTCUSDC",
      "updated_time": "1672531200000",
      "adl_trigger_reason": "<string>",
      "latest_pnl_ratio": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.ekiden.fi/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

symbol
null | string
Example:

"BTCUSDC"

Response

ADL alert snapshots

list
object[]
required