Get Grayscale Holdings
Get current holdings for all Grayscale cryptocurrency funds (GBTC, ETHE, etc.). Returns holdings quantity, USD value, 24h changes, market price, NAV, and premium/discount. Ideal for: institutional flow tracking, Grayscale analysis, premium arbitrage, market sentiment.
Catalog action Blockchain Data
Get current holdings for all Grayscale cryptocurrency funds (GBTC, ETHE, etc.). Returns holdings quantity, USD value, 24h changes, market price, NAV, and premium/discount. Ideal for: institutional flow tracking, Grayscale analysis, premium arbitrage, market sentiment.
At a Glance
| Field | Value |
|---|---|
| Action ID | coinglass-onchain-get-grayscale-holdings |
| Category | Blockchain Data |
| Connector | Not required |
| Requires gas | No |
| Funds movement | None declared |
| Tags | coinglass, onchain, grayscale, institutional, etf, holdings, read |
Payload Schema
This action does not declare payload fields.
Result Schema
| Field | Type | Required | Description |
|---|---|---|---|
holdings | array | Yes | Array of Grayscale fund holdings |
Examples
json{ "type": "coinglass-onchain-get-grayscale-holdings", "payload": {}, "children": []}
bashcurl -X POST "https://api.b3os.org/v1/actions/coinglass-onchain-get-grayscale-holdings/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.
