Get On-Chain Exchange Balance List logo

Catalog action Blockchain Data

Get on-chain balance data for a coin across all cryptocurrency exchanges. Returns total balance and 1d/7d/30d changes for each exchange. Ideal for: exchange flow analysis, reserve tracking, accumulation detection, market sentiment.

At a Glance

FieldValue
Action IDcoinglass-onchain-get-exchange-balance-list
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagscoinglass, onchain, exchange, balance, reserves, flow, read

Payload Schema

FieldTypeRequiredDescription
symbolstringYesCoin symbol to query (e.g., 'BTC', 'ETH'). Returns balance data across all exchanges for this coin.

Result Schema

FieldTypeRequiredDescription
symbolstringYesCoin symbol.
balancesarrayYesArray of exchange balance data

Examples

json
{ "type": "coinglass-onchain-get-exchange-balance-list", "payload": { "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