Get Robinhood Token List
Get a paged list of Bags V2 tokens on Robinhood Chain with live enrichment (spot price and bonding progress). Each item carries priceEthPerToken (nullable) and bondingProgressPct, plus resolved metadata (image, description).
total is bounded by an internal count-scan cap (10k): when totalTruncated is true the real total is higher, so treat total as a lower bound and keep paging until items comes back short instead of using it to conclude pagination is exhausted.
total is bounded by an internal count-scan cap (10k). When totalTruncated is true, the real total is higher — treat total as a lower bound and keep paging until items comes back short, rather than using total to decide pagination is exhausted.Authorizations
API key authentication. Provide your API key as the header value.
Query Parameters
Number of tokens to return per page.
1 <= x <= 100Number of tokens to skip.
0 <= x <= 10000Filter by migration status: true for graduated tokens, false for tokens still bonding.
Filter by creator address. Accepts any casing; normalized to EIP-55 checksum form.
Field to order the list by.
createdAtTimestamp, migratedAtTimestamp Sort direction.
asc, desc 