Utilities
Search
Search for coins by mint address or other identifiers
GET
Search
Overview
The Search endpoint enables searching for coins using various identifiers, primarily mint addresses. This endpoint provides quick lookup functionality for coin data.Authentication
This endpoint requires JWT authentication via theAuthorization header:
Endpoint
Query Parameters
The mint address to search for
Response
Whether a matching coin was found
Coin object with detailed information (if found)
Example Request
Use Cases
- Implement coin search functionality
- Validate mint addresses
- Quick lookup of coin information
- Build autocomplete search features
- Verify coin existence before operations
Notes
- Replace
<your_token>with your actual JWT token - The mint parameter must be a valid Solana address
- Returns
found: falseif no matching coin exists - Use this endpoint to verify coins before displaying detailed information
Search