Skip to main content
GET
Get tokens

Query Parameters

verified
boolean

Filter by verification status. When true, returns only Kamino-verified tokens.

Example:

true

limit
integer
default:20

Maximum number of tokens to return. Defaults to 20, maximum 1000.

Required range: x <= 1000
Example:

100

mint
string

Filter by token mint address (base58).

Example:

"So11111111111111111111111111111111111111112"

symbol
string

Filter by token symbol. May return multiple results if unverified tokens share the same symbol.

Example:

"SOL"

Response

OK

mint
string
required

Token mint address

Example:

"So11111111111111111111111111111111111111112"

symbol
string
required

Token ticker symbol

Example:

"SOL"

name
string
required

Full token name

Example:

"Wrapped SOL"

decimals
integer
required

Number of decimal places for the token's smallest unit

Example:

9

verified
boolean
required

Whether the token is verified by Kamino

Example:

true

priority
integer
required

Display priority (lower values appear first)

Example:

0

logoUrl
string<uri> | null

URL to the token's logo image. May be null for tokens without a logo.

Example:

"https://raw.githubusercontent.com/solana-labs/token-list/main/assets/mainnet/So11111111111111111111111111111111111111112/logo.png"

tradingVolume24H
number | null

24-hour trading volume in USD. Null when market data is unavailable.

Example:

8578748269.87

marketCapUsd
number | null

Market capitalization in USD. Null when market data is unavailable.

Example:

45407824173.6