Coins
Get Coin
Retrieve detailed information about a specific coin by its mint address
GET
Get Coin
Endpoint
Authentication
This endpoint requires JWT authentication. Include your token in the Authorization header.
Path Parameters
The Solana mint address of the coin you want to retrieve
Query Parameters
Whether to synchronize the coin data with the latest blockchain state
Response
The coin object containing all relevant information
Code Examples
Response Example
Notes
- The
syncparameter determines whether to fetch fresh data from the blockchain or use cached data - Setting
sync=truemay result in slower response times but ensures the most up-to-date information - Replace
<your_token>with your actual JWT token - Replace the mint address in the examples with the actual coin mint you want to query
Related Endpoints
- List Coins - Browse multiple coins
- Search Coins - Search for specific coins
- Get Metadata - Get coin metadata
Get Coin