> ## Documentation Index
> Fetch the complete documentation index at: https://docs.alphractal.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Exchanges and Entities

> Which venues back each family of market data, and what happens when you omit the exchange filter.

Endpoints that carry an `exchange` parameter accept the identifiers below, in lowercase.
**Omitting `exchange` leaves the query unfiltered by venue**, so the response spans every
venue that has data for that asset.

### Spot and futures OHLCV

47 venues — price, volume and trade counts per exchange.

`apex`, `aster`, `backpack`, `binance`, `bingx`, `bitfinex`, `bitget`, `bithumb`, `bitmart`, `bitmex`, `bitstamp`, `blockchaincom`, `blofin`, `bullish`, `bybit`, `bydfi`, `coinbase`, `coinex`, `cryptocom`, `deepcoin`, `delta`, `deribit`, `digifinex`, `dydx`, `fmfwio`, `foxbit`, `gate`, `hashkey`, `hibachi`, `hitbtc`, `htx`, `hyperliquid`, `kraken`, `kucoin`, `kucoinfutures`, `lbank`, `mercado`, `mexc`, `okx`, `paradex`, `phemex`, `tokocrypto`, `toobit`, `upbit`, `whitebit`, `woo`, `xt`

### Open interest

31 venues — open interest in contracts and USD.

`apex`, `backpack`, `binance`, `bingx`, `bitfinex`, `bitget`, `bitmart`, `bitmex`, `bullish`, `bybit`, `coinbase`, `coinex`, `cryptocom`, `delta`, `deribit`, `dydx`, `fmfwio`, `ftx`, `gate`, `hibachi`, `hitbtc`, `htx`, `hyperliquid`, `kraken`, `kucoin`, `lighter`, `mexc`, `okx`, `paradex`, `phemex`, `whitebit`

### Derivatives metrics

31 venues — funding rate, long/short ratios, whale vs retail.

`aster`, `backpack`, `binance`, `bingx`, `bitfinex`, `bitget`, `bitmex`, `blofin`, `bullish`, `bybit`, `bydfi`, `coinbase`, `coinex`, `cryptocom`, `deribit`, `derive`, `dydx`, `fmfwio`, `gate`, `hibachi`, `hitbtc`, `htx`, `hyperliquid`, `kraken`, `kucoin`, `mexc`, `okx`, `phemex`, `toobit`, `woo`, `xt`

### Liquidation levels

22 venues — liquidation clusters and heatmaps.

`all`, `binance`, `bingx`, `bitfinex`, `bitget`, `bitmart`, `bitmex`, `bullish`, `bybit`, `coinbase`, `coinex`, `cryptocom`, `dydx`, `gate`, `htx`, `kraken`, `kucoin`, `lighter`, `mexc`, `okx`, `phemex`, `whitebit`

### On-chain exchange flows

78 venues — entities tracked for flow metrics.

`All Exchanges`, `Arkham Exchange`, `BTSE`, `BYDFi`, `Backpack`, `Bake.io`, `BiTomato`, `Biconomy.com`, `BigONE`, `Binance`, `BingX`, `BitKan`, `BitMart`, `BitVenus`, `Bitfinex`, `Bitget`, `Bitkub`, `Bitlo`, `Bitmex`, `Bitrue`, `Bitstamp`, `Bitunix`, `Bitvavo`, `BloFin`, `Bybit`, `Byte Exchange`, `CEX.IO`, `Coin8`, `CoinDCX`, `CoinEx`, `CoinW`, `Coinsquare`, `Coinstore`, `Crypto-com`, `Deribit`, `Exmo`, `Fastex`, `Flipster`, `Gate`, `Gate US`, `Gemini`, `GroveX`, `HTX`, `HashKey Exchange`, `HashKey Global`, `Hibt`, `Hotcoin`, `Indodax`, `Korbit`, `KuCoin`, `LBank`, `Latoken`, `LeveX`, `MEXC`, `NBX`, `Nexo`, `NonKYC`, `OKX`, `OSL`, `OSL HK`, `Okcoin`, `OrangeX`, `Ourbit`, `P2PB2B`, `Phemex`, `Pionex`, `Poloniex`, `ProBit Global`, `Robinhood`, `SwissBorg`, `Toobit`, `Tothemoon`, `TradeOgre`, `VALR`, `WEEX`, `WOO X`, `Webot`, `Zoomex`

## Checking per asset

Venue coverage varies by asset — a small-cap listed on three exchanges will not answer for
44 of them. The authoritative, per-asset answer comes from the API itself:

* `GET /{asset}/ohlcv/exchanges` — venues with OHLCV for that asset
* `GET /{asset}/derivatives/Funding_Rate/exchanges` — venues with funding rate
* `GET /{asset}/derivatives/Open_Interest/exchanges` — venues with open interest
* `GET /{asset}/exchange_flow/entity_names` — entities tracked for on-chain flows
