NAiOS IconNAiOS Logo
Volver al catálogo

CoinMarketCap

coinmarketcap

CoinMarketCap provides a comprehensive cryptocurrency market data API, offering real-time and historical data on cryptocurrencies and exchanges.

Acciones
11
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool 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

  • datestringObligatorio

    Historical date to retrieve exchange listings for, in YYYY-MM-DD format

  • limitinteger

    Number of results to return (max 5000)

  • startinteger

    1-based index of the first item to return

Parámetros de salida

  • dataobject[]Obligatorio

    List of exchange listings as of the specified date

  • errorstring

    Error if any occurred during the execution of the action

  • statusobjectObligatorio

    Response status metadata

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Cryptocurrency Listings LatestCOINMARKETCAP_CRYPTOCURRENCY_LISTINGS_LATESTAcción

Tool 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

  • auxstring

    Comma-separated additional fields to include

  • tagstring

    Comma-separated list of tags to filter by

  • sortstringenum

    Field to sort by

    market_cappricevolume_24hpercent_change_24hname
  • limitinteger

    Number of results to return (max 5000)

  • startinteger

    1-based index of the first item to return

  • convertstring

    Comma-separated fiat/crypto symbols for quote conversion (e.g., 'USD,EUR,BTC')

  • sort_dirstringenum

    Sort direction

    ascdesc
  • price_maxnumber

    Maximum price filter

  • price_minnumber

    Minimum price filter

  • convert_idstring

    Comma-separated CoinMarketCap IDs for quote conversion

  • market_cap_maxnumber

    Maximum market capitalization filter

  • market_cap_minnumber

    Minimum market capitalization filter

  • volume_24h_maxnumber

    Maximum 24h trading volume filter

  • volume_24h_minnumber

    Minimum 24h trading volume filter

  • cryptocurrency_typestringenum

    Filter by asset type

    allcoinstokens
  • circulating_supply_maxnumber

    Maximum circulating supply filter

  • circulating_supply_minnumber

    Minimum circulating supply filter

  • percent_change_24h_maxnumber

    Maximum 24h percent change filter

  • percent_change_24h_minnumber

    Minimum 24h percent change filter

Parámetros de salida

  • dataobject[]Obligatorio

    List of cryptocurrency listings

  • errorstring

    Error if any occurred during the execution of the action

  • statusobjectObligatorio

    Response status metadata

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Cryptocurrency MapCOINMARKETCAP_CRYPTOCURRENCY_MAPAcción

Tool 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

  • idstring

    Comma-separated CoinMarketCap IDs to filter, e.g., '1,1027'.

  • auxstring

    Comma-separated additional fields to include: platform, first_historical_data, last_historical_data, is_active.

  • slugstring

    Comma-separated URL slugs to filter, e.g., 'bitcoin,ethereum'.

  • sortstringenum

    Field to sort by: 'id' or 'cmc_rank'.

    idcmc_rank
  • limitinteger

    Number of results to return, between 1 and 5000.

  • startinteger

    1-based index of the first item to return.

  • symbolstring

    Comma-separated cryptocurrency symbols to filter, e.g., 'BTC,ETH'.

  • listing_statusstring

    Comma-separated list of statuses to include: active, inactive, untracked. Defaults to 'active'.

Parámetros de salida

  • dataobject[]Obligatorio

    List of mapped cryptocurrencies.

  • errorstring

    Error if any occurred during the execution of the action

  • statusobjectObligatorio

    Response status metadata.

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Latest Cryptocurrency QuotesCOINMARKETCAP_CRYPTOCURRENCY_QUOTES_LATESTAcción

Tool to get the latest market quotes for one or more cryptocurrencies. Use after selecting desired coins.

Parámetros de entrada

  • idstring

    Comma-separated CoinMarketCap cryptocurrency IDs. Provide this or symbol or slug.

  • auxstring

    Comma-separated list of auxiliary data fields to include.

  • slugstring

    Comma-separated cryptocurrency slugs. Provide this or id or symbol.

  • symbolstring

    Comma-separated cryptocurrency symbols. Provide this or id or slug.

  • convertstring

    Fiat or cryptocurrency symbol to convert values into. Cannot be used with convert_id.

  • convert_idstring

    Comma-separated CoinMarketCap IDs for conversion currencies. Cannot be used with convert.

  • skip_invalidboolean

    If true, invalid symbols/IDs are skipped instead of erroring.

Parámetros de salida

  • dataobjectObligatorio

    Mapping from crypto ID to data and quotes.

  • errorstring

    Error if any occurred during the execution of the action

  • statusobjectObligatorio

    API status metadata.

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Exchange MapCOINMARKETCAP_EXCHANGE_MAPAcción

Tool to retrieve a mapping of all cryptocurrency exchanges. Use when you need reference IDs for exchanges.

Parámetros de entrada

  • slugstring

    Comma-separated exchange slugs to filter, e.g., 'binance,gdax'.

  • limitinteger

    Number of results to return (1-5000).

  • startinteger

    1-based index of the first item to return for pagination.

  • listing_statusstringenum

    Filter by exchange listing status. Defaults to 'active'.

    activeinactiveuntracked

Parámetros de salida

  • dataobject[]Obligatorio

    List of mapped exchanges.

  • errorstring

    Error if any occurred during the execution of the action

  • statusobjectObligatorio

    Response status metadata.

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get cryptocurrency infoCOINMARKETCAP_GET_CRYPTOCURRENCY_INFOAcción

Tool 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

  • dataobjectObligatorio

    Mapping from CoinMarketCap ID to detailed cryptocurrency info

  • errorstring

    Error if any occurred during the execution of the action

  • statusobjectObligatorio

    API request status information

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get exchange infoCOINMARKETCAP_GET_EXCHANGE_INFOAcción

Tool 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.

  • auxstring

    Comma-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

  • dataobjectObligatorio

    Mapping of exchange ID to metadata

  • errorstring

    Error if any occurred during the execution of the action

  • statusobjectObligatorio

    API request status

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get API Key InfoCOINMARKETCAP_GET_KEY_INFOAcción

Tool 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

  • dataobjectObligatorio

    API key details and usage statistics

  • errorstring

    Error if any occurred during the execution of the action

  • statusobjectObligatorio

    API status metadata

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Global Metrics Quotes LatestCOINMARKETCAP_GLOBAL_METRICS_QUOTES_LATESTAcción

Tool 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

  • convertstring

    Comma-separated list of currency symbols to convert market quotes (e.g., 'USD,BTC').

  • convert_idstring

    Comma-separated list of CoinMarketCap IDs to convert market quotes (e.g., '1,2781').

Parámetros de salida

  • dataobjectObligatorio

    Latest global market metrics

  • errorstring

    Error if any occurred during the execution of the action

  • statusobjectObligatorio

    API status metadata

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Partner MapCOINMARKETCAP_PARTNER_MAPAcción

Tool 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

  • slugstring

    Comma-separated slugs to filter. Example: 'binance,gdax'

  • limitinteger

    Number of results to return (1-5000).

  • startinteger

    1-based index of the first item to return for pagination.

  • listing_statusstring

    Filter by listing status. Example: 'active', 'inactive', 'untracked'.

Parámetros de salida

  • dataobject[]Obligatorio

    List of partner mappings.

  • errorstring

    Error if any occurred during the execution of the action

  • statusobjectObligatorio

    Response status metadata.

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Price ConversionCOINMARKETCAP_TOOLS_PRICE_CONVERSIONAcción

Tool to convert an amount from one cryptocurrency or fiat currency into another. Use when conversion rates are needed.

Parámetros de entrada

  • idinteger

    CoinMarketCap ID of the asset to convert from.

  • slugstring

    URL-friendly slug of the asset to convert from (e.g., bitcoin).

  • timestring

    Historical conversion time in ISO 8601 or YYYY-MM-DD.

  • amountnumberObligatorio

    Amount of the asset to convert.

  • symbolstring

    Ticker symbol of the asset to convert from (e.g., BTC).

  • convertstring

    Comma-separated list of target currency symbols (e.g., USD,EUR).

  • convert_idstring

    Comma-separated list of CoinMarketCap IDs of target currencies.

Parámetros de salida

  • dataobjectObligatorio

    Conversion result.

  • errorstring

    Error if any occurred during the execution of the action

  • statusobjectObligatorio

    Response status metadata.

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not