Utility
Token lookup
Look up token metadata by symbol or mint address
GET
Resolves a token symbol or mint address to its full metadata. Use this endpoint to verify a token before including it in a transfer or trade request.
Requires authentication via Bearer token.
Path parameters
Token symbol (e.g.,
USDC) or full mint address (e.g., EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v).Response
true when the token is found.Source values
| Source | Description |
|---|---|
local | Token from the built-in verified directory |
jupiter | Token resolved via the Jupiter API |
helius | Token metadata resolved via the Helius DAS API |
Errors
| Status | Description |
|---|---|
401 | Missing or invalid Bearer token |
404 | Token not found |
429 | Rate limit exceeded |