Tokens
Retrieves comprehensive metadata for all available tokens (SPL mints) in the system.
Each token includes: address, symbol, name, decimals, logoURI, programId, chainId, tags, and extensions.
Use cases: populate token selection dropdowns, display token info in trading interfaces, validate token addresses, get token decimals for calculations.
Returns data array of all tokens, plus blackList and whiteList arrays (currently empty). This is the complete token registry used across all pools and positions.
Responses
200
Successful Response
application/json
get
/api/mints/200
Successful Response
Last updated