Get Large Orders History logo

Catalog action Blockchain Data

Get historical large limit orders from the futures orderbook that have been completed. Returns significant orders meeting thresholds: BTC >= $1M, ETH >= $500K, Others >= $50K. Ideal for: historical whale activity analysis, large order patterns, market impact assessment, institutional trading history.

At a Glance

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

Payload Schema

FieldTypeRequiredDescription
symbolstringNoFilter by trading pair (e.g., 'BTCUSDT', 'ETHUSDT'). If not provided, returns large orders history for all pairs.
exchangestringYesExchange name to query (e.g., 'Binance', 'OKX'). Required by the Coinglass API.
limitnumberNoMaximum number of results to return (default: 1000).
startTimenumberNoStart timestamp in milliseconds (e.g., 1641522717000).
endTimenumberNoEnd timestamp in milliseconds (e.g., 1641522717000).

Result Schema

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

Examples

json
{ "type": "coinglass-get-large-orders-history", "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