v1

latestOpenAPI 3.1.02026-07-2681217214.1 KB
TOKENS
DEVELOPER

Get Tokens List

get/api/v1/developer/tokens

Query parameters

chainstring

The chain of the tokens. Do not pass anything to search across all tokens.

The chain of the tokens. Do not pass anything to search across all tokens.

sort'volume' | 'trade_count' | 'fully_diluted_valuation'

Sort by a certain field

Sort by a certain field

granularity'1d' | '1h'

Granularity of the sorting field. Only used if sort is volume or trade_count.

order'asc' | 'desc'

Sorting order

Sorting order

limitinteger

Maximum number of tokens to return.

Maximum number of tokens to return.

volume_usd_1d_thresholdnumber

Minimum 1d volume in USD. Only returns tokens with volume >= this value.

Minimum 1d volume in USD. Only returns tokens with volume >= this value.

volume_usd_1h_thresholdnumber

Minimum 1h volume in USD. Only returns tokens with volume >= this value.

Minimum 1h volume in USD. Only returns tokens with volume >= this value.

Response

Successful Response

object'token'
chainstring required

Lowercase chain name

addressstring required

Token contract address

type'native' | 'non_native' | 'evm_erc20' | 'evm_erc721' | 'evm_erc1155' | 'sol_spl' | 'sui_token' | 'near_nep141' | 'near_nep245' | 'stellar_classic' | 'stellar_sac' | 'stellar_wasm' nullable

Token standard type: evm_erc20/evm_erc721/evm_erc1155 (EVMs), sol_spl (Solana), sui_token (Sui), near_nep141/near_nep245 (Near), stellar_classic/stellar_sac/stellar_wasm (Stellar), or native (All)

pricenumber nullable

Current price (USD)

decimalsinteger nullable

Token decimal places