Tool to retrieve a mapping of all cryptocurrencies, including their unique IDs, symbols, and names. Use when you need reference IDs for crypto assets. Response results are nested under a `data` key.
idstringComma-separated CoinMarketCap IDs to filter, e.g., '1,1027'. Note: This parameter may require a paid API plan.
auxstringComma-separated additional fields to include: platform, first_historical_data, last_historical_data, is_active. Only the listed values are valid; unsupported values trigger HTTP 400.
slugstringComma-separated URL slugs to filter, e.g., 'bitcoin,ethereum'.
sortstringField to sort by: 'id' or 'cmc_rank'.
limitintegerNumber of results to return, between 1 and 5000.
startinteger1-based index of the first item to return.
symbolstringComma-separated cryptocurrency symbols to filter, e.g., 'BTC,ETH'. A single symbol can map to multiple cryptocurrencies (including inactive ones); use `listing_status=active` and prefer the lowest `cmc_rank` value to identify the intended asset.
listing_statusstringComma-separated list of statuses to include: active, inactive, untracked. Defaults to 'active'.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.