Get Puell Multiple
Get the Puell Multiple history. Compares daily miner revenue to yearly average. Values above 4 suggest market top, below 0.5 suggest market bottom. Ideal for: market cycle analysis, miner revenue tracking, long-term entry/exit signals.
Catalog action Blockchain Data
Get the Puell Multiple history. Compares daily miner revenue to yearly average. Values above 4 suggest market top, below 0.5 suggest market bottom. Ideal for: market cycle analysis, miner revenue tracking, long-term entry/exit signals.
At a Glance
| Field | Value |
|---|---|
| Action ID | coinglass-macro-get-puell-multiple |
| Category | Blockchain Data |
| Connector | Not required |
| Requires gas | No |
| Funds movement | None declared |
| Tags | coinglass, macro, indicators, bitcoin, puell, mining, read |
Payload Schema
This action does not declare payload fields.
Result Schema
| Field | Type | Required | Description |
|---|---|---|---|
data | array | Yes | Array of Puell Multiple data points. |
Examples
json{ "type": "coinglass-macro-get-puell-multiple", "payload": {}, "children": []}
bashcurl -X POST "https://api.b3os.org/v1/actions/coinglass-macro-get-puell-multiple/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.
