Get Ethereum ETF List
Get a comprehensive list of all Ethereum ETFs including spot and futures funds. Returns current prices, AUM, holdings, volume, premium/discount, and 24h/7d performance. Ideal for: ETF comparison, institutional ETH flow tracking, Ethereum exposure analysis.
Catalog action Blockchain Data
Get a comprehensive list of all Ethereum ETFs including spot and futures funds. Returns current prices, AUM, holdings, volume, premium/discount, and 24h/7d performance. Ideal for: ETF comparison, institutional ETH flow tracking, Ethereum exposure analysis.
At a Glance
| Field | Value |
|---|---|
| Action ID | coinglass-etf-get-ethereum-list |
| Category | Blockchain Data |
| Connector | Not required |
| Requires gas | No |
| Funds movement | None declared |
| Tags | coinglass, etf, ethereum, eth, institutional, spot-etf, read |
Payload Schema
This action does not declare payload fields.
Result Schema
| Field | Type | Required | Description |
|---|---|---|---|
etfs | array | Yes | Array of Ethereum ETF data |
Examples
json{ "type": "coinglass-etf-get-ethereum-list", "payload": {}, "children": []}
bashcurl -X POST "https://api.b3os.org/v1/actions/coinglass-etf-get-ethereum-list/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.
