Skip to main content
GET
Get Coin

Endpoint

Authentication

This endpoint requires JWT authentication. Include your token in the Authorization header.

Path Parameters

string
required
The Solana mint address of the coin you want to retrieve

Query Parameters

boolean
required
Whether to synchronize the coin data with the latest blockchain state

Response

object
The coin object containing all relevant information

Code Examples

Response Example

Notes

  • The sync parameter determines whether to fetch fresh data from the blockchain or use cached data
  • Setting sync=true may 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