Token BTC dominance

GET /token/{id}/btc-dominance

Description

Market cap vs BTC dominance time-series for the token.

Path Parameters

id
stringrequired

Token identifier. Accepts internal token_id (integer) or coingecko_id (string, e.g. bitcoin).

Query Parameters

hours
integeroptional

Lookback window in hours.

granularity
stringoptionalenum: 1h, 2h, 4h, 12h, 1d

Optional bucket size override. If provided, response is aggregated at this interval regardless of lookback window.

Responses

OK

Media type: application/json

change
object optional

Current period-over-period change metrics.

change.pct
number (double) optional

No description provided.

current
object optional

Latest BTC dominance snapshot for the token.

current.btc_dominance_pct
number (double) optional

BTC share of combined BTC + token market cap (percentage).

current.btc_market_cap
number (double) optional

Bitcoin market capitalization in USD for this bucket.

current.token_market_cap
number (double) optional

Token market capitalization in USD for this bucket.

data
array<object> optional

Token market cap and BTC dominance time series.

data[].btc_dominance_pct
number (double) optional

BTC share of combined BTC + token market cap (percentage).

data[].btc_market_cap
number (double) optional

Bitcoin market capitalization in USD for this bucket.

data[].time
string (date-time) optional

UTC timestamp for the data point.

data[].token_market_cap
number (double) optional

Token market capitalization in USD for this bucket.