Get Coin Netflow
Retrieve coin netflow data for futures markets showing capital inflows and outflows. Tracks net movement of funds into/out of each cryptocurrency. Positive netflow indicates accumulation. Ideal for: capital flow analysis, detecting whale accumulation, identifying market trends.
Catalog action Blockchain Data
Retrieve coin netflow data for futures markets showing capital inflows and outflows. Tracks net movement of funds into/out of each cryptocurrency. Positive netflow indicates accumulation. Ideal for: capital flow analysis, detecting whale accumulation, identifying market trends.
At a Glance
| Field | Value |
|---|---|
| Action ID | coinglass-get-coin-netflow |
| Category | Blockchain Data |
| Connector | Not required |
| Requires gas | No |
| Funds movement | None declared |
| Tags | coinglass, netflow, futures, capital, flow, read |
Payload Schema
This action does not declare payload fields.
Result Schema
| Field | Type | Required | Description |
|---|---|---|---|
data | array | Yes | Array of coin netflow data |
Examples
json{ "type": "coinglass-get-coin-netflow", "payload": {}, "children": []}
bashcurl -X POST "https://api.b3os.org/v1/actions/coinglass-get-coin-netflow/test" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "inputs": {}}'
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.
