Get Robinhood 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.
nextBeforeTs back as beforeTs and nextBeforeId back as beforeId. Both cursors are null when the history is exhausted.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.
Number of trades to return per page.
1 <= x <= 200Cursor timestamp (unix seconds) from a previous page's nextBeforeTs. Sending only beforeTs without beforeId starts from strictly-older timestamps.
Cursor trade ID from a previous page's nextBeforeId. Must accompany beforeTs.
