Skip to main content
Insurance Pool and Auto-Deleveraging (ADL) endpoints expose the current state of Ekiden’s risk management system. These endpoints are intended for monitoring, analytics, and operational dashboards. For real-time updates, subscribe to the corresponding public WebSocket topics.

Insurance Pool

Current State

Returns the current insurance pool state for the specified market. Common response fields include:
  • pool_id
  • pool_group_id
  • cash_balance
  • realized_pnl_cum
  • unrealized_pnl
  • base_equity
  • equity
  • group_redistribution_in
  • group_redistribution_out
  • group_adl_obligation
  • adl_mode
  • adl_trigger_reason
  • latest_pnl_ratio
  • updated_time
  • inventory

History

Supported query parameters:

Auto-Deleveraging (ADL)

Current State

Returns the current ADL status for the specified market. Common response fields include:
  • pool_id
  • pool_group_id
  • symbol
  • adl_mode
  • adl_trigger_reason
  • latest_pnl_ratio
  • equity
  • updated_time

History

Supported query parameters:

WebSocket Topics

Live updates are available on the public WebSocket endpoint:
Available topics:
  • insurance_pool.<symbol>
  • adl_alert.<symbol>