Get Taker Buy/Sell Ratio
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.
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
| Field | Value |
|---|---|
| Action ID | coinglass-get-taker-buy-sell-ratio |
| Category | Blockchain Data |
| Connector | Not required |
| Requires gas | No |
| Funds movement | None declared |
| Tags | coinglass, futures, taker, volume, buy-sell, order-flow, read |
Payload Schema
| Field | Type | Required | Description |
|---|---|---|---|
symbol | string | No | Optional trading symbol to filter by (e.g., 'BTC', 'ETH'). If omitted, returns all coins. |
Result Schema
| Field | Type | Required | Description |
|---|---|---|---|
symbol | string | No | Trading symbol (if specified in request) |
exchanges | array | Yes | Array of exchange taker buy/sell volume data |
Examples
json{ "type": "coinglass-get-taker-buy-sell-ratio", "payload": { "symbol": "ETH" }, "children": []}
bashcurl -X POST "https://api.b3os.org/v1/actions/coinglass-get-taker-buy-sell-ratio/test" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "inputs": { "symbol": "ETH" }}'
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.
