GET | /exchange/api/v1/order_updates | Order posts, fills, cancellations, liquidations, and rejection history. |
GET | /exchange/api/v1/strategy_updates | Strategy update history for collateral, funding, PnL, fees, withdrawals, liquidations, and ADL. |
GET | /exchange/api/v1/trader_updates | Trader DDX balance, fee-preference, admission, denial, and profile update history. |
GET | /stats/api/v1/aggregations/balance | Strategy balance changes over a recent lookback window. |
GET | /stats/api/v1/aggregations/collateral | Collateral inflow and outflow aggregation. |
GET | /stats/api/v1/aggregations/ddx | DDX inflow and outflow aggregation. |
GET | /stats/api/v1/aggregations/fees | Fee aggregation by symbol, fee symbol, period, and grouping. |
GET | /stats/api/v1/fees | Maker and taker fee history for a strategy. |
GET | /stats/api/v1/positions | Current positions for a strategy. |
GET | /stats/api/v1/strategy | Current state of a trader strategy. |
GET | /stats/api/v1/strategies | Strategy list for a trader when exposed by the target deployment. |
GET | /stats/api/v1/strategy_metrics | Strategy KPIs and risk metrics such as margin fraction, leverage, available collateral, and strategy value. |
GET | /stats/api/v1/trader | Current trader DDX balance and profile. |
GET | /v2/encryption-key | Operator public key for encrypted private request submission. |
POST | /v2/request | Signed and encrypted private order, cancel, cancel-all, profile-update, or withdrawal request submission. |