Skip to main content

List Tokens

Returns all tokens that have been created on the Launchpad or indexed from AMM trading. Each token includes its current price, XYZ reserves, 24-hour volume, and graduation status.

Endpoint

Request

No parameters required.

Response

Response Fields

Understanding Prices

Prices are stored as integers scaled by 10^6 to avoid floating-point precision issues:

Understanding Reserves

For tokens still on the bonding curve, xyz_reserves indicates how close the token is to graduation:

Ordering

Tokens are returned ordered by first_seen_at descending (newest first).