Get Global Market
Get global cryptocurrency market statistics and overview data. Returns total market cap, 24h volume, BTC/ETH dominance %, active coin count, and market counts in multiple currencies. Updates every 10 minutes. Ideal for: market dashboards, dominance tracking, sentiment analysis, macro indicators.
Catalog action Blockchain Data
Get global cryptocurrency market statistics and overview data. Returns total market cap, 24h volume, BTC/ETH dominance %, active coin count, and market counts in multiple currencies. Updates every 10 minutes. Ideal for: market dashboards, dominance tracking, sentiment analysis, macro indicators.
At a Glance
| Field | Value |
|---|---|
| Action ID | coingecko-get-global-market |
| Category | Blockchain Data |
| Connector | Not required |
| Requires gas | No |
| Funds movement | None declared |
| Tags | coingecko, global, market, market-cap, dominance, bitcoin, overview, read |
Payload Schema
This action does not declare payload fields.
Result Schema
| Field | Type | Required | Description |
|---|---|---|---|
data | object | Yes | Global cryptocurrency market data |
Examples
json{ "type": "coingecko-get-global-market", "payload": {}, "children": []}
bashcurl -X POST "https://api.b3os.org/v1/actions/coingecko-get-global-market/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.
