Get Large Open Orders logo

Catalog action Blockchain Data

Get large open limit orders from the current futures orderbook. Returns significant orders meeting thresholds: BTC >= $1M, ETH >= $500K, Others >= $50K. Ideal for: whale watching, large order detection, market sentiment analysis, institutional activity tracking.

At a Glance

FieldValue
Action IDcoinglass-get-large-orders
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagscoinglass, whales, futures, derivatives, read

Payload Schema

FieldTypeRequiredDescription
symbolstringNoFilter by trading pair (e.g., 'BTCUSDT', 'ETHUSDT'). If not provided, returns large orders for all pairs.
exchangestringYesExchange name to query (e.g., 'Binance', 'OKX'). Required by the Coinglass API.

Result Schema

FieldTypeRequiredDescription
ordersarrayYesArray of large open orders. Thresholds: BTC >= $1M, ETH >= $500K, Others >= $50K

Examples

json
{ "type": "coinglass-get-large-orders", "payload": { "exchange": "example-exchange" }, "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