Venum-Supported Tokens
Venum tracks a curated set of Solana tokens across prices, pools, quotes, swaps, and other builder-facing APIs.
Use this page when you want to know:
- which token symbols Venum recognizes
- which mint address each symbol maps to
- which category a token belongs to
How to Get the Current List
Use:
This endpoint returns:
symbolmintdecimalscategory
Common Examples
Examples of tracked tokens include:
SOLUSDCUSDTJUPJTOPYTHBONKWIFmSOLjitoSOL
Categories
Tracked tokens are grouped into categories such as:
nativestablecoinlstdefimemecoinwrappedother
Where Supported Tokens Work
Tracked token symbols can be used in many Venum APIs instead of pasting a mint manually.
Examples:
- prices
- quotes
- swap build
- balance history
If you want the exact supported list at any moment, always use:
Example
bash
curl https://api.venum.dev/v1/tokensYou can also filter by category:
bash
curl "https://api.venum.dev/v1/tokens?category=stablecoin"