Get Bitcoin ETF History logo

Catalog action Blockchain Data

Get historical data for a specific Bitcoin ETF by ticker symbol. Returns daily BTC holdings, market price, NAV, premium/discount, and shares outstanding over time. Ideal for: tracking ETF flows, analyzing premium/discount trends, monitoring institutional accumulation.

At a Glance

FieldValue
Action IDcoinglass-etf-get-bitcoin-history
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagscoinglass, etf, bitcoin, btc, history, institutional, read

Payload Schema

FieldTypeRequiredDescription
tickerstringYesETF ticker symbol (e.g., 'GBTC', 'IBIT', 'FBTC'). Use the Bitcoin ETF List action to get valid tickers.

Result Schema

FieldTypeRequiredDescription
tickerstringYesETF ticker symbol
dataPointsarrayYesArray of historical data points

Examples

json
{ "type": "coinglass-etf-get-bitcoin-history", "payload": { "ticker": "example-ticker" }, "children": []}

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.

Ask a question... ⌘I