v1

latestOpenAPI 3.1.02026-07-2410781551.8 KB
Token/Market List

Token - List (V1)

Retrieve a list of tokens on a specified chain.

get/defi/tokenlist

Query parameters

sort_by'mc' | 'v24hUSD' | 'v24hChangePercent' | 'liquidity' required

Specify the sort field.

sort_type'desc' | 'asc' required

Specify the sort order.

offsetinteger

Specify the offset for pagination. Filter for records with offset greater than the specified offset value, including those with offset equal to the specified offset.

limitinteger

Number of items per page.

min_liquiditynumber

Specify the lower bound of liquidity. Filter for records with liquidity greater than the minimum liquidity value, excluding those with liquidity equal to the minimum.

max_liquiditynumber

Specify the upper bound of liquidity. Filter for records with liquidity less than the maximum liquidity value, excluding those with liquidity equal to the maximum.

ui_amount_mode'raw' | 'scaled'

Indicate whether to use the scaled amount for scaled ui amount tokens. Only support solana

Headers

x-chain'solana' | 'ethereum' | 'arbitrum' | 'avalanche' | 'bsc' | 'optimism' | 'polygon' | 'base' | 'zksync' | 'monad' | 'hyperevm' | 'aptos' | 'fogo' | 'mantle' | 'megaeth' | 'robinhood' | 'sui'

A chain name listed in supported networks.

Response

JSON object containing a list of tokens with certain fields

successboolean required