Get On-Chain Exchange Assets logo

Catalog action Blockchain Data

Get on-chain asset holdings for a specific exchange's wallets. Returns wallet addresses, balances, and USD values for all assets held by the exchange. Ideal for: exchange reserve tracking, transparency analysis, whale watching, market sentiment.

At a Glance

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

Payload Schema

FieldTypeRequiredDescription
exchangestringYesExchange name to query (e.g., 'Binance', 'Coinbase', 'Bitfinex'). Returns all wallet holdings for that exchange.

Result Schema

FieldTypeRequiredDescription
exchangestringYesExchange name.
assetsarrayYesArray of asset holdings for the exchange

Examples

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