Token BTC dominance
GET /token/{id}/btc-dominance
Description
Market cap vs BTC dominance time-series for the token.
Path Parameters
id
Token identifier. Accepts internal token_id (integer) or coingecko_id (string, e.g. bitcoin).
Query Parameters
hours
Lookback window in hours.
granularity
Optional bucket size override. If provided, response is aggregated at this interval regardless of lookback window.
Responses
OK
Media type: application/json
change
Current period-over-period change metrics.
change.pct
No description provided.
current
Latest BTC dominance snapshot for the token.
current.btc_dominance_pct
BTC share of combined BTC + token market cap (percentage).
current.btc_market_cap
Bitcoin market capitalization in USD for this bucket.
current.token_market_cap
Token market capitalization in USD for this bucket.
data
Token market cap and BTC dominance time series.
data[].btc_dominance_pct
BTC share of combined BTC + token market cap (percentage).
data[].btc_market_cap
Bitcoin market capitalization in USD for this bucket.
data[].time
UTC timestamp for the data point.
data[].token_market_cap
Token market capitalization in USD for this bucket.