Liquidation Chart
/gateway/v1/market/liquidation/chartReturns OHLC-style aggregated liquidation data for a token on a specific exchange.
Filters: `symbol`, `exchange`, `interval`.
Useful for charting liquidation volume over time.
Query Parameters
Token ticker symbol like `BTC` or `ETH`
BTCCandlestick interval — bucket size for each point in the liquidation chart series: `1m`, `3m`, `5m`, `15m`, `30m`, `1h`, `4h`, `6h`, `8h`, `12h`, `1d`, or `1w`. This endpoint uses `interval` only; it does NOT accept `time_range`. Use `from`/`to` to bound the series.
1m3m5m15m30m1h4h6h8h12h1d1w1hExchange name. Can be `Binance`, `OKX`, `Bybit`, `Bitget`, `Hyperliquid`, `Gate`, `HTX`, `Bitmex`, `Bitfinex`, `CoinEx`, `Aster`, or `Lighter`.
BinanceOKXBybitBitgetHyperliquidGateHTXBitmexBitfinexCoinExAsterLighterBinanceResults per page
500Start of time range. Accepts Unix seconds (`1704067200`) or date string (`2024-01-01`)
2024-01-01End of time range. Accepts Unix seconds (`1706745600`) or date string (`2024-02-01`)
2024-02-01