Get tokens
Get metadata and market data for tokens known to Kamino. Returns mint address, symbol, name, decimals, logo, verification status, 24-hour trading volume, and market cap. Without filters the endpoint returns the top 20 tokens by trading volume.
Query Parameters
Filter by verification status. When true, returns only Kamino-verified tokens.
true
Maximum number of tokens to return. Defaults to 20, maximum 1000.
x <= 1000100
Filter by token mint address (base58).
"So11111111111111111111111111111111111111112"
Filter by token symbol. May return multiple results if unverified tokens share the same symbol.
"SOL"
Response
OK
Token mint address
"So11111111111111111111111111111111111111112"
Token ticker symbol
"SOL"
Full token name
"Wrapped SOL"
Number of decimal places for the token's smallest unit
9
Whether the token is verified by Kamino
true
Display priority (lower values appear first)
0
URL to the token's logo image. May be null for tokens without a logo.
"https://raw.githubusercontent.com/solana-labs/token-list/main/assets/mainnet/So11111111111111111111111111111111111111112/logo.png"
24-hour trading volume in USD. Null when market data is unavailable.
8578748269.87
Market capitalization in USD. Null when market data is unavailable.
45407824173.6