Skip to main content
POST
Get tokens list with trading metrics (v2)

Authorizations

Authorization
string
header
required

JWT token or API key

Body

application/json
hashtags
string[]

Filter tokens by hashtags (must match ALL hashtags provided - AND logic)

Example:
keyword
string

Search keyword to filter by token name, symbol, or description (case-insensitive)

Example:

"bitcoin"

chains
enum<string>[]

Filter tokens by chain slugs (returns tokens available on any of the specified chains)

Blockchain identifier. Supported chains: solana, solana-devnet, arbitrum, base, base-sepolia, avalanche, op-bnb, bnb, bnb-testnet, ethereum, monad, unichain, unichain-testnet, abstract, polygon, zksync, zksync-testnet

Available options:
solana,
solana-devnet,
arbitrum,
base,
base-sepolia,
avalanche,
op-bnb,
bnb,
bnb-testnet,
ethereum,
monad,
unichain,
unichain-testnet,
abstract,
polygon,
zksync,
zksync-testnet
Example:
builder_code
string

Filter tokens by builder address (case-insensitive). Returns only tokens deployed by this builder.

Pattern: ^0x[a-fA-F0-9]{40}$
Example:

"0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb"

stage
enum<string> | null

Filter tokens by launch stage. Defaults to stage-specific ordering when provided without an explicit order_by.

Available options:
new,
graduating,
graduated
Example:

"graduating"

order_by
enum<string>
default:created_at

Field to order results by

Available options:
volume_1m,
volume_5m,
volume_1h,
volume_24h,
market_cap,
price_change_24h,
trx,
holders,
created_at
Example:

"volume_24h"

order_direction
enum<string>
default:DESC

Sort direction

Available options:
ASC,
DESC
Example:

"DESC"

limit
integer
default:20

Maximum number of tokens to return

Required range: 1 <= x <= 100
Example:

20

offset
integer
default:0

Number of tokens to skip for pagination

Required range: x >= 0
Example:

0

verified_only
boolean
default:false

Only return tokens with token_layer_id (verified)

Example:

false

Response

Successful response

success
enum<boolean>
required
Available options:
true
tokens
object[]
required
pagination
object
required

Pagination information