Get trade stats
Robinhood Chain
Get Robinhood Trade Stats
Get a server-side trade aggregate for a Bags V2 token on Robinhood Chain over a rolling window (volume, transaction counts, last price).
The aggregate streams the full window from the subgraph; truncated is true only in the pathological case where the window exceeds the ~500k-trade safety bound, in which case volumeEthWei and counts are a lower bound.
GET
Get trade stats
Authorizations
API key authentication. Provide your API key as the header value.
Query Parameters
Token address. Accepts any casing; normalized to EIP-55 checksum form.
Rolling aggregation window in seconds (5 minutes to 7 days, default 24 hours).
Required range:
300 <= x <= 604800