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
Key | Datatype | Required | Description |
---|---|---|---|
id | string | One or more comma-separated CoinMarketCap cryptocurrency IDs. Example: "1,2" | |
symbol | string | Alternatively pass one or more comma-separated cryptocurrency symbols. Example: "BTC,ETH". At least one "id" or "symbol" is required. |