v1
latestOpenAPI 3.1.02026-07-265086129.5 KBRobinhood Chain
Get trade history
Get trade history for a Bags V2 token on Robinhood Chain, newest first, using a compound keyset cursor. Every page respects limit (never over-returns), and ties within a busy second are never skipped.
For the next page pass both nextBeforeTs back as beforeTs and nextBeforeId back as beforeId. Both are null when the history is exhausted.
get/evm/rh/trades
Query parameters
tokenAddressstring required
Token address. Accepts any casing; normalized to EIP-55 checksum form.
limitnumber
Number of trades to return per page.
beforeTsnumber
Cursor timestamp (unix seconds) from a previous page's nextBeforeTs. Sending only beforeTs without beforeId starts from strictly-older timestamps.
beforeIdstring
Cursor trade ID from a previous page's nextBeforeId. Must accompany beforeTs.
Response
Successfully retrieved trades
Example response
{
"success": true
}