Get Orderbook Heatmap logo

Catalog action Blockchain Data

Get historical orderbook depth snapshots for a specific exchange and trading pair. Returns bid/ask price levels and quantities over time for heatmap visualization. Ideal for: liquidity visualization, support/resistance identification, order flow analysis, market depth charting.

At a Glance

FieldValue
Action IDcoinglass-get-orderbook-heatmap
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagscoinglass, liquidity, futures, derivatives, read

Payload Schema

FieldTypeRequiredDescription
exchangestringYesFutures exchange name (e.g., 'Binance', 'OKX', 'Bybit'). Use the supported-exchange-pair API to get valid exchanges.
symbolstringYesTrading pair symbol (e.g., 'BTCUSDT', 'ETHUSDT'). Check supported pairs via the supported-exchange-pair API.
limitnumberNoMaximum number of snapshots to return (default: 100).
startTimenumberNoStart timestamp in milliseconds (e.g., 1641522717000).
endTimenumberNoEnd timestamp in milliseconds (e.g., 1641522717000).

Result Schema

FieldTypeRequiredDescription
exchangestringYesExchange name.
symbolstringYesTrading pair symbol.
entriesarrayYesArray of orderbook depth snapshots for heatmap visualization

Examples

json
{ "type": "coinglass-get-orderbook-heatmap", "payload": { "exchange": "example-exchange", "symbol": "ETH" }, "children": []}

Payload fields can use workflow expressions such as {{$trigger.body.amount}}, {{$nodes.fetch.result.price}}, and {{$props.asset}} when the value should come from a trigger, prior node, or reusable workflow prop.

Ask a question... ⌘I