v21

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-2856132182.6 KB
Market

Get ADL Alerts

Get the latest ADL alert snapshot for one symbol or all pools.

get/api/v1/market/adl-alert

Query parameters

symbolstring
Example:BTCUSDC

Response

ADL alert snapshots

Example response

{
  "list": [
    {
      "symbol": "BTCUSDC",
      "updated_time": "1672531200000"
    }
  ]
}