CoinMarketCap
coinmarketcapCoinMarketCap provides a comprehensive cryptocurrency market data API, offering real-time and historical data on cryptocurrencies and exchanges.
Acciones disponibles (11)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Exchange Listings HistoricalCOINMARKETCAP_CMC_EXCHANGE_LISTINGS_HISTORICALAcciónTool to retrieve historical exchange listings for a specified date. Use when you need exchange listings as of a past date (YYYY-MM-DD).
COINMARKETCAP_CMC_EXCHANGE_LISTINGS_HISTORICALAcciónTool to retrieve historical exchange listings for a specified date. Use when you need exchange listings as of a past date (YYYY-MM-DD).
Parámetros de entrada
datestringObligatorioHistorical date to retrieve exchange listings for, in YYYY-MM-DD format
limitintegerNumber of results to return (max 5000)
startinteger1-based index of the first item to return
Parámetros de salida
dataobject[]ObligatorioList of exchange listings as of the specified date
errorstringError if any occurred during the execution of the action
statusobjectObligatorioResponse status metadata
successfulbooleanObligatorioWhether or not the action execution was successful or not
Cryptocurrency Listings LatestCOINMARKETCAP_CRYPTOCURRENCY_LISTINGS_LATESTAcciónTool to fetch the latest active cryptocurrency listings with their current market data. Use when you need up-to-date snapshots of asset metrics.
COINMARKETCAP_CRYPTOCURRENCY_LISTINGS_LATESTAcciónTool to fetch the latest active cryptocurrency listings with their current market data. Use when you need up-to-date snapshots of asset metrics.
Parámetros de entrada
auxstringComma-separated additional fields to include
tagstringComma-separated list of tags to filter by
sortstringenumField to sort by
market_cappricevolume_24hpercent_change_24hnamelimitintegerNumber of results to return (max 5000)
startinteger1-based index of the first item to return
convertstringComma-separated fiat/crypto symbols for quote conversion (e.g., 'USD,EUR,BTC')
sort_dirstringenumSort direction
ascdescprice_maxnumberMaximum price filter
price_minnumberMinimum price filter
convert_idstringComma-separated CoinMarketCap IDs for quote conversion
market_cap_maxnumberMaximum market capitalization filter
market_cap_minnumberMinimum market capitalization filter
volume_24h_maxnumberMaximum 24h trading volume filter
volume_24h_minnumberMinimum 24h trading volume filter
cryptocurrency_typestringenumFilter by asset type
allcoinstokenscirculating_supply_maxnumberMaximum circulating supply filter
circulating_supply_minnumberMinimum circulating supply filter
percent_change_24h_maxnumberMaximum 24h percent change filter
percent_change_24h_minnumberMinimum 24h percent change filter
Parámetros de salida
dataobject[]ObligatorioList of cryptocurrency listings
errorstringError if any occurred during the execution of the action
statusobjectObligatorioResponse status metadata
successfulbooleanObligatorioWhether or not the action execution was successful or not
Cryptocurrency MapCOINMARKETCAP_CRYPTOCURRENCY_MAPAcciónTool to retrieve a mapping of all cryptocurrencies, including their unique IDs, symbols, and names. Use when you need reference IDs for crypto assets.
COINMARKETCAP_CRYPTOCURRENCY_MAPAcciónTool to retrieve a mapping of all cryptocurrencies, including their unique IDs, symbols, and names. Use when you need reference IDs for crypto assets.
Parámetros de entrada
idstringComma-separated CoinMarketCap IDs to filter, e.g., '1,1027'.
auxstringComma-separated additional fields to include: platform, first_historical_data, last_historical_data, is_active.
slugstringComma-separated URL slugs to filter, e.g., 'bitcoin,ethereum'.
sortstringenumField to sort by: 'id' or 'cmc_rank'.
idcmc_ranklimitintegerNumber 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'.
listing_statusstringComma-separated list of statuses to include: active, inactive, untracked. Defaults to 'active'.
Parámetros de salida
dataobject[]ObligatorioList of mapped cryptocurrencies.
errorstringError if any occurred during the execution of the action
statusobjectObligatorioResponse status metadata.
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Latest Cryptocurrency QuotesCOINMARKETCAP_CRYPTOCURRENCY_QUOTES_LATESTAcciónTool to get the latest market quotes for one or more cryptocurrencies. Use after selecting desired coins.
COINMARKETCAP_CRYPTOCURRENCY_QUOTES_LATESTAcciónTool to get the latest market quotes for one or more cryptocurrencies. Use after selecting desired coins.
Parámetros de entrada
idstringComma-separated CoinMarketCap cryptocurrency IDs. Provide this or symbol or slug.
auxstringComma-separated list of auxiliary data fields to include.
slugstringComma-separated cryptocurrency slugs. Provide this or id or symbol.
symbolstringComma-separated cryptocurrency symbols. Provide this or id or slug.
convertstringFiat or cryptocurrency symbol to convert values into. Cannot be used with convert_id.
convert_idstringComma-separated CoinMarketCap IDs for conversion currencies. Cannot be used with convert.
skip_invalidbooleanIf true, invalid symbols/IDs are skipped instead of erroring.
Parámetros de salida
dataobjectObligatorioMapping from crypto ID to data and quotes.
errorstringError if any occurred during the execution of the action
statusobjectObligatorioAPI status metadata.
successfulbooleanObligatorioWhether or not the action execution was successful or not
Exchange MapCOINMARKETCAP_EXCHANGE_MAPAcciónTool to retrieve a mapping of all cryptocurrency exchanges. Use when you need reference IDs for exchanges.
COINMARKETCAP_EXCHANGE_MAPAcciónTool to retrieve a mapping of all cryptocurrency exchanges. Use when you need reference IDs for exchanges.
Parámetros de entrada
slugstringComma-separated exchange slugs to filter, e.g., 'binance,gdax'.
limitintegerNumber of results to return (1-5000).
startinteger1-based index of the first item to return for pagination.
listing_statusstringenumFilter by exchange listing status. Defaults to 'active'.
activeinactiveuntracked
Parámetros de salida
dataobject[]ObligatorioList of mapped exchanges.
errorstringError if any occurred during the execution of the action
statusobjectObligatorioResponse status metadata.
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get cryptocurrency infoCOINMARKETCAP_GET_CRYPTOCURRENCY_INFOAcciónTool to fetch metadata (description, logo, URLs) for one or more cryptocurrencies. Use when you need static asset details like descriptions, logos, and related links.
COINMARKETCAP_GET_CRYPTOCURRENCY_INFOAcciónTool to fetch metadata (description, logo, URLs) for one or more cryptocurrencies. Use when you need static asset details like descriptions, logos, and related links.
Parámetros de entrada
idinteger[]List of CoinMarketCap cryptocurrency IDs. Required if `slug` and `symbol` are not provided.
slugstring[]List of cryptocurrency slugs (e.g., ['bitcoin', 'ethereum']). Required if `id` and `symbol` are not provided.
symbolstring[]List of cryptocurrency symbols (e.g., ['BTC', 'ETH']). Required if `id` and `slug` are not provided.
Parámetros de salida
dataobjectObligatorioMapping from CoinMarketCap ID to detailed cryptocurrency info
errorstringError if any occurred during the execution of the action
statusobjectObligatorioAPI request status information
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get exchange infoCOINMARKETCAP_GET_EXCHANGE_INFOAcciónTool to get detailed metadata for one or more exchanges. Use when you need exchange logos, supported fiats, launch dates, and official links.
COINMARKETCAP_GET_EXCHANGE_INFOAcciónTool to get detailed metadata for one or more exchanges. Use when you need exchange logos, supported fiats, launch dates, and official links.
Parámetros de entrada
idinteger[]List of CoinMarketCap exchange IDs. Required if `slug` is not provided.
auxstringComma-separated list of additional metadata fields to include: logo, description, date_launched, notice, countries, fiats, urls.
slugstring[]List of exchange slugs (e.g., ['binance', 'kraken']). Required if `id` is not provided.
Parámetros de salida
dataobjectObligatorioMapping of exchange ID to metadata
errorstringError if any occurred during the execution of the action
statusobjectObligatorioAPI request status
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get API Key InfoCOINMARKETCAP_GET_KEY_INFOAcciónTool to retrieve your CoinMarketCap API key details, rate limits, and usage statistics. Use after setting your API key to inspect limits and usage.
COINMARKETCAP_GET_KEY_INFOAcciónTool to retrieve your CoinMarketCap API key details, rate limits, and usage statistics. Use after setting your API key to inspect limits and usage.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioAPI key details and usage statistics
errorstringError if any occurred during the execution of the action
statusobjectObligatorioAPI status metadata
successfulbooleanObligatorioWhether or not the action execution was successful or not
Global Metrics Quotes LatestCOINMARKETCAP_GLOBAL_METRICS_QUOTES_LATESTAcciónTool to obtain the latest global cryptocurrency market metrics (market cap, volume, dominance). Use when you need aggregated market-level data for analysis.
COINMARKETCAP_GLOBAL_METRICS_QUOTES_LATESTAcciónTool to obtain the latest global cryptocurrency market metrics (market cap, volume, dominance). Use when you need aggregated market-level data for analysis.
Parámetros de entrada
convertstringComma-separated list of currency symbols to convert market quotes (e.g., 'USD,BTC').
convert_idstringComma-separated list of CoinMarketCap IDs to convert market quotes (e.g., '1,2781').
Parámetros de salida
dataobjectObligatorioLatest global market metrics
errorstringError if any occurred during the execution of the action
statusobjectObligatorioAPI status metadata
successfulbooleanObligatorioWhether or not the action execution was successful or not
Partner MapCOINMARKETCAP_PARTNER_MAPAcciónTool to retrieve a mapping of all CoinMarketCap partners with their unique IDs, names, and slugs. Use when you need to map partner names or slugs to numeric IDs.
COINMARKETCAP_PARTNER_MAPAcciónTool to retrieve a mapping of all CoinMarketCap partners with their unique IDs, names, and slugs. Use when you need to map partner names or slugs to numeric IDs.
Parámetros de entrada
slugstringComma-separated slugs to filter. Example: 'binance,gdax'
limitintegerNumber of results to return (1-5000).
startinteger1-based index of the first item to return for pagination.
listing_statusstringFilter by listing status. Example: 'active', 'inactive', 'untracked'.
Parámetros de salida
dataobject[]ObligatorioList of partner mappings.
errorstringError if any occurred during the execution of the action
statusobjectObligatorioResponse status metadata.
successfulbooleanObligatorioWhether or not the action execution was successful or not
Price ConversionCOINMARKETCAP_TOOLS_PRICE_CONVERSIONAcciónTool to convert an amount from one cryptocurrency or fiat currency into another. Use when conversion rates are needed.
COINMARKETCAP_TOOLS_PRICE_CONVERSIONAcciónTool to convert an amount from one cryptocurrency or fiat currency into another. Use when conversion rates are needed.
Parámetros de entrada
idintegerCoinMarketCap ID of the asset to convert from.
slugstringURL-friendly slug of the asset to convert from (e.g., bitcoin).
timestringHistorical conversion time in ISO 8601 or YYYY-MM-DD.
amountnumberObligatorioAmount of the asset to convert.
symbolstringTicker symbol of the asset to convert from (e.g., BTC).
convertstringComma-separated list of target currency symbols (e.g., USD,EUR).
convert_idstringComma-separated list of CoinMarketCap IDs of target currencies.
Parámetros de salida
dataobjectObligatorioConversion result.
errorstringError if any occurred during the execution of the action
statusobjectObligatorioResponse status metadata.
successfulbooleanObligatorioWhether or not the action execution was successful or not