v1

latestOpenAPI 3.1.02026-07-265086129.5 KB
Robinhood Chain

Get 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.

get/evm/rh/tokens

Query parameters

limitnumber

Number of tokens to return per page.

offsetnumber

Number of tokens to skip.

migratedboolean

Filter by migration status: true for graduated tokens, false for tokens still bonding.

creatorstring

Filter by creator address. Accepts any casing; normalized to EIP-55 checksum form.

orderBy'createdAtTimestamp' | 'migratedAtTimestamp'

Field to order the list by.

orderDirection'asc' | 'desc'

Sort direction.

Response

Successfully retrieved token list

successboolean required

Example response

{
  "success": true
}