Fetch the latest cryptocurrency market listings from CoinMarketCap. Returns a ranked list of active cryptocurrencies with real-time price, market cap, 24h volume, and percent changes. By default returns top 100 by market cap. Common use cases: - Get top cryptocurrencies: No para…
auxstringCustomize response fields. If set, only specified aux fields are returned. Common values: num_market_pairs,cmc_rank,date_added,tags,platform,max_supply,circulating_supply,total_supply
tagstringFilter by tag (e.g., 'defi', 'stablecoin', 'layer-1', 'memes'). Use comma for multiple.
sortstringSort field. Default: market_cap. Options: market_cap, price, volume_24h, percent_change_24h, name
limitintegerNumber of results to return (1-5000). Default: 100. Use with 'start' for pagination.
startinteger1-based pagination offset (e.g., start=101 to skip first 100 results). Default: 1
convertstringQuote currency symbol (e.g., 'USD', 'EUR', 'BTC'). Default: USD. Note: API plan may limit to 1 convert option.
sort_dirstringSort direction. Default: desc (highest first). Use 'asc' for lowest first.
price_maxnumberFilter: maximum USD price. Example: 100 to find assets under $100.
price_minnumberFilter: minimum USD price. Example: 0.01 to exclude very cheap assets.
convert_idstringAlternative to 'convert': CoinMarketCap ID of quote currency (e.g., '2781' for USD, '1' for BTC)
market_cap_maxnumberFilter: maximum market cap in USD. Example: 10000000 for small caps under $10M.
market_cap_minnumberFilter: minimum market cap in USD. Example: 1000000000 for $1B+ market cap.
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.