Get Bitcoin ETF Detail logo

Catalog action Blockchain Data

Get comprehensive details for a specific Bitcoin ETF by ticker symbol. Returns fund info, current session data, last quote/trade, and 52-week performance metrics. Ideal for: ETF due diligence, real-time price monitoring, performance comparison, trading decisions.

At a Glance

FieldValue
Action IDcoinglass-etf-get-bitcoin-detail
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagscoinglass, etf, bitcoin, btc, detail, 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
namestringYesFull fund name
marketStatusstringYesMarket status (open/closed)
typestringYesSecurity type
tickerInfoobjectYesDetailed ticker information
sessionobjectYesCurrent trading session data
lastQuoteobjectNoLatest quote data
lastTradeobjectNoLatest trade data
performanceobjectNoPerformance metrics

Examples

json
{ "type": "coinglass-etf-get-bitcoin-detail", "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