Token smart money bias

GET /token/{id}/smart-money-bias
GetTokenIdSmartMoneyBias

Current bias (smart money sentiment minus overall sentiment) in basis points.

Parameters

id string PATH required

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

Example:bitcoin

hours integer QUERY

Lookback window in hours.

Example:168

granularity string QUERY

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

Allowed values
1h2h4h12h1d

Example:1h

Responses

200 OK
400 Bad Request ErrorResponse

Media type application/json

current
object optional

Latest point-in-time smart-money bias metrics.

current.bucket_start
string (date-time) optional

UTC bucket start timestamp.

current.overall_sentiment_score
number (double) optional

Overall sentiment score (0-100).

current.sentiment_bias_bps
number (double) optional

Difference between smart-money and overall sentiment, in basis points.

current.smart_money_sentiment_score
number (double) optional

Smart-money cohort sentiment score (0-100).