Per-Exchange Breakdown (OI, long/short, liquidation, volume)
get_exchange_breakdownHow one coin's futures activity splits across exchanges. metric=oi returns each exchange's open interest USD with 1h/4h/12h/24h % change (window ignored); long_short returns ratio + taker buy/sell volume per exchange; liquidation returns long/short liquidation USD; volume returns traded volume USD with % changes. total is the coin-level aggregate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metric | Yes | ||
| symbol | Yes | Coin ticker, e.g. BTC | |
| window | No | Lookback window, default 24h (ignored for oi) |