Get Spot Netflow
Get spot exchange netflow data for all supported cryptocurrencies. Returns inflow, outflow, and net flow across multiple timeframes (1h to 7d). Ideal for: exchange flow analysis, accumulation/distribution detection, whale activity monitoring.
Catalog action Blockchain Data
Get spot exchange netflow data for all supported cryptocurrencies. Returns inflow, outflow, and net flow across multiple timeframes (1h to 7d). Ideal for: exchange flow analysis, accumulation/distribution detection, whale activity monitoring.
At a Glance
| Field | Value |
|---|---|
| Action ID | coinglass-spot-get-netflow |
| Category | Blockchain Data |
| Connector | Not required |
| Requires gas | No |
| Funds movement | None declared |
| Tags | coinglass, spot, netflow, inflow, outflow, exchange, read |
Payload Schema
This action does not declare payload fields.
Result Schema
| Field | Type | Required | Description |
|---|---|---|---|
coins | array | Yes | Array of spot netflow data for all supported coins |
Examples
json{ "type": "coinglass-spot-get-netflow", "payload": {}, "children": []}
bashcurl -X POST "https://api.b3os.org/v1/actions/coinglass-spot-get-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.
