Orderbook Dynamics
Subscribe to measures of the orderbook state across any number of assets, on single exchanges or on a consolidated basis for a currency pair across all exchanges.
Orderbook Imbalance
{
action: 'subscribe',
channel: [exchange.instrument.imbalance.levels]
}# Subscribe to deribit's BTC-PERPETUAL orderbook imbalance between the
# best bid amount and the best ask amount
channel = ['deribit.BTC-PERPETUAL.imbalance.1']
# Subscribe to bitmex's XBTUSD orderbook imbalance for the top 25 levels
# of the orderbook
channel = ['bitmex.XBTUSD.imbalance.25']
# Use a pattern subscription to subscribe to the top-level imbalance for all
# instruments trading on bitmex
channel = ['bitmex.*.imbalance.1']
# Subscribe to the imbalance for the BTCUSD pair across all exchanges
channel = ['BTCUSD spot.imbalance.1']
Microprice
Orderbook Resilience
Predicted queue position
Global liquidity mismatch
Liquidity fragmentation
Breakout detection
Last updated