Get Whale Index logo

Catalog action Blockchain Data

Retrieves historical Whale Index data indicating large trader activity based on order book depth. Higher values suggest increased whale buying, lower values indicate whale selling pressure. Ideal for: whale tracking, smart money analysis, predicting large price moves, market manipulation detection.

At a Glance

FieldValue
Action IDcoinglass-indicator-get-whale-index
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagscoinglass, indicator, whale, smart-money, order-book, read

Payload Schema

FieldTypeRequiredDescription
exchangestringYesFutures exchange name (e.g., Binance, OKX, Bybit).
symbolstringYesTrading pair symbol (e.g., BTCUSDT, ETHUSDT).
intervalstringYesTime interval for data aggregation.
limitnumberNoMaximum number of results (default: 1000).
startTimenumberNoStart timestamp in milliseconds.
endTimenumberNoEnd timestamp in milliseconds.

Result Schema

FieldTypeRequiredDescription
exchangestringYesExchange name.
symbolstringYesTrading pair symbol.
intervalstringYesTime interval.
dataPointsarrayYesArray of Whale Index data points.

Examples

json
{ "type": "coinglass-indicator-get-whale-index", "payload": { "exchange": "example-exchange", "symbol": "ETH", "interval": "1m" }, "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