Token post volume
GET /token/{id}/post-volume
Free
Description
Post volume time-series for the token (all authors).
Path Parameters
id
string
Token identifier. Accepts internal token_id (integer) or coingecko_id (string, e.g. bitcoin).
Query Parameters
hours
integer
Lookback window in hours.
granularity
string
Optional bucket size override. If provided, response is aggregated at this interval regardless of lookback window.
Responses
OK
Media type: application/json
post_volume
array<object>
Token social post-volume series (all tracked authors).
post_volume[].tag_breakdown
array<object>
Per-bucket post-tag counts.
post_volume[].tag_breakdown[].count
integer (int64)
Posts carrying the tag in the bucket.
post_volume[].tag_breakdown[].tag
string
Normalized post tag.
Allowed values
technical_analysisfundamental_analysisonchainmacrofomofudshillingnews_reportproject_updatealpha_leakprediction_marketipoetflistingdelistinghackscam_warningairdropwhalebreaking_newspotential_catalystmindsharefundraisingrumourlong_callshort_call
post_volume[].time
string (date-time)
UTC timestamp for the data point.
post_volume[].value
number (double)
Numeric metric value for the timestamp.