v21

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

Get ADL Alert History

Get archived ADL alert snapshots for one symbol or all pools.

get/api/v1/market/adl-alert/history

Query parameters

symbolstring
Example:BTCUSDC
start_timestring date-time nullable
end_timestring date-time nullable
limitinteger nullable

Response

ADL alert history

Example response

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