Get Taker Buy/Sell Ratio logo

Catalog action Blockchain Data

Get aggregated taker buy/sell volume ratio across futures exchanges. Taker volume represents aggressive market orders. Ratio >1 indicates buying pressure, <1 indicates selling pressure. Ideal for: order flow analysis, market aggression detection, exchange comparison, momentum trading signals.

At a Glance

FieldValue
Action IDcoinglass-get-taker-buy-sell-ratio
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagscoinglass, futures, taker, volume, buy-sell, order-flow, read

Payload Schema

FieldTypeRequiredDescription
symbolstringNoOptional trading symbol to filter by (e.g., 'BTC', 'ETH'). If omitted, returns all coins.

Result Schema

FieldTypeRequiredDescription
symbolstringNoTrading symbol (if specified in request)
exchangesarrayYesArray of exchange taker buy/sell volume data

Examples

json
{ "type": "coinglass-get-taker-buy-sell-ratio", "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