v1
latestOpenAPI 3.1.02026-07-265086129.5 KBGet 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.
Query parameters
Number of tokens to return per page.
Number of tokens to skip.
Filter 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.
Sort direction.
Response
Successfully retrieved token list
Example response
{
"success": true
}