Get metadata

GET {{baseUrl}}/v1/cryptocurrency/info?id=<get>&symbol=<get>

Returns all static metadata for one or more cryptocurrencies including name, symbol, logo, and its various registered URLs.

This endpoint is available on the following API plans: - Starter - Hobbyist - Standard - Professional - Enterprise

Cache / Update frequency: Static data is updated only as needed, every 30 seconds.

Request Params

KeyDatatypeRequiredDescription
idstringOne or more comma-separated CoinMarketCap cryptocurrency IDs. Example: "1,2"
symbolstringAlternatively pass one or more comma-separated cryptocurrency symbols. Example: "BTC,ETH". At least one "id" or "symbol" is required.