Skip to main content
GET
Get token list
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

x-api-key
string
header
required

API key authentication. Provide your API key as the header value.

Query Parameters

limit
number
default:50

Number of tokens to return per page.

Required range: 1 <= x <= 100
offset
number
default:0

Number of tokens to skip.

Required range: 0 <= x <= 10000
migrated
boolean

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

creator
string

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

orderBy
enum<string>
default:createdAtTimestamp

Field to order the list by.

Available options:
createdAtTimestamp,
migratedAtTimestamp
orderDirection
enum<string>
default:desc

Sort direction.

Available options:
asc,
desc

Response

Successfully retrieved token list

success
boolean
required
Example:

true

response
object