v1

latestOpenAPI 3.1.02026-07-265086129.5 KB
Robinhood Chain

Get 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/evm/rh/trade-stats

Query parameters

tokenAddressstring required

Token address. Accepts any casing; normalized to EIP-55 checksum form.

windowSecsnumber

Rolling aggregation window in seconds (5 minutes to 7 days, default 24 hours).

Response

Successfully retrieved trade stats

successboolean required

Example response

{
  "success": true
}