Coin Details

🚧 Coming Soon - This endpoint is not yet live.

🔑 Authentication required. See API Key for setup and rate limits.

GET /services/v2/coin-details

Returns detailed information for a specific coin by its contract address (mint).

GET https://api.anoncoin.it/services/v2/coin-details

Query Parameters

Parameter
Type
Required
Description

ca

string

Contract address (mint) of the coin


Example Request

curl --location 'https://api.anoncoin.it/services/v2/coin-details?ca=D25bi7oHQjqkVrzbfuM6k2gzVNHTSpBLhtakDCzCCDUB' \
  --header 'x-api-key: YOUR_API_KEY'

Response

Returns a single coin object with full details.


Response Fields

The response fields are identical to those in the Coins API. Refer to that page for the full field reference.

Last updated

Was this helpful?