Get Bitcoin Stock-to-Flow Model
Retrieves Bitcoin Stock-to-Flow Model data, a popular valuation model that measures Bitcoin's scarcity. Compares existing supply (stock) to new supply production rate (flow). Returns historical price and model values. Ideal for: long-term Bitcoin valuation, scarcity analysis, market cycle positioning, investment timing.
Catalog action Blockchain Data
Retrieves Bitcoin Stock-to-Flow Model data, a popular valuation model that measures Bitcoin's scarcity. Compares existing supply (stock) to new supply production rate (flow). Returns historical price and model values. Ideal for: long-term Bitcoin valuation, scarcity analysis, market cycle positioning, investment timing.
At a Glance
| Field | Value |
|---|---|
| Action ID | coinglass-macro-get-stock-flow |
| Category | Blockchain Data |
| Connector | Not required |
| Requires gas | No |
| Funds movement | None declared |
| Tags | coinglass, macro, bitcoin, valuation, stock-flow, analysis, read |
Payload Schema
This action does not declare payload fields.
Result Schema
| Field | Type | Required | Description |
|---|---|---|---|
data | array | Yes | Array of Stock-to-Flow data points. |
Examples
json{ "type": "coinglass-macro-get-stock-flow", "payload": {}, "children": []}
bashcurl -X POST "https://api.b3os.org/v1/actions/coinglass-macro-get-stock-flow/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.
