Get Top Long/Short Account Ratio logo

Catalog action Blockchain Data

Get historical long/short account ratio for top traders on a specific exchange. Shows positioning of large, experienced traders. Top traders typically have higher win rates. Supports multiple intervals. Ideal for: smart money tracking, whale sentiment analysis, institutional positioning, follow-the-leader strategies.

At a Glance

FieldValue
Action IDcoinglass-get-top-long-short-account-ratio
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagscoinglass, futures, long-short, ratio, top-traders, whales, sentiment, read

Payload Schema

FieldTypeRequiredDescription
exchangestringYesExchange name (e.g., 'Binance', 'OKX', 'Bybit')
symbolstringYesTrading pair symbol (e.g., 'BTCUSDT', 'ETHUSDT')
intervalstringYesTime interval for data aggregation
limitnumberNoMaximum number of results (default: 1000, max: 4500)
startTimenumberNoStart timestamp in seconds (Unix timestamp)
endTimenumberNoEnd timestamp in seconds (Unix timestamp)

Result Schema

FieldTypeRequiredDescription
exchangestringYesExchange name
symbolstringYesTrading pair symbol
intervalstringYesTime interval
dataPointsarrayYesArray of top traders long/short account ratio data points

Examples

json
{ "type": "coinglass-get-top-long-short-account-ratio", "payload": { "exchange": "example-exchange", "symbol": "ETH", "interval": "1h" }, "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