← Tools Reference

CoinMarketCap

CoinMarketCap integration (Finance, Data). Imported from open-connector.

API key6 toolshttps://pro-api.coinmarketcap.com
GET
coinmarketcap_get_key_info
Retrieve plan limits and usage details for the current CoinMarketCap API key.

/v1/key/info

GET
coinmarketcap_get_cryptocurrency_map
Retrieve CoinMarketCap asset IDs, symbols, and slugs for cryptocurrency discovery.

/v1/cryptocurrency/map

8 parameters
ParamTypeRequiredDescription
idstringoptionalComma-separated CoinMarketCap asset IDs to filter by.
listing_statusstringoptionalComma-separated listing statuses to include, such as active or inactive.
slugstringoptionalComma-separated asset slugs to filter by.
symbolstringoptionalComma-separated asset symbols to filter by.
auxstringoptionalComma-separated auxiliary fields to include, such as platform or first_historic…
sortstringoptionalField used to sort the response.
startintegeroptional1-based offset of the first item to return.
limitintegeroptionalMaximum number of assets to return.
GET
coinmarketcap_get_latest_cryptocurrency_quotes
Retrieve the latest quotes for one or more cryptocurrencies by id, symbol, or slug.

/v1/cryptocurrency/quotes/latest

7 parameters
ParamTypeRequiredDescription
idstringoptionalComma-separated CoinMarketCap asset IDs to query.
symbolstringoptionalComma-separated asset symbols to query.
slugstringoptionalComma-separated asset slugs to query.
convertstringoptionalComma-separated quote currency symbols to convert into.
convert_idstringoptionalComma-separated CoinMarketCap IDs of quote currencies to convert into.
skip_invalidbooleanoptionalWhether invalid identifiers should be silently skipped by CoinMarketCap.
auxstringoptionalComma-separated auxiliary asset fields to include.
GET
coinmarketcap_list_latest_cryptocurrency_listings
Retrieve the latest cryptocurrency listings ordered by CoinMarketCap ranking and filters.

/v1/cryptocurrency/listings/latest

19 parameters
ParamTypeRequiredDescription
startintegeroptional1-based offset of the first item to return.
limitintegeroptionalMaximum number of assets to return.
price_minnumberoptionalMinimum asset price filter.
price_maxnumberoptionalMaximum asset price filter.
market_cap_minnumberoptionalMinimum market capitalization filter.
market_cap_maxnumberoptionalMaximum market capitalization filter.
volume_24h_minnumberoptionalMinimum 24-hour traded volume filter.
volume_24h_maxnumberoptionalMaximum 24-hour traded volume filter.
circulating_supply_minnumberoptionalMinimum circulating supply filter.
circulating_supply_maxnumberoptionalMaximum circulating supply filter.
percent_change_24h_minnumberoptionalMinimum 24-hour percentage change filter.
percent_change_24h_maxnumberoptionalMaximum 24-hour percentage change filter.
convertstringoptionalQuote currency symbol to convert the listings into.
convert_idstringoptionalCoinMarketCap quote currency ID used instead of convert.
sortstringoptionalField used to sort the returned listings.
sort_dirstringoptionalSort direction used by CoinMarketCap.
cryptocurrency_typestringoptionalAsset type filter used by CoinMarketCap.
tagstringoptionalComma-separated asset tags to filter by.
auxstringoptionalComma-separated auxiliary asset fields to include.
GET
coinmarketcap_get_latest_global_metrics_quotes
Retrieve the latest global cryptocurrency market metrics and quote aggregates.

/v1/global-metrics/quotes/latest

2 parameters
ParamTypeRequiredDescription
convertstringoptionalQuote currency symbol to convert the metrics into.
convert_idstringoptionalCoinMarketCap quote currency ID used instead of convert.
GET
coinmarketcap_convert_price
Convert an asset amount into another fiat or cryptocurrency using CoinMarketCap pricing.

/v1/tools/price-conversion

6 parameters
ParamTypeRequiredDescription
amountnumberrequiredAmount of the source asset to convert.
idintegeroptionalCoinMarketCap ID of the source asset.
symbolstringoptionalTicker symbol of the source asset.
convertstringoptionalTarget currency symbol used for conversion.
convert_idstringoptionalCoinMarketCap ID of the target currency used instead of convert.
timestringoptionalHistorical timestamp or date to use for conversion, when supported by the API p…