data
CoinMarketCap CLI for AI Agents
Use the CoinMarketCap CLI from KosmoKrator to call CoinMarketCap tools headlessly, return JSON, inspect schemas, and automate workflows from coding agents, scripts, and CI.CoinMarketCap CLI Setup
CoinMarketCap can be configured headlessly with `kosmokrator integrations:configure coinmarketcap`.
# Install KosmoKrator first if it is not available on PATH.
curl -fsSL https://raw.githubusercontent.com/OpenCompanyApp/kosmokrator/main/install.sh | bash
# Configure and verify this integration.
kosmokrator integrations:configure coinmarketcap --enable --read allow --write ask --json
kosmokrator integrations:doctor coinmarketcap --json
kosmokrator integrations:status --json Credentials
Authentication type: API key api_key. Configure credentials once, then reuse the same stored profile from scripts, coding CLIs, Lua, and MCP.
No credentials are required.
Command Patterns
The generic command is stable across every integration. The provider shortcut is shorter for humans.
kosmo integrations:call coinmarketcap.coinmarketcap_get_v1_cryptocurrency_airdrop '{"id":"example_id"}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v1_cryptocurrency_airdrop '{"id":"example_id"}' --json Discovery
These commands return structured output for coding agents that need to inspect capabilities before choosing a function.
kosmo integrations:docs coinmarketcap --json
kosmo integrations:docs coinmarketcap.coinmarketcap_get_v1_cryptocurrency_airdrop --json
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v1_cryptocurrency_airdrop --json
kosmo integrations:search "CoinMarketCap" --json
kosmo integrations:list --json Automation Contexts
The same configured command surface works in these environments. The command does not change unless the host wrapper, credentials, or permissions change.
CLI Functions
Every function below can be called headlessly. Commands are highlighted, copyable, and scroll horizontally when payloads are long.
coinmarketcap.coinmarketcap_get_v1_cryptocurrency_airdrop
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/cryptocurrency/airdrop.
read - Parameters
- id
kosmo integrations:call coinmarketcap.coinmarketcap_get_v1_cryptocurrency_airdrop '{"id":"example_id"}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v1_cryptocurrency_airdrop '{"id":"example_id"}' --json coinmarketcap.coinmarketcap_get_v1_cryptocurrency_airdrops
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/cryptocurrency/airdrops.
read - Parameters
- start, limit, status, id, slug, symbol
kosmo integrations:call coinmarketcap.coinmarketcap_get_v1_cryptocurrency_airdrops '{"start":1,"limit":1,"status":"example_status","id":"example_id","slug":"example_slug","symbol":"example_symbol"}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v1_cryptocurrency_airdrops '{"start":1,"limit":1,"status":"example_status","id":"example_id","slug":"example_slug","symbol":"example_symbol"}' --json coinmarketcap.coinmarketcap_get_v1_cryptocurrency_categories
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/cryptocurrency/categories.
read - Parameters
- start, limit, id, slug, symbol
kosmo integrations:call coinmarketcap.coinmarketcap_get_v1_cryptocurrency_categories '{"start":1,"limit":1,"id":"example_id","slug":"example_slug","symbol":"example_symbol"}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v1_cryptocurrency_categories '{"start":1,"limit":1,"id":"example_id","slug":"example_slug","symbol":"example_symbol"}' --json coinmarketcap.coinmarketcap_get_v1_cryptocurrency_category
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/cryptocurrency/category.
read - Parameters
- id, start, limit, convert, convert_id
kosmo integrations:call coinmarketcap.coinmarketcap_get_v1_cryptocurrency_category '{"id":"example_id","start":1,"limit":1,"convert":"example_convert","convert_id":"example_convert_id"}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v1_cryptocurrency_category '{"id":"example_id","start":1,"limit":1,"convert":"example_convert","convert_id":"example_convert_id"}' --json coinmarketcap.coinmarketcap_get_v1_cryptocurrency_map
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/cryptocurrency/map.
read - Parameters
- listing_status, start, limit, sort, symbol, aux
kosmo integrations:call coinmarketcap.coinmarketcap_get_v1_cryptocurrency_map '{"listing_status":"example_listing_status","start":1,"limit":1,"sort":"example_sort","symbol":"example_symbol","aux":"example_aux"}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v1_cryptocurrency_map '{"listing_status":"example_listing_status","start":1,"limit":1,"sort":"example_sort","symbol":"example_symbol","aux":"example_aux"}' --json coinmarketcap.coinmarketcap_get_v2_cryptocurrency_info
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v2/cryptocurrency/info.
read - Parameters
- id, slug, symbol, address, skip_invalid, aux
kosmo integrations:call coinmarketcap.coinmarketcap_get_v2_cryptocurrency_info '{"id":"example_id","slug":"example_slug","symbol":"example_symbol","address":"example_address","skip_invalid":true,"aux":"example_aux"}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v2_cryptocurrency_info '{"id":"example_id","slug":"example_slug","symbol":"example_symbol","address":"example_address","skip_invalid":true,"aux":"example_aux"}' --json coinmarketcap.coinmarketcap_get_v1_cryptocurrency_listings_historical
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/cryptocurrency/listings/historical.
read - Parameters
- date, start, limit, convert, convert_id, sort, sort_dir, cryptocurrency_type, aux
kosmo integrations:call coinmarketcap.coinmarketcap_get_v1_cryptocurrency_listings_historical '{"date":"example_date","start":1,"limit":1,"convert":"example_convert","convert_id":"example_convert_id","sort":"example_sort","sort_dir":"example_sort_dir","cryptocurrency_type":"example_cryptocurrency_type"}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v1_cryptocurrency_listings_historical '{"date":"example_date","start":1,"limit":1,"convert":"example_convert","convert_id":"example_convert_id","sort":"example_sort","sort_dir":"example_sort_dir","cryptocurrency_type":"example_cryptocurrency_type"}' --json coinmarketcap.coinmarketcap_get_v1_cryptocurrency_listings_latest
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/cryptocurrency/listings/latest.
read - Parameters
- start, limit, price_min, price_max, market_cap_min, market_cap_max, volume_24h_min, volume_24h_max, circulating_supply_min, circulating_supply_max, percent_change_24h_min, percent_change_24h_max, self_reported_circulating_supply_min, self_reported_circulating_supply_max, self_reported_market_cap_min, self_reported_market_cap_max, unlocked_market_cap_min, unlocked_market_cap_max, unlocked_circulating_supply_min, unlocked_circulating_supply_max, convert, convert_id, sort, sort_dir, cryptocurrency_type, tag, aux
kosmo integrations:call coinmarketcap.coinmarketcap_get_v1_cryptocurrency_listings_latest '{"start":1,"limit":1,"price_min":1,"price_max":1,"market_cap_min":1,"market_cap_max":1,"volume_24h_min":1,"volume_24h_max":1}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v1_cryptocurrency_listings_latest '{"start":1,"limit":1,"price_min":1,"price_max":1,"market_cap_min":1,"market_cap_max":1,"volume_24h_min":1,"volume_24h_max":1}' --json coinmarketcap.coinmarketcap_get_v1_cryptocurrency_listings_new
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/cryptocurrency/listings/new.
read - Parameters
- start, limit, convert, convert_id, sort_dir
kosmo integrations:call coinmarketcap.coinmarketcap_get_v1_cryptocurrency_listings_new '{"start":1,"limit":1,"convert":"example_convert","convert_id":"example_convert_id","sort_dir":"example_sort_dir"}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v1_cryptocurrency_listings_new '{"start":1,"limit":1,"convert":"example_convert","convert_id":"example_convert_id","sort_dir":"example_sort_dir"}' --json coinmarketcap.coinmarketcap_get_v1_cryptocurrency_trending_gainers_losers
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/cryptocurrency/trending/gainers-losers.
read - Parameters
- start, limit, time_period, convert, convert_id, sort, sort_dir
kosmo integrations:call coinmarketcap.coinmarketcap_get_v1_cryptocurrency_trending_gainers_losers '{"start":1,"limit":1,"time_period":"example_time_period","convert":"example_convert","convert_id":"example_convert_id","sort":"example_sort","sort_dir":"example_sort_dir"}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v1_cryptocurrency_trending_gainers_losers '{"start":1,"limit":1,"time_period":"example_time_period","convert":"example_convert","convert_id":"example_convert_id","sort":"example_sort","sort_dir":"example_sort_dir"}' --json coinmarketcap.coinmarketcap_get_v1_cryptocurrency_trending_latest
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/cryptocurrency/trending/latest.
read - Parameters
- start, limit, time_period, convert, convert_id
kosmo integrations:call coinmarketcap.coinmarketcap_get_v1_cryptocurrency_trending_latest '{"start":1,"limit":1,"time_period":"example_time_period","convert":"example_convert","convert_id":"example_convert_id"}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v1_cryptocurrency_trending_latest '{"start":1,"limit":1,"time_period":"example_time_period","convert":"example_convert","convert_id":"example_convert_id"}' --json coinmarketcap.coinmarketcap_get_v1_cryptocurrency_trending_most_visited
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/cryptocurrency/trending/most-visited.
read - Parameters
- start, limit, time_period, convert, convert_id
kosmo integrations:call coinmarketcap.coinmarketcap_get_v1_cryptocurrency_trending_most_visited '{"start":1,"limit":1,"time_period":"example_time_period","convert":"example_convert","convert_id":"example_convert_id"}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v1_cryptocurrency_trending_most_visited '{"start":1,"limit":1,"time_period":"example_time_period","convert":"example_convert","convert_id":"example_convert_id"}' --json coinmarketcap.coinmarketcap_get_v2_cryptocurrency_market_pairs_latest
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v2/cryptocurrency/market-pairs/latest.
read - Parameters
- id, slug, symbol, start, limit, sort_dir, sort, aux, matched_id, matched_symbol, category, fee_type, convert, convert_id
kosmo integrations:call coinmarketcap.coinmarketcap_get_v2_cryptocurrency_market_pairs_latest '{"id":"example_id","slug":"example_slug","symbol":"example_symbol","start":1,"limit":1,"sort_dir":"example_sort_dir","sort":"example_sort","aux":"example_aux"}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v2_cryptocurrency_market_pairs_latest '{"id":"example_id","slug":"example_slug","symbol":"example_symbol","start":1,"limit":1,"sort_dir":"example_sort_dir","sort":"example_sort","aux":"example_aux"}' --json coinmarketcap.coinmarketcap_get_v2_cryptocurrency_ohlcv_historical
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v2/cryptocurrency/ohlcv/historical.
read - Parameters
- id, slug, symbol, time_period, time_start, time_end, count, interval, convert, convert_id, skip_invalid
kosmo integrations:call coinmarketcap.coinmarketcap_get_v2_cryptocurrency_ohlcv_historical '{"id":"example_id","slug":"example_slug","symbol":"example_symbol","time_period":"example_time_period","time_start":"example_time_start","time_end":"example_time_end","count":1,"interval":"example_interval"}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v2_cryptocurrency_ohlcv_historical '{"id":"example_id","slug":"example_slug","symbol":"example_symbol","time_period":"example_time_period","time_start":"example_time_start","time_end":"example_time_end","count":1,"interval":"example_interval"}' --json coinmarketcap.coinmarketcap_get_v2_cryptocurrency_ohlcv_latest
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v2/cryptocurrency/ohlcv/latest.
read - Parameters
- id, symbol, convert, convert_id, skip_invalid
kosmo integrations:call coinmarketcap.coinmarketcap_get_v2_cryptocurrency_ohlcv_latest '{"id":"example_id","symbol":"example_symbol","convert":"example_convert","convert_id":"example_convert_id","skip_invalid":true}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v2_cryptocurrency_ohlcv_latest '{"id":"example_id","symbol":"example_symbol","convert":"example_convert","convert_id":"example_convert_id","skip_invalid":true}' --json coinmarketcap.coinmarketcap_get_v2_cryptocurrency_price_performance_stats_latest
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v2/cryptocurrency/price-performance-stats/latest.
read - Parameters
- id, slug, symbol, time_period, convert, convert_id, skip_invalid
kosmo integrations:call coinmarketcap.coinmarketcap_get_v2_cryptocurrency_price_performance_stats_latest '{"id":"example_id","slug":"example_slug","symbol":"example_symbol","time_period":"example_time_period","convert":"example_convert","convert_id":"example_convert_id","skip_invalid":true}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v2_cryptocurrency_price_performance_stats_latest '{"id":"example_id","slug":"example_slug","symbol":"example_symbol","time_period":"example_time_period","convert":"example_convert","convert_id":"example_convert_id","skip_invalid":true}' --json coinmarketcap.coinmarketcap_get_v3_cryptocurrency_quotes_historical
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v3/cryptocurrency/quotes/historical.
read - Parameters
- id, symbol, time_start, time_end, count, interval, convert, convert_id, aux, skip_invalid
kosmo integrations:call coinmarketcap.coinmarketcap_get_v3_cryptocurrency_quotes_historical '{"id":"example_id","symbol":"example_symbol","time_start":"example_time_start","time_end":"example_time_end","count":1,"interval":"example_interval","convert":"example_convert","convert_id":"example_convert_id"}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v3_cryptocurrency_quotes_historical '{"id":"example_id","symbol":"example_symbol","time_start":"example_time_start","time_end":"example_time_end","count":1,"interval":"example_interval","convert":"example_convert","convert_id":"example_convert_id"}' --json coinmarketcap.coinmarketcap_get_v3_cryptocurrency_quotes_latest
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v3/cryptocurrency/quotes/latest.
read - Parameters
- id, slug, symbol, convert, convert_id, aux, skip_invalid
kosmo integrations:call coinmarketcap.coinmarketcap_get_v3_cryptocurrency_quotes_latest '{"id":"example_id","slug":"example_slug","symbol":"example_symbol","convert":"example_convert","convert_id":"example_convert_id","aux":"example_aux","skip_invalid":"example_skip_invalid"}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v3_cryptocurrency_quotes_latest '{"id":"example_id","slug":"example_slug","symbol":"example_symbol","convert":"example_convert","convert_id":"example_convert_id","aux":"example_aux","skip_invalid":"example_skip_invalid"}' --json coinmarketcap.coinmarketcap_get_v3_cryptocurrency_listings_latest
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v3/cryptocurrency/listings/latest.
read - Parameters
- start, limit, price_min, price_max, market_cap_min, market_cap_max, volume_24h_min, volume_24h_max, circulating_supply_min, circulating_supply_max, percent_change_24h_min, percent_change_24h_max, convert, convert_id, sort, sort_dir, cryptocurrency_type, tag, aux
kosmo integrations:call coinmarketcap.coinmarketcap_get_v3_cryptocurrency_listings_latest '{"start":"example_start","limit":"example_limit","price_min":"example_price_min","price_max":"example_price_max","market_cap_min":"example_market_cap_min","market_cap_max":"example_market_cap_max","volume_24h_min":"example_volume_24h_min","volume_24h_max":"example_volume_24h_max"}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v3_cryptocurrency_listings_latest '{"start":"example_start","limit":"example_limit","price_min":"example_price_min","price_max":"example_price_max","market_cap_min":"example_market_cap_min","market_cap_max":"example_market_cap_max","volume_24h_min":"example_volume_24h_min","volume_24h_max":"example_volume_24h_max"}' --json coinmarketcap.coinmarketcap_get_v1_simple_price
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/simple/price.
read - Parameters
- ids, include_market_cap, include_volume_24h, include_percent_change_24h, include_last_updated
kosmo integrations:call coinmarketcap.coinmarketcap_get_v1_simple_price '{"ids":"example_ids","include_market_cap":true,"include_volume_24h":true,"include_percent_change_24h":true,"include_last_updated":true}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v1_simple_price '{"ids":"example_ids","include_market_cap":true,"include_volume_24h":true,"include_percent_change_24h":true,"include_last_updated":true}' --json coinmarketcap.coinmarketcap_get_v1_exchange_assets
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/exchange/assets.
read - Parameters
- id
kosmo integrations:call coinmarketcap.coinmarketcap_get_v1_exchange_assets '{"id":"example_id"}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v1_exchange_assets '{"id":"example_id"}' --json coinmarketcap.coinmarketcap_get_v1_exchange_info
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/exchange/info.
read - Parameters
- id, slug, aux
kosmo integrations:call coinmarketcap.coinmarketcap_get_v1_exchange_info '{"id":"example_id","slug":"example_slug","aux":"example_aux"}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v1_exchange_info '{"id":"example_id","slug":"example_slug","aux":"example_aux"}' --json coinmarketcap.coinmarketcap_get_v1_exchange_map
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/exchange/map.
read - Parameters
- listing_status, slug, start, limit, sort, aux, crypto_id
kosmo integrations:call coinmarketcap.coinmarketcap_get_v1_exchange_map '{"listing_status":"example_listing_status","slug":"example_slug","start":1,"limit":1,"sort":"example_sort","aux":"example_aux","crypto_id":"example_crypto_id"}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v1_exchange_map '{"listing_status":"example_listing_status","slug":"example_slug","start":1,"limit":1,"sort":"example_sort","aux":"example_aux","crypto_id":"example_crypto_id"}' --json coinmarketcap.coinmarketcap_get_v1_exchange_listings_latest
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/exchange/listings/latest.
read - Parameters
- start, limit, sort, sort_dir, market_type, category, aux, convert, convert_id
kosmo integrations:call coinmarketcap.coinmarketcap_get_v1_exchange_listings_latest '{"start":1,"limit":1,"sort":"example_sort","sort_dir":"example_sort_dir","market_type":"example_market_type","category":"example_category","aux":"example_aux","convert":"example_convert"}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v1_exchange_listings_latest '{"start":1,"limit":1,"sort":"example_sort","sort_dir":"example_sort_dir","market_type":"example_market_type","category":"example_category","aux":"example_aux","convert":"example_convert"}' --json coinmarketcap.coinmarketcap_get_v1_exchange_market_pairs_latest
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/exchange/market-pairs/latest.
read - Parameters
- id, slug, start, limit, aux, matched_id, matched_symbol, category, fee_type, convert, convert_id
kosmo integrations:call coinmarketcap.coinmarketcap_get_v1_exchange_market_pairs_latest '{"id":"example_id","slug":"example_slug","start":1,"limit":1,"aux":"example_aux","matched_id":"example_matched_id","matched_symbol":"example_matched_symbol","category":"example_category"}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v1_exchange_market_pairs_latest '{"id":"example_id","slug":"example_slug","start":1,"limit":1,"aux":"example_aux","matched_id":"example_matched_id","matched_symbol":"example_matched_symbol","category":"example_category"}' --json coinmarketcap.coinmarketcap_get_v1_exchange_quotes_historical
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/exchange/quotes/historical.
read - Parameters
- id, slug, time_start, time_end, count, interval, convert, convert_id
kosmo integrations:call coinmarketcap.coinmarketcap_get_v1_exchange_quotes_historical '{"id":"example_id","slug":"example_slug","time_start":"example_time_start","time_end":"example_time_end","count":1,"interval":"example_interval","convert":"example_convert","convert_id":"example_convert_id"}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v1_exchange_quotes_historical '{"id":"example_id","slug":"example_slug","time_start":"example_time_start","time_end":"example_time_end","count":1,"interval":"example_interval","convert":"example_convert","convert_id":"example_convert_id"}' --json coinmarketcap.coinmarketcap_get_v1_exchange_quotes_latest
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/exchange/quotes/latest.
read - Parameters
- id, slug, convert, convert_id, aux
kosmo integrations:call coinmarketcap.coinmarketcap_get_v1_exchange_quotes_latest '{"id":"example_id","slug":"example_slug","convert":"example_convert","convert_id":"example_convert_id","aux":"example_aux"}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v1_exchange_quotes_latest '{"id":"example_id","slug":"example_slug","convert":"example_convert","convert_id":"example_convert_id","aux":"example_aux"}' --json coinmarketcap.coinmarketcap_get_v3_fear_and_greed_historical
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v3/fear-and-greed/historical.
read - Parameters
- start, limit
kosmo integrations:call coinmarketcap.coinmarketcap_get_v3_fear_and_greed_historical '{"start":1,"limit":1}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v3_fear_and_greed_historical '{"start":1,"limit":1}' --json coinmarketcap.coinmarketcap_get_v3_fear_and_greed_latest
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v3/fear-and-greed/latest.
read - Parameters
- none
kosmo integrations:call coinmarketcap.coinmarketcap_get_v3_fear_and_greed_latest '{}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v3_fear_and_greed_latest '{}' --json coinmarketcap.coinmarketcap_get_v1_global_metrics_quotes_historical
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/global-metrics/quotes/historical.
read - Parameters
- time_start, time_end, count, interval, convert, convert_id, aux
kosmo integrations:call coinmarketcap.coinmarketcap_get_v1_global_metrics_quotes_historical '{"time_start":"example_time_start","time_end":"example_time_end","count":1,"interval":"example_interval","convert":"example_convert","convert_id":"example_convert_id","aux":"example_aux"}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v1_global_metrics_quotes_historical '{"time_start":"example_time_start","time_end":"example_time_end","count":1,"interval":"example_interval","convert":"example_convert","convert_id":"example_convert_id","aux":"example_aux"}' --json coinmarketcap.coinmarketcap_get_v1_global_metrics_quotes_latest
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/global-metrics/quotes/latest.
read - Parameters
- convert, convert_id
kosmo integrations:call coinmarketcap.coinmarketcap_get_v1_global_metrics_quotes_latest '{"convert":"example_convert","convert_id":"example_convert_id"}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v1_global_metrics_quotes_latest '{"convert":"example_convert","convert_id":"example_convert_id"}' --json coinmarketcap.coinmarketcap_get_v1_altcoin_season_index_latest
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/altcoin-season-index/latest.
read - Parameters
- none
kosmo integrations:call coinmarketcap.coinmarketcap_get_v1_altcoin_season_index_latest '{}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v1_altcoin_season_index_latest '{}' --json coinmarketcap.coinmarketcap_get_v1_altcoin_season_index_historical
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/altcoin-season-index/historical.
read - Parameters
- timeframe
kosmo integrations:call coinmarketcap.coinmarketcap_get_v1_altcoin_season_index_historical '{"timeframe":"example_timeframe"}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v1_altcoin_season_index_historical '{"timeframe":"example_timeframe"}' --json coinmarketcap.coinmarketcap_get_v1_content_latest
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/content/latest.
read - Parameters
- start, limit, id, slug, symbol, news_type, content_type, category, language
kosmo integrations:call coinmarketcap.coinmarketcap_get_v1_content_latest '{"start":1,"limit":1,"id":"example_id","slug":"example_slug","symbol":"example_symbol","news_type":"example_news_type","content_type":"example_content_type","category":"example_category"}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v1_content_latest '{"start":1,"limit":1,"id":"example_id","slug":"example_slug","symbol":"example_symbol","news_type":"example_news_type","content_type":"example_content_type","category":"example_category"}' --json coinmarketcap.coinmarketcap_get_v1_content_posts_comments
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/content/posts/comments.
read - Parameters
- post_id
kosmo integrations:call coinmarketcap.coinmarketcap_get_v1_content_posts_comments '{"post_id":"example_post_id"}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v1_content_posts_comments '{"post_id":"example_post_id"}' --json coinmarketcap.coinmarketcap_get_v1_content_posts_latest
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/content/posts/latest.
read - Parameters
- id, slug, symbol, last_score
kosmo integrations:call coinmarketcap.coinmarketcap_get_v1_content_posts_latest '{"id":"example_id","slug":"example_slug","symbol":"example_symbol","last_score":"example_last_score"}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v1_content_posts_latest '{"id":"example_id","slug":"example_slug","symbol":"example_symbol","last_score":"example_last_score"}' --json coinmarketcap.coinmarketcap_get_v1_content_posts_top
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/content/posts/top.
read - Parameters
- id, slug, symbol, last_score
kosmo integrations:call coinmarketcap.coinmarketcap_get_v1_content_posts_top '{"id":"example_id","slug":"example_slug","symbol":"example_symbol","last_score":"example_last_score"}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v1_content_posts_top '{"id":"example_id","slug":"example_slug","symbol":"example_symbol","last_score":"example_last_score"}' --json coinmarketcap.coinmarketcap_get_v1_community_trending_token
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/community/trending/token.
read - Parameters
- limit
kosmo integrations:call coinmarketcap.coinmarketcap_get_v1_community_trending_token '{"limit":1}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v1_community_trending_token '{"limit":1}' --json coinmarketcap.coinmarketcap_get_v1_community_trending_topic
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/community/trending/topic.
read - Parameters
- limit
kosmo integrations:call coinmarketcap.coinmarketcap_get_v1_community_trending_topic '{"limit":1}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v1_community_trending_topic '{"limit":1}' --json coinmarketcap.coinmarketcap_get_v3_index_cmc100_historical
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v3/index/cmc100-historical.
read - Parameters
- time_start, time_end, count, interval
kosmo integrations:call coinmarketcap.coinmarketcap_get_v3_index_cmc100_historical '{"time_start":"example_time_start","time_end":"example_time_end","count":"example_count","interval":"example_interval"}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v3_index_cmc100_historical '{"time_start":"example_time_start","time_end":"example_time_end","count":"example_count","interval":"example_interval"}' --json coinmarketcap.coinmarketcap_get_v3_index_cmc100_latest
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v3/index/cmc100-latest.
read - Parameters
- none
kosmo integrations:call coinmarketcap.coinmarketcap_get_v3_index_cmc100_latest '{}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v3_index_cmc100_latest '{}' --json coinmarketcap.coinmarketcap_get_v3_index_cmc20_historical
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v3/index/cmc20-historical.
read - Parameters
- time_start, time_end, count, interval
kosmo integrations:call coinmarketcap.coinmarketcap_get_v3_index_cmc20_historical '{"time_start":"example_time_start","time_end":"example_time_end","count":"example_count","interval":"example_interval"}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v3_index_cmc20_historical '{"time_start":"example_time_start","time_end":"example_time_end","count":"example_count","interval":"example_interval"}' --json coinmarketcap.coinmarketcap_get_v3_index_cmc20_latest
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v3/index/cmc20-latest.
read - Parameters
- none
kosmo integrations:call coinmarketcap.coinmarketcap_get_v3_index_cmc20_latest '{}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v3_index_cmc20_latest '{}' --json coinmarketcap.coinmarketcap_post_v1_dex_tokens_trending_list
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: POST /v1/dex/tokens/trending/list.
read - Parameters
- body
kosmo integrations:call coinmarketcap.coinmarketcap_post_v1_dex_tokens_trending_list '{"body":"example_body"}' --json kosmo integrations:coinmarketcap coinmarketcap_post_v1_dex_tokens_trending_list '{"body":"example_body"}' --json coinmarketcap.coinmarketcap_post_v1_dex_tokens_batch_query
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: POST /v1/dex/tokens/batch-query.
read - Parameters
- body
kosmo integrations:call coinmarketcap.coinmarketcap_post_v1_dex_tokens_batch_query '{"body":"example_body"}' --json kosmo integrations:coinmarketcap coinmarketcap_post_v1_dex_tokens_batch_query '{"body":"example_body"}' --json coinmarketcap.coinmarketcap_post_v1_dex_token_price_batch
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: POST /v1/dex/token/price/batch.
read - Parameters
- body
kosmo integrations:call coinmarketcap.coinmarketcap_post_v1_dex_token_price_batch '{"body":"example_body"}' --json kosmo integrations:coinmarketcap coinmarketcap_post_v1_dex_token_price_batch '{"body":"example_body"}' --json coinmarketcap.coinmarketcap_post_v1_dex_new_list
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: POST /v1/dex/new/list.
read - Parameters
- body
kosmo integrations:call coinmarketcap.coinmarketcap_post_v1_dex_new_list '{"body":"example_body"}' --json kosmo integrations:coinmarketcap coinmarketcap_post_v1_dex_new_list '{"body":"example_body"}' --json coinmarketcap.coinmarketcap_post_v1_dex_meme_list
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: POST /v1/dex/meme/list.
read - Parameters
- body
kosmo integrations:call coinmarketcap.coinmarketcap_post_v1_dex_meme_list '{"body":"example_body"}' --json kosmo integrations:coinmarketcap coinmarketcap_post_v1_dex_meme_list '{"body":"example_body"}' --json coinmarketcap.coinmarketcap_post_v1_dex_gainer_loser_list
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: POST /v1/dex/gainer-loser/list.
read - Parameters
- body
kosmo integrations:call coinmarketcap.coinmarketcap_post_v1_dex_gainer_loser_list '{"body":"example_body"}' --json kosmo integrations:coinmarketcap coinmarketcap_post_v1_dex_gainer_loser_list '{"body":"example_body"}' --json coinmarketcap.coinmarketcap_get_v4_dex_spot_pairs_latest
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v4/dex/spot-pairs/latest.
read - Parameters
- network_id, network_slug, dex_id, dex_slug, base_asset_id, base_asset_symbol, base_asset_contract_address, base_asset_ucid, quote_asset_id, quote_asset_symbol, quote_asset_contract_address, quote_asset_ucid, scroll_id, limit, liquidity_min, liquidity_max, volume_24h_min, volume_24h_max, no_of_transactions_24h_min, no_of_transactions_24h_max, percent_change_24h_min, percent_change_24h_max, sort, sort_dir, aux, reverse_order, convert_id
kosmo integrations:call coinmarketcap.coinmarketcap_get_v4_dex_spot_pairs_latest '{"network_id":"example_network_id","network_slug":"example_network_slug","dex_id":"example_dex_id","dex_slug":"example_dex_slug","base_asset_id":"example_base_asset_id","base_asset_symbol":"example_base_asset_symbol","base_asset_contract_address":"example_base_asset_contract_address","base_asset_ucid":"example_base_asset_ucid"}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v4_dex_spot_pairs_latest '{"network_id":"example_network_id","network_slug":"example_network_slug","dex_id":"example_dex_id","dex_slug":"example_dex_slug","base_asset_id":"example_base_asset_id","base_asset_symbol":"example_base_asset_symbol","base_asset_contract_address":"example_base_asset_contract_address","base_asset_ucid":"example_base_asset_ucid"}' --json coinmarketcap.coinmarketcap_get_v4_dex_pairs_quotes_latest
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v4/dex/pairs/quotes/latest.
read - Parameters
- contract_address, network_id, network_slug, aux, convert_id, skip_invalid, reverse_order
kosmo integrations:call coinmarketcap.coinmarketcap_get_v4_dex_pairs_quotes_latest '{"contract_address":"example_contract_address","network_id":"example_network_id","network_slug":"example_network_slug","aux":"example_aux","convert_id":"example_convert_id","skip_invalid":"example_skip_invalid","reverse_order":"example_reverse_order"}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v4_dex_pairs_quotes_latest '{"contract_address":"example_contract_address","network_id":"example_network_id","network_slug":"example_network_slug","aux":"example_aux","convert_id":"example_convert_id","skip_invalid":"example_skip_invalid","reverse_order":"example_reverse_order"}' --json coinmarketcap.coinmarketcap_get_v1_dex_token
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/dex/token.
read - Parameters
- platform, address
kosmo integrations:call coinmarketcap.coinmarketcap_get_v1_dex_token '{"platform":"example_platform","address":"example_address"}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v1_dex_token '{"platform":"example_platform","address":"example_address"}' --json coinmarketcap.coinmarketcap_get_v1_dex_token_price
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/dex/token/price.
read - Parameters
- platform, address
kosmo integrations:call coinmarketcap.coinmarketcap_get_v1_dex_token_price '{"platform":"example_platform","address":"example_address"}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v1_dex_token_price '{"platform":"example_platform","address":"example_address"}' --json coinmarketcap.coinmarketcap_get_v1_dex_token_pools
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/dex/token/pools.
read - Parameters
- platform, address, size
kosmo integrations:call coinmarketcap.coinmarketcap_get_v1_dex_token_pools '{"platform":"example_platform","address":"example_address","size":1}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v1_dex_token_pools '{"platform":"example_platform","address":"example_address","size":1}' --json coinmarketcap.coinmarketcap_get_v1_dex_token_liquidity_query
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/dex/token-liquidity/query.
read - Parameters
- platform, address, interval, limit, to, needlatest
kosmo integrations:call coinmarketcap.coinmarketcap_get_v1_dex_token_liquidity_query '{"platform":"example_platform","address":"example_address","interval":"example_interval","limit":1,"to":1,"needlatest":true}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v1_dex_token_liquidity_query '{"platform":"example_platform","address":"example_address","interval":"example_interval","limit":1,"to":1,"needlatest":true}' --json coinmarketcap.coinmarketcap_get_v1_dex_tokens_transactions
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/dex/tokens/transactions.
read - Parameters
- platform, address, type, types, maker, sortby, sorttype, starttime, endtime, minvolume, maxvolume, lastid, limit, version
kosmo integrations:call coinmarketcap.coinmarketcap_get_v1_dex_tokens_transactions '{"platform":"example_platform","address":"example_address","type":1,"types":"example_types","maker":"example_maker","sortby":"example_sortby","sorttype":"example_sorttype","starttime":1}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v1_dex_tokens_transactions '{"platform":"example_platform","address":"example_address","type":1,"types":"example_types","maker":"example_maker","sortby":"example_sortby","sorttype":"example_sorttype","starttime":1}' --json coinmarketcap.coinmarketcap_get_v1_dex_security_detail
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/dex/security/detail.
read - Parameters
- platformname, address
kosmo integrations:call coinmarketcap.coinmarketcap_get_v1_dex_security_detail '{"platformname":"example_platformname","address":"example_address"}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v1_dex_security_detail '{"platformname":"example_platformname","address":"example_address"}' --json coinmarketcap.coinmarketcap_get_v1_dex_search
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/dex/search.
read - Parameters
- q, platform, sort, limit, code
kosmo integrations:call coinmarketcap.coinmarketcap_get_v1_dex_search '{"q":"example_q","platform":"example_platform","sort":"example_sort","limit":1,"code":"example_code"}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v1_dex_search '{"q":"example_q","platform":"example_platform","sort":"example_sort","limit":1,"code":"example_code"}' --json coinmarketcap.coinmarketcap_get_v1_dex_liquidity_change_list
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/dex/liquidity-change/list.
write - Parameters
- platform, address, type, maker, sortby, sorttype, starttime, endtime, minvolume, maxvolume, lastid, limit
kosmo integrations:call coinmarketcap.coinmarketcap_get_v1_dex_liquidity_change_list '{"platform":"example_platform","address":"example_address","type":1,"maker":"example_maker","sortby":"example_sortby","sorttype":"example_sorttype","starttime":1,"endtime":1}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v1_dex_liquidity_change_list '{"platform":"example_platform","address":"example_address","type":1,"maker":"example_maker","sortby":"example_sortby","sorttype":"example_sorttype","starttime":1,"endtime":1}' --json coinmarketcap.coinmarketcap_get_v1_dex_platform_list
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/dex/platform/list.
read - Parameters
- none
kosmo integrations:call coinmarketcap.coinmarketcap_get_v1_dex_platform_list '{}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v1_dex_platform_list '{}' --json coinmarketcap.coinmarketcap_get_v1_dex_platform_detail
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/dex/platform/detail.
read - Parameters
- platformname
kosmo integrations:call coinmarketcap.coinmarketcap_get_v1_dex_platform_detail '{"platformname":"example_platformname"}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v1_dex_platform_detail '{"platformname":"example_platformname"}' --json coinmarketcap.coinmarketcap_post_v1_dex_holders_list
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: POST /v1/dex/holders/list.
read - Parameters
- body
kosmo integrations:call coinmarketcap.coinmarketcap_post_v1_dex_holders_list '{"body":"example_body"}' --json kosmo integrations:coinmarketcap coinmarketcap_post_v1_dex_holders_list '{"body":"example_body"}' --json coinmarketcap.coinmarketcap_post_v1_dex_holders_detail
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: POST /v1/dex/holders/detail.
read - Parameters
- body
kosmo integrations:call coinmarketcap.coinmarketcap_post_v1_dex_holders_detail '{"body":"example_body"}' --json kosmo integrations:coinmarketcap coinmarketcap_post_v1_dex_holders_detail '{"body":"example_body"}' --json coinmarketcap.coinmarketcap_get_v1_dex_holders_trend_list
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/dex/holders/trend/list.
read - Parameters
- platform, tokenaddress, interval, from, to, limit
kosmo integrations:call coinmarketcap.coinmarketcap_get_v1_dex_holders_trend_list '{"platform":"example_platform","tokenaddress":"example_tokenaddress","interval":"example_interval","from":1,"to":1,"limit":1}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v1_dex_holders_trend_list '{"platform":"example_platform","tokenaddress":"example_tokenaddress","interval":"example_interval","from":1,"to":1,"limit":1}' --json coinmarketcap.coinmarketcap_get_v1_dex_holders_tag_count
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/dex/holders/tag_count.
read - Parameters
- platform, tokenaddress
kosmo integrations:call coinmarketcap.coinmarketcap_get_v1_dex_holders_tag_count '{"platform":"example_platform","tokenaddress":"example_tokenaddress"}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v1_dex_holders_tag_count '{"platform":"example_platform","tokenaddress":"example_tokenaddress"}' --json coinmarketcap.coinmarketcap_get_v1_dex_holders_count
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/dex/holders/count.
read - Parameters
- platform, tokenaddress
kosmo integrations:call coinmarketcap.coinmarketcap_get_v1_dex_holders_count '{"platform":"example_platform","tokenaddress":"example_tokenaddress"}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v1_dex_holders_count '{"platform":"example_platform","tokenaddress":"example_tokenaddress"}' --json coinmarketcap.coinmarketcap_get_v1_k_line_points
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/k-line/points.
read - Parameters
- platform, address, interval, from, to, unit, limit, pm
kosmo integrations:call coinmarketcap.coinmarketcap_get_v1_k_line_points '{"platform":"example_platform","address":"example_address","interval":"example_interval","from":1,"to":1,"unit":"example_unit","limit":1,"pm":"example_pm"}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v1_k_line_points '{"platform":"example_platform","address":"example_address","interval":"example_interval","from":1,"to":1,"unit":"example_unit","limit":1,"pm":"example_pm"}' --json coinmarketcap.coinmarketcap_get_v1_k_line_candles
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/k-line/candles.
read - Parameters
- platform, address, interval, from, to, unit, limit, pm
kosmo integrations:call coinmarketcap.coinmarketcap_get_v1_k_line_candles '{"platform":"example_platform","address":"example_address","interval":"example_interval","from":1,"to":1,"unit":"example_unit","limit":1,"pm":"example_pm"}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v1_k_line_candles '{"platform":"example_platform","address":"example_address","interval":"example_interval","from":1,"to":1,"unit":"example_unit","limit":1,"pm":"example_pm"}' --json coinmarketcap.coinmarketcap_get_v1_fiat_map
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/fiat/map.
read - Parameters
- start, limit, sort, include_metals
kosmo integrations:call coinmarketcap.coinmarketcap_get_v1_fiat_map '{"start":1,"limit":1,"sort":"example_sort","include_metals":true}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v1_fiat_map '{"start":1,"limit":1,"sort":"example_sort","include_metals":true}' --json coinmarketcap.coinmarketcap_get_v1_key_info
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/key/info.
read - Parameters
- none
kosmo integrations:call coinmarketcap.coinmarketcap_get_v1_key_info '{}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v1_key_info '{}' --json coinmarketcap.coinmarketcap_get_v1_tools_postman
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/tools/postman.
read - Parameters
- none
kosmo integrations:call coinmarketcap.coinmarketcap_get_v1_tools_postman '{}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v1_tools_postman '{}' --json coinmarketcap.coinmarketcap_get_v2_tools_price_conversion
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v2/tools/price-conversion.
read - Parameters
- amount, id, symbol, time, convert, convert_id
kosmo integrations:call coinmarketcap.coinmarketcap_get_v2_tools_price_conversion '{"amount":1,"id":"example_id","symbol":"example_symbol","time":"example_time","convert":"example_convert","convert_id":"example_convert_id"}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v2_tools_price_conversion '{"amount":1,"id":"example_id","symbol":"example_symbol","time":"example_time","convert":"example_convert","convert_id":"example_convert_id"}' --json coinmarketcap.coinmarketcap_get_v1_blockchain_statistics_latest
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/blockchain/statistics/latest.
read - Parameters
- id, symbol, slug
kosmo integrations:call coinmarketcap.coinmarketcap_get_v1_blockchain_statistics_latest '{"id":"example_id","symbol":"example_symbol","slug":"example_slug"}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v1_blockchain_statistics_latest '{"id":"example_id","symbol":"example_symbol","slug":"example_slug"}' --json coinmarketcap.coinmarketcap_get_v1_cryptocurrency_info
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/cryptocurrency/info.
read - Parameters
- id, slug, symbol, address, skip_invalid, aux
kosmo integrations:call coinmarketcap.coinmarketcap_get_v1_cryptocurrency_info '{"id":"example_id","slug":"example_slug","symbol":"example_symbol","address":"example_address","skip_invalid":true,"aux":"example_aux"}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v1_cryptocurrency_info '{"id":"example_id","slug":"example_slug","symbol":"example_symbol","address":"example_address","skip_invalid":true,"aux":"example_aux"}' --json coinmarketcap.coinmarketcap_get_v1_tools_price_conversion
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/tools/price-conversion.
read - Parameters
- amount, id, symbol, time, convert, convert_id
kosmo integrations:call coinmarketcap.coinmarketcap_get_v1_tools_price_conversion '{"amount":1,"id":"example_id","symbol":"example_symbol","time":"example_time","convert":"example_convert","convert_id":"example_convert_id"}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v1_tools_price_conversion '{"amount":1,"id":"example_id","symbol":"example_symbol","time":"example_time","convert":"example_convert","convert_id":"example_convert_id"}' --json coinmarketcap.coinmarketcap_get_v1_cryptocurrency_market_pairs_latest
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/cryptocurrency/market-pairs/latest.
read - Parameters
- id, slug, symbol, start, limit, sort_dir, sort, aux, matched_id, matched_symbol, category, fee_type, convert, convert_id
kosmo integrations:call coinmarketcap.coinmarketcap_get_v1_cryptocurrency_market_pairs_latest '{"id":"example_id","slug":"example_slug","symbol":"example_symbol","start":1,"limit":1,"sort_dir":"example_sort_dir","sort":"example_sort","aux":"example_aux"}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v1_cryptocurrency_market_pairs_latest '{"id":"example_id","slug":"example_slug","symbol":"example_symbol","start":1,"limit":1,"sort_dir":"example_sort_dir","sort":"example_sort","aux":"example_aux"}' --json coinmarketcap.coinmarketcap_get_v1_cryptocurrency_ohlcv_historical
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/cryptocurrency/ohlcv/historical.
read - Parameters
- id, slug, symbol, time_period, time_start, time_end, count, interval, convert, convert_id, skip_invalid
kosmo integrations:call coinmarketcap.coinmarketcap_get_v1_cryptocurrency_ohlcv_historical '{"id":"example_id","slug":"example_slug","symbol":"example_symbol","time_period":"example_time_period","time_start":"example_time_start","time_end":"example_time_end","count":1,"interval":"example_interval"}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v1_cryptocurrency_ohlcv_historical '{"id":"example_id","slug":"example_slug","symbol":"example_symbol","time_period":"example_time_period","time_start":"example_time_start","time_end":"example_time_end","count":1,"interval":"example_interval"}' --json coinmarketcap.coinmarketcap_get_v1_cryptocurrency_ohlcv_latest
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/cryptocurrency/ohlcv/latest.
read - Parameters
- id, symbol, convert, convert_id, skip_invalid
kosmo integrations:call coinmarketcap.coinmarketcap_get_v1_cryptocurrency_ohlcv_latest '{"id":"example_id","symbol":"example_symbol","convert":"example_convert","convert_id":"example_convert_id","skip_invalid":true}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v1_cryptocurrency_ohlcv_latest '{"id":"example_id","symbol":"example_symbol","convert":"example_convert","convert_id":"example_convert_id","skip_invalid":true}' --json coinmarketcap.coinmarketcap_get_v1_cryptocurrency_price_performance_stats_latest
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/cryptocurrency/price-performance-stats/latest.
read - Parameters
- id, slug, symbol, time_period, convert, convert_id, skip_invalid
kosmo integrations:call coinmarketcap.coinmarketcap_get_v1_cryptocurrency_price_performance_stats_latest '{"id":"example_id","slug":"example_slug","symbol":"example_symbol","time_period":"example_time_period","convert":"example_convert","convert_id":"example_convert_id","skip_invalid":true}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v1_cryptocurrency_price_performance_stats_latest '{"id":"example_id","slug":"example_slug","symbol":"example_symbol","time_period":"example_time_period","convert":"example_convert","convert_id":"example_convert_id","skip_invalid":true}' --json coinmarketcap.coinmarketcap_get_v1_cryptocurrency_quotes_historical
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/cryptocurrency/quotes/historical.
read - Parameters
- id, symbol, time_start, time_end, count, interval, convert, convert_id, aux, skip_invalid
kosmo integrations:call coinmarketcap.coinmarketcap_get_v1_cryptocurrency_quotes_historical '{"id":"example_id","symbol":"example_symbol","time_start":"example_time_start","time_end":"example_time_end","count":1,"interval":"example_interval","convert":"example_convert","convert_id":"example_convert_id"}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v1_cryptocurrency_quotes_historical '{"id":"example_id","symbol":"example_symbol","time_start":"example_time_start","time_end":"example_time_end","count":1,"interval":"example_interval","convert":"example_convert","convert_id":"example_convert_id"}' --json coinmarketcap.coinmarketcap_get_v1_cryptocurrency_quotes_latest
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/cryptocurrency/quotes/latest.
read - Parameters
- id, slug, symbol, convert, convert_id, aux, skip_invalid
kosmo integrations:call coinmarketcap.coinmarketcap_get_v1_cryptocurrency_quotes_latest '{"id":"example_id","slug":"example_slug","symbol":"example_symbol","convert":"example_convert","convert_id":"example_convert_id","aux":"example_aux","skip_invalid":true}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v1_cryptocurrency_quotes_latest '{"id":"example_id","slug":"example_slug","symbol":"example_symbol","convert":"example_convert","convert_id":"example_convert_id","aux":"example_aux","skip_invalid":true}' --json coinmarketcap.coinmarketcap_get_v2_cryptocurrency_quotes_historical
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v2/cryptocurrency/quotes/historical.
read - Parameters
- id, symbol, time_start, time_end, count, interval, convert, convert_id, aux, skip_invalid
kosmo integrations:call coinmarketcap.coinmarketcap_get_v2_cryptocurrency_quotes_historical '{"id":"example_id","symbol":"example_symbol","time_start":"example_time_start","time_end":"example_time_end","count":1,"interval":"example_interval","convert":"example_convert","convert_id":"example_convert_id"}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v2_cryptocurrency_quotes_historical '{"id":"example_id","symbol":"example_symbol","time_start":"example_time_start","time_end":"example_time_end","count":1,"interval":"example_interval","convert":"example_convert","convert_id":"example_convert_id"}' --json coinmarketcap.coinmarketcap_get_v2_cryptocurrency_quotes_latest
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v2/cryptocurrency/quotes/latest.
read - Parameters
- id, slug, symbol, convert, convert_id, aux, skip_invalid
kosmo integrations:call coinmarketcap.coinmarketcap_get_v2_cryptocurrency_quotes_latest '{"id":"example_id","slug":"example_slug","symbol":"example_symbol","convert":"example_convert","convert_id":"example_convert_id","aux":"example_aux","skip_invalid":true}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v2_cryptocurrency_quotes_latest '{"id":"example_id","slug":"example_slug","symbol":"example_symbol","convert":"example_convert","convert_id":"example_convert_id","aux":"example_aux","skip_invalid":true}' --json coinmarketcap.coinmarketcap_get_v1_partners_flipside_crypto_fcas_listings_latest
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/partners/flipside-crypto/fcas/listings/latest.
read - Parameters
- start, limit, aux
kosmo integrations:call coinmarketcap.coinmarketcap_get_v1_partners_flipside_crypto_fcas_listings_latest '{"start":1,"limit":1,"aux":"example_aux"}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v1_partners_flipside_crypto_fcas_listings_latest '{"start":1,"limit":1,"aux":"example_aux"}' --json coinmarketcap.coinmarketcap_get_v1_partners_flipside_crypto_fcas_quotes_latest
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v1/partners/flipside-crypto/fcas/quotes/latest.
read - Parameters
- id, slug, symbol, aux
kosmo integrations:call coinmarketcap.coinmarketcap_get_v1_partners_flipside_crypto_fcas_quotes_latest '{"id":"example_id","slug":"example_slug","symbol":"example_symbol","aux":"example_aux"}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v1_partners_flipside_crypto_fcas_quotes_latest '{"id":"example_id","slug":"example_slug","symbol":"example_symbol","aux":"example_aux"}' --json coinmarketcap.coinmarketcap_get_v4_dex_pairs_trade_latest
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v4/dex/pairs/trade/latest.
read - Parameters
- contract_address, network_id, network_slug, aux, convert_id, skip_invalid, reverse_order
kosmo integrations:call coinmarketcap.coinmarketcap_get_v4_dex_pairs_trade_latest '{"contract_address":"example_contract_address","network_id":"example_network_id","network_slug":"example_network_slug","aux":"example_aux","convert_id":"example_convert_id","skip_invalid":"example_skip_invalid","reverse_order":"example_reverse_order"}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v4_dex_pairs_trade_latest '{"contract_address":"example_contract_address","network_id":"example_network_id","network_slug":"example_network_slug","aux":"example_aux","convert_id":"example_convert_id","skip_invalid":"example_skip_invalid","reverse_order":"example_reverse_order"}' --json coinmarketcap.coinmarketcap_get_v4_dex_pairs_ohlcv_latest
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v4/dex/pairs/ohlcv/latest.
read - Parameters
- contract_address, network_id, network_slug, aux, convert_id, skip_invalid, reverse_order
kosmo integrations:call coinmarketcap.coinmarketcap_get_v4_dex_pairs_ohlcv_latest '{"contract_address":"example_contract_address","network_id":"example_network_id","network_slug":"example_network_slug","aux":"example_aux","convert_id":"example_convert_id","skip_invalid":"example_skip_invalid","reverse_order":"example_reverse_order"}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v4_dex_pairs_ohlcv_latest '{"contract_address":"example_contract_address","network_id":"example_network_id","network_slug":"example_network_slug","aux":"example_aux","convert_id":"example_convert_id","skip_invalid":"example_skip_invalid","reverse_order":"example_reverse_order"}' --json coinmarketcap.coinmarketcap_get_v4_dex_pairs_ohlcv_historical
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v4/dex/pairs/ohlcv/historical.
read - Parameters
- contract_address, network_id, network_slug, time_period, time_start, time_end, count, interval, aux, convert_id, skip_invalid, reverse_order
kosmo integrations:call coinmarketcap.coinmarketcap_get_v4_dex_pairs_ohlcv_historical '{"contract_address":"example_contract_address","network_id":"example_network_id","network_slug":"example_network_slug","time_period":"example_time_period","time_start":"example_time_start","time_end":"example_time_end","count":"example_count","interval":"example_interval"}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v4_dex_pairs_ohlcv_historical '{"contract_address":"example_contract_address","network_id":"example_network_id","network_slug":"example_network_slug","time_period":"example_time_period","time_start":"example_time_start","time_end":"example_time_end","count":"example_count","interval":"example_interval"}' --json coinmarketcap.coinmarketcap_get_v4_dex_networks_list
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v4/dex/networks/list.
read - Parameters
- start, limit, sort, sort_dir, aux
kosmo integrations:call coinmarketcap.coinmarketcap_get_v4_dex_networks_list '{"start":"example_start","limit":"example_limit","sort":"example_sort","sort_dir":"example_sort_dir","aux":"example_aux"}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v4_dex_networks_list '{"start":"example_start","limit":"example_limit","sort":"example_sort","sort_dir":"example_sort_dir","aux":"example_aux"}' --json coinmarketcap.coinmarketcap_get_v4_dex_listings_quotes
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v4/dex/listings/quotes.
read - Parameters
- start, limit, sort, sort_dir, type, aux, convert_id
kosmo integrations:call coinmarketcap.coinmarketcap_get_v4_dex_listings_quotes '{"start":"example_start","limit":"example_limit","sort":"example_sort","sort_dir":"example_sort_dir","type":"example_type","aux":"example_aux","convert_id":"example_convert_id"}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v4_dex_listings_quotes '{"start":"example_start","limit":"example_limit","sort":"example_sort","sort_dir":"example_sort_dir","type":"example_type","aux":"example_aux","convert_id":"example_convert_id"}' --json coinmarketcap.coinmarketcap_get_v4_dex_listings_info
Fetch the complete documentation index at: https://pro.coinmarketcap.com/llms.txt Official CoinMarketCap endpoint: GET /v4/dex/listings/info.
read - Parameters
- id, aux
kosmo integrations:call coinmarketcap.coinmarketcap_get_v4_dex_listings_info '{"id":"example_id","aux":"example_aux"}' --json kosmo integrations:coinmarketcap coinmarketcap_get_v4_dex_listings_info '{"id":"example_id","aux":"example_aux"}' --json Function Schemas
Use these parameter tables when building CLI payloads without calling integrations:schema first.
coinmarketcap.coinmarketcap_get_v1_cryptocurrency_airdrop 1 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v1_cryptocurrency_airdrop --json | Parameter | Type | Required | Description |
|---|---|---|---|
id | string | yes | Airdrop Unique ID. This can be found using the Airdrops API. |
coinmarketcap.coinmarketcap_get_v1_cryptocurrency_airdrops 6 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v1_cryptocurrency_airdrops --json | Parameter | Type | Required | Description |
|---|---|---|---|
start | integer | no | Optionally offset the start (1-based index) of the paginated list of items to return. |
limit | integer | no | Optionally specify the number of results to return. Use this parameter and the "start" parameter to determine your own pagination size. |
status | string | no | What status of airdrops. |
id | string | no | Filtered airdrops by one cryptocurrency CoinMarketCap IDs. Example: 1 |
slug | string | no | Alternatively filter airdrops by a cryptocurrency slug. Example: "bitcoin" |
symbol | string | no | Alternatively filter airdrops one cryptocurrency symbol. Example: "BTC". |
coinmarketcap.coinmarketcap_get_v1_cryptocurrency_categories 5 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v1_cryptocurrency_categories --json | Parameter | Type | Required | Description |
|---|---|---|---|
start | integer | no | Optionally offset the start (1-based index) of the paginated list of items to return. |
limit | integer | no | Optionally specify the number of results to return. Use this parameter and the "start" parameter to determine your own pagination size. |
id | string | no | Filtered categories by one or more comma-separated cryptocurrency CoinMarketCap IDs. Example: 1,2 |
slug | string | no | Alternatively filter categories by a comma-separated list of cryptocurrency slugs. Example: "bitcoin,ethereum" |
symbol | string | no | Alternatively filter categories one or more comma-separated cryptocurrency symbols. Example: "BTC,ETH". |
coinmarketcap.coinmarketcap_get_v1_cryptocurrency_category 5 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v1_cryptocurrency_category --json | Parameter | Type | Required | Description |
|---|---|---|---|
id | string | yes | The Category ID. This can be found using the Categories API. |
start | integer | no | Optionally offset the start (1-based index) of the paginated list of coins to return. |
limit | integer | no | Optionally specify the number of coins to return. Use this parameter and the "start" parameter to determine your own pagination size. |
convert | string | no | Optionally calculate market quotes in up to 120 currencies at once by passing a comma-separated list of cryptocurrency or fiat currency symbols. Each additional convert option beyond the first requires an additional call credit. A list of supported fiat options can be found [here](/guides/standards-and-conventions). Each conversion is returned in its own "quote" object. |
convert_id | string | no | Optionally calculate market quotes by CoinMarketCap ID instead of symbol. This option is identical to `convert` outside of ID format. Ex: convert_id=1,2781 would replace convert=BTC,USD in your query. This parameter cannot be used when `convert` is used. |
coinmarketcap.coinmarketcap_get_v1_cryptocurrency_map 6 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v1_cryptocurrency_map --json | Parameter | Type | Required | Description |
|---|---|---|---|
listing_status | string | no | Only active cryptocurrencies are returned by default. Pass `inactive` to get a list of cryptocurrencies that are no longer active. Pass `untracked` to get a list of cryptocurrencies that are listed but do not yet meet methodology requirements to have tracked markets available. You may pass one or more comma-separated values. |
start | integer | no | Optionally offset the start (1-based index) of the paginated list of items to return. |
limit | integer | no | Optionally specify the number of results to return. Use this parameter and the "start" parameter to determine your own pagination size. |
sort | string | no | What field to sort the list of cryptocurrencies by. |
symbol | string | no | Optionally pass a comma-separated list of cryptocurrency symbols to return CoinMarketCap IDs for. If this option is passed, other options will be ignored. |
aux | string | no | Optionally specify a comma-separated list of supplemental data fields to return. Pass `platform,first_historical_data,last_historical_data,is_active,status` to include all auxiliary fields. |
coinmarketcap.coinmarketcap_get_v2_cryptocurrency_info 6 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v2_cryptocurrency_info --json | Parameter | Type | Required | Description |
|---|---|---|---|
id | string | no | One or more comma-separated CoinMarketCap cryptocurrency IDs. Example: "1,2" |
slug | string | no | Alternatively pass a comma-separated list of cryptocurrency slugs. Example: "bitcoin,ethereum" |
symbol | string | no | Alternatively pass one or more comma-separated cryptocurrency symbols. Example: "BTC,ETH". At least one "id" *or* "slug" *or* "symbol" is required for this request. Please note that starting in the v2 endpoint, due to the fact that a symbol is not unique, if you request by symbol each data response will contain an array of objects containing all of the coins that use each requested symbol. The v1 endpoint will still return a single object, the highest ranked coin using that symbol. |
address | string | no | Alternatively pass in a contract address. Example: "0xc40af1e4fecfa05ce6bab79dcd8b373d2e436c4e" |
skip_invalid | boolean | no | Pass `true` to relax request validation rules. When requesting records on multiple cryptocurrencies an error is returned if any invalid cryptocurrencies are requested or a cryptocurrency does not have matching records in the requested timeframe. If set to true, invalid lookups will be skipped allowing valid cryptocurrencies to still be returned. |
aux | string | no | Optionally specify a comma-separated list of supplemental data fields to return. Pass `urls,logo,description,tags,platform,date_added,notice,status` to include all auxiliary fields. |
coinmarketcap.coinmarketcap_get_v1_cryptocurrency_listings_historical 9 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v1_cryptocurrency_listings_historical --json | Parameter | Type | Required | Description |
|---|---|---|---|
date | string | yes | date (Unix or ISO 8601) to reference day of snapshot. |
start | integer | no | Optionally offset the start (1-based index) of the paginated list of items to return. |
limit | integer | no | Optionally specify the number of results to return. Use this parameter and the "start" parameter to determine your own pagination size. |
convert | string | no | Optionally calculate market quotes in up to 120 currencies at once by passing a comma-separated list of cryptocurrency or fiat currency symbols. Each additional convert option beyond the first requires an additional call credit. A list of supported fiat options can be found [here](/guides/standards-and-conventions). Each conversion is returned in its own "quote" object. |
convert_id | string | no | Optionally calculate market quotes by CoinMarketCap ID instead of symbol. This option is identical to `convert` outside of ID format. Ex: convert_id=1,2781 would replace convert=BTC,USD in your query. This parameter cannot be used when `convert` is used. |
sort | string | no | What field to sort the list of cryptocurrencies by. |
sort_dir | string | no | The direction in which to order cryptocurrencies against the specified sort. |
cryptocurrency_type | string | no | The type of cryptocurrency to include. |
aux | string | no | Optionally specify a comma-separated list of supplemental data fields to return. Pass `platform,tags,date_added,circulating_supply,total_supply,max_supply,cmc_rank,num_market_pairs` to include all auxiliary fields. |
coinmarketcap.coinmarketcap_get_v1_cryptocurrency_listings_latest 27 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v1_cryptocurrency_listings_latest --json | Parameter | Type | Required | Description |
|---|---|---|---|
start | integer | no | Optionally offset the start (1-based index) of the paginated list of items to return. |
limit | integer | no | Optionally specify the number of results to return. Use this parameter and the "start" parameter to determine your own pagination size. |
price_min | number | no | Optionally specify a threshold of minimum USD price to filter results by. |
price_max | number | no | Optionally specify a threshold of maximum USD price to filter results by. |
market_cap_min | number | no | Optionally specify a threshold of minimum market cap to filter results by. |
market_cap_max | number | no | Optionally specify a threshold of maximum market cap to filter results by. |
volume_24h_min | number | no | Optionally specify a threshold of minimum 24 hour USD volume to filter results by. |
volume_24h_max | number | no | Optionally specify a threshold of maximum 24 hour USD volume to filter results by. |
circulating_supply_min | number | no | Optionally specify a threshold of minimum circulating supply to filter results by. |
circulating_supply_max | number | no | Optionally specify a threshold of maximum circulating supply to filter results by. |
percent_change_24h_min | number | no | Optionally specify a threshold of minimum 24 hour percent change to filter results by. |
percent_change_24h_max | number | no | Optionally specify a threshold of maximum 24 hour percent change to filter results by. |
self_reported_circulating_supply_min | number | no | Optionally specify a threshold of minimum self reported circulating supply to filter results by. |
self_reported_circulating_supply_max | number | no | Optionally specify a threshold of maximum self reported circulating supply to filter results by. |
self_reported_market_cap_min | number | no | Optionally specify a threshold of minimum self reported market cap to filter results by. |
self_reported_market_cap_max | number | no | Optionally specify a threshold of maximum self reported market cap to filter results by. |
unlocked_market_cap_min | number | no | Optionally specify a threshold of minimum unlocked market cap to filter results by. |
unlocked_market_cap_max | number | no | Optionally specify a threshold of maximum unlocked market cap to filter results by. |
unlocked_circulating_supply_min | number | no | Optionally specify a threshold of minimum unlocked circulating supply to filter results by. |
unlocked_circulating_supply_max | number | no | Optionally specify a threshold of maximum unlocked circulating supply to filter results by. |
convert | string | no | Optionally calculate market quotes in up to 120 currencies at once by passing a comma-separated list of cryptocurrency or fiat currency symbols. Each additional convert option beyond the first requires an additional call credit. A list of supported fiat options can be found [here](/guides/standards-and-conventions). Each conversion is returned in its own "quote" object. |
convert_id | string | no | Optionally calculate market quotes by CoinMarketCap ID instead of symbol. This option is identical to `convert` outside of ID format. Ex: convert_id=1,2781 would replace convert=BTC,USD in your query. This parameter cannot be used when `convert` is used. |
sort | string | no | What field to sort the list of cryptocurrencies by. |
sort_dir | string | no | The direction in which to order cryptocurrencies against the specified sort. |
cryptocurrency_type | string | no | The type of cryptocurrency to include. |
tag | string | no | The tag of cryptocurrency to include. |
aux | string | no | Optionally specify a comma-separated list of supplemental data fields to return. Pass `num_market_pairs,cmc_rank,date_added,tags,platform,max_supply,circulating_supply,total_supply,market_cap_by_total_supply,volume_24h_reported,volume_7d,volume_7d_reported,volume_30d,volume_30d_reported,is_market_cap_included_in_calc` to include all auxiliary fields. |
coinmarketcap.coinmarketcap_get_v1_cryptocurrency_listings_new 5 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v1_cryptocurrency_listings_new --json | Parameter | Type | Required | Description |
|---|---|---|---|
start | integer | no | Optionally offset the start (1-based index) of the paginated list of items to return. |
limit | integer | no | Optionally specify the number of results to return. Use this parameter and the "start" parameter to determine your own pagination size. |
convert | string | no | Optionally calculate market quotes in up to 120 currencies at once by passing a comma-separated list of cryptocurrency or fiat currency symbols. Each additional convert option beyond the first requires an additional call credit. A list of supported fiat options can be found [here](/guides/standards-and-conventions). Each conversion is returned in its own "quote" object. |
convert_id | string | no | Optionally calculate market quotes by CoinMarketCap ID instead of symbol. This option is identical to `convert` outside of ID format. Ex: convert_id=1,2781 would replace convert=BTC,USD in your query. This parameter cannot be used when `convert` is used. |
sort_dir | string | no | The direction in which to order cryptocurrencies against the specified sort. |
coinmarketcap.coinmarketcap_get_v1_cryptocurrency_trending_gainers_losers 7 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v1_cryptocurrency_trending_gainers_losers --json | Parameter | Type | Required | Description |
|---|---|---|---|
start | integer | no | Optionally offset the start (1-based index) of the paginated list of items to return. |
limit | integer | no | Optionally specify the number of results to return. Use this parameter and the "start" parameter to determine your own pagination size. |
time_period | string | no | Adjusts the overall window of time for the biggest gainers and losers. |
convert | string | no | Optionally calculate market quotes in up to 120 currencies at once by passing a comma-separated list of cryptocurrency or fiat currency symbols. Each additional convert option beyond the first requires an additional call credit. A list of supported fiat options can be found [here](/guides/standards-and-conventions). Each conversion is returned in its own "quote" object. |
convert_id | string | no | Optionally calculate market quotes by CoinMarketCap ID instead of symbol. This option is identical to `convert` outside of ID format. Ex: convert_id=1,2781 would replace convert=BTC,USD in your query. This parameter cannot be used when `convert` is used. |
sort | string | no | What field to sort the list of cryptocurrencies by. |
sort_dir | string | no | The direction in which to order cryptocurrencies against the specified sort. |
coinmarketcap.coinmarketcap_get_v1_cryptocurrency_trending_latest 5 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v1_cryptocurrency_trending_latest --json | Parameter | Type | Required | Description |
|---|---|---|---|
start | integer | no | Optionally offset the start (1-based index) of the paginated list of items to return. |
limit | integer | no | Optionally specify the number of results to return. Use this parameter and the "start" parameter to determine your own pagination size. |
time_period | string | no | Adjusts the overall window of time for the latest trending coins. |
convert | string | no | Optionally calculate market quotes in up to 120 currencies at once by passing a comma-separated list of cryptocurrency or fiat currency symbols. Each additional convert option beyond the first requires an additional call credit. A list of supported fiat options can be found [here](/guides/standards-and-conventions). Each conversion is returned in its own "quote" object. |
convert_id | string | no | Optionally calculate market quotes by CoinMarketCap ID instead of symbol. This option is identical to `convert` outside of ID format. Ex: convert_id=1,2781 would replace convert=BTC,USD in your query. This parameter cannot be used when `convert` is used. |
coinmarketcap.coinmarketcap_get_v1_cryptocurrency_trending_most_visited 5 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v1_cryptocurrency_trending_most_visited --json | Parameter | Type | Required | Description |
|---|---|---|---|
start | integer | no | Optionally offset the start (1-based index) of the paginated list of items to return. |
limit | integer | no | Optionally specify the number of results to return. Use this parameter and the "start" parameter to determine your own pagination size. |
time_period | string | no | Adjusts the overall window of time for most visited currencies. |
convert | string | no | Optionally calculate market quotes in up to 120 currencies at once by passing a comma-separated list of cryptocurrency or fiat currency symbols. Each additional convert option beyond the first requires an additional call credit. A list of supported fiat options can be found [here](/guides/standards-and-conventions). Each conversion is returned in its own "quote" object. |
convert_id | string | no | Optionally calculate market quotes by CoinMarketCap ID instead of symbol. This option is identical to `convert` outside of ID format. Ex: convert_id=1,2781 would replace convert=BTC,USD in your query. This parameter cannot be used when `convert` is used. |
coinmarketcap.coinmarketcap_get_v2_cryptocurrency_market_pairs_latest 14 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v2_cryptocurrency_market_pairs_latest --json | Parameter | Type | Required | Description |
|---|---|---|---|
id | string | no | A cryptocurrency or fiat currency by CoinMarketCap ID to list market pairs for. Example: "1" |
slug | string | no | Alternatively pass a cryptocurrency by slug. Example: "bitcoin" |
symbol | string | no | Alternatively pass a cryptocurrency by symbol. Fiat currencies are not supported by this field. Example: "BTC". A single cryptocurrency "id", "slug", *or* "symbol" is required. |
start | integer | no | Optionally offset the start (1-based index) of the paginated list of items to return. |
limit | integer | no | Optionally specify the number of results to return. Use this parameter and the "start" parameter to determine your own pagination size. |
sort_dir | string | no | Optionally specify the sort direction of markets returned. |
sort | string | no | Optionally specify the sort order of markets returned. By default we return a strict sort on 24 hour reported volume. Pass `cmc_rank` to return a CMC methodology based sort where markets with excluded volumes are returned last. |
aux | string | no | Optionally specify a comma-separated list of supplemental data fields to return. Pass `num_market_pairs,category,fee_type,market_url,currency_name,currency_slug,price_quote,notice,cmc_rank,effective_liquidity,market_score,market_reputation` to include all auxiliary fields. |
matched_id | string | no | Optionally include one or more fiat or cryptocurrency IDs to filter market pairs by. For example `?id=1&matched_id=2781` would only return BTC markets that matched: "BTC/USD" or "USD/BTC". This parameter cannot be used when `matched_symbol` is used. |
matched_symbol | string | no | Optionally include one or more fiat or cryptocurrency symbols to filter market pairs by. For example `?symbol=BTC&matched_symbol=USD` would only return BTC markets that matched: "BTC/USD" or "USD/BTC". This parameter cannot be used when `matched_id` is used. |
category | string | no | The category of trading this market falls under. Spot markets are the most common but options include derivatives and OTC. |
fee_type | string | no | The fee type the exchange enforces for this market. |
convert | string | no | Optionally calculate market quotes in up to 120 currencies at once by passing a comma-separated list of cryptocurrency or fiat currency symbols. Each additional convert option beyond the first requires an additional call credit. A list of supported fiat options can be found [here](/guides/standards-and-conventions). Each conversion is returned in its own "quote" object. |
convert_id | string | no | Optionally calculate market quotes by CoinMarketCap ID instead of symbol. This option is identical to `convert` outside of ID format. Ex: convert_id=1,2781 would replace convert=BTC,USD in your query. This parameter cannot be used when `convert` is used. |
coinmarketcap.coinmarketcap_get_v2_cryptocurrency_ohlcv_historical 11 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v2_cryptocurrency_ohlcv_historical --json | Parameter | Type | Required | Description |
|---|---|---|---|
id | string | no | One or more comma-separated CoinMarketCap cryptocurrency IDs. Example: "1,1027" |
slug | string | no | Alternatively pass a comma-separated list of cryptocurrency slugs. Example: "bitcoin,ethereum" |
symbol | string | no | Alternatively pass one or more comma-separated cryptocurrency symbols. Example: "BTC,ETH". At least one "id" *or* "slug" *or* "symbol" is required for this request. |
time_period | string | no | Time period to return OHLCV data for. The default is "daily". If hourly, the open will be 01:00 and the close will be 01:59. If daily, the open will be 00:00:00 for the day and close will be 23:59:99 for the same day. See the main endpoint description for details. |
time_start | string | no | Timestamp (Unix or ISO 8601) to start returning OHLCV time periods for. Only the date portion of the timestamp is used for daily OHLCV so it's recommended to send an ISO date format like "2018-09-19" without time. |
time_end | string | no | Timestamp (Unix or ISO 8601) to stop returning OHLCV time periods for (inclusive). Optional, if not passed we'll default to the current time. Only the date portion of the timestamp is used for daily OHLCV so it's recommended to send an ISO date format like "2018-09-19" without time. |
count | number | no | Optionally limit the number of time periods to return results for. The default is 10 items. The current query limit is 10000 items. |
interval | string | no | Optionally adjust the interval that "time_period" is sampled. For example with interval=monthly&time_period=daily you will see a daily OHLCV record for January, February, March and so on. See main endpoint description for available options. |
convert | string | no | By default market quotes are returned in USD. Optionally calculate market quotes in up to 3 fiat currencies or cryptocurrencies. |
convert_id | string | no | Optionally calculate market quotes by CoinMarketCap ID instead of symbol. This option is identical to `convert` outside of ID format. Ex: convert_id=1,2781 would replace convert=BTC,USD in your query. This parameter cannot be used when `convert` is used. |
skip_invalid | boolean | no | Pass `true` to relax request validation rules. When requesting records on multiple cryptocurrencies an error is returned if any invalid cryptocurrencies are requested or a cryptocurrency does not have matching records in the requested timeframe. If set to true, invalid lookups will be skipped allowing valid cryptocurrencies to still be returned. |
coinmarketcap.coinmarketcap_get_v2_cryptocurrency_ohlcv_latest 5 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v2_cryptocurrency_ohlcv_latest --json | Parameter | Type | Required | Description |
|---|---|---|---|
id | string | no | One or more comma-separated cryptocurrency CoinMarketCap IDs. Example: 1,2 |
symbol | string | no | Alternatively pass one or more comma-separated cryptocurrency symbols. Example: "BTC,ETH". At least one "id" *or* "symbol" is required. |
convert | string | no | Optionally calculate market quotes in up to 120 currencies at once by passing a comma-separated list of cryptocurrency or fiat currency symbols. Each additional convert option beyond the first requires an additional call credit. A list of supported fiat options can be found [here](/guides/standards-and-conventions). Each conversion is returned in its own "quote" object. |
convert_id | string | no | Optionally calculate market quotes by CoinMarketCap ID instead of symbol. This option is identical to `convert` outside of ID format. Ex: convert_id=1,2781 would replace convert=BTC,USD in your query. This parameter cannot be used when `convert` is used. |
skip_invalid | boolean | no | Pass `true` to relax request validation rules. When requesting records on multiple cryptocurrencies an error is returned if any invalid cryptocurrencies are requested or a cryptocurrency does not have matching records in the requested timeframe. If set to true, invalid lookups will be skipped allowing valid cryptocurrencies to still be returned. |
coinmarketcap.coinmarketcap_get_v2_cryptocurrency_price_performance_stats_latest 7 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v2_cryptocurrency_price_performance_stats_latest --json | Parameter | Type | Required | Description |
|---|---|---|---|
id | string | no | One or more comma-separated cryptocurrency CoinMarketCap IDs. Example: 1,2 |
slug | string | no | Alternatively pass a comma-separated list of cryptocurrency slugs. Example: "bitcoin,ethereum" |
symbol | string | no | Alternatively pass one or more comma-separated cryptocurrency symbols. Example: "BTC,ETH". At least one "id" *or* "slug" *or* "symbol" is required for this request. |
time_period | string | no | Specify one or more comma-delimited time periods to return stats for. `all_time` is the default. Pass `all_time,yesterday,24h,7d,30d,90d,365d` to return all supported time periods. All rolling periods have a rolling close time of the current request time. For example `24h` would have a close time of now and an open time of 24 hours before now. *Please note: `yesterday` is a UTC period and currently does not currently support `high` and `low` timestamps.* |
convert | string | no | Optionally calculate quotes in up to 120 currencies at once by passing a comma-separated list of cryptocurrency or fiat currency symbols. Each additional convert option beyond the first requires an additional call credit. A list of supported fiat options can be found [here](/guides/standards-and-conventions). Each conversion is returned in its own "quote" object. |
convert_id | string | no | Optionally calculate quotes by CoinMarketCap ID instead of symbol. This option is identical to `convert` outside of ID format. Ex: convert_id=1,2781 would replace convert=BTC,USD in your query. This parameter cannot be used when `convert` is used. |
skip_invalid | boolean | no | Pass `true` to relax request validation rules. When requesting records on multiple cryptocurrencies an error is returned if no match is found for 1 or more requested cryptocurrencies. If set to true, invalid lookups will be skipped allowing valid cryptocurrencies to still be returned. |
coinmarketcap.coinmarketcap_get_v3_cryptocurrency_quotes_historical 10 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v3_cryptocurrency_quotes_historical --json | Parameter | Type | Required | Description |
|---|---|---|---|
id | string | no | One or more comma-separated CoinMarketCap cryptocurrency IDs. Example: "1,2" |
symbol | string | no | Alternatively pass one or more comma-separated cryptocurrency symbols. Example: "BTC,ETH". At least one "id" *or* "symbol" is required for this request. |
time_start | string | no | Timestamp (Unix or ISO 8601) to start returning quotes for. Optional, if not passed, we'll return quotes calculated in reverse from "time_end". |
time_end | string | no | Timestamp (Unix or ISO 8601) to stop returning quotes for (inclusive). Optional, if not passed, we'll default to the current time. If no "time_start" is passed, we return quotes in reverse order starting from this time. |
count | number | no | The number of interval periods to return results for. Optional, required if both "time_start" and "time_end" aren't supplied. The default is 10 items. The current query limit is 10000. |
interval | string | no | Interval of time to return data points for. See details in endpoint description. |
convert | string | no | By default market quotes are returned in USD. Optionally calculate market quotes in up to 3 other fiat currencies or cryptocurrencies. |
convert_id | string | no | Optionally calculate market quotes by CoinMarketCap ID instead of symbol. This option is identical to `convert` outside of ID format. Ex: convert_id=1,2781 would replace convert=BTC,USD in your query. This parameter cannot be used when `convert` is used. |
aux | string | no | Optionally specify a comma-separated list of supplemental data fields to return. Pass `price,volume,market_cap,circulating_supply,total_supply,quote_timestamp,is_active,is_fiat,search_interval` to include all auxiliary fields. |
skip_invalid | boolean | no | Pass `true` to relax request validation rules. When requesting records on multiple cryptocurrencies an error is returned if no match is found for 1 or more requested cryptocurrencies. If set to true, invalid lookups will be skipped allowing valid cryptocurrencies to still be returned. |
coinmarketcap.coinmarketcap_get_v3_cryptocurrency_quotes_latest 7 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v3_cryptocurrency_quotes_latest --json | Parameter | Type | Required | Description |
|---|---|---|---|
id | string | no | One or more comma-separated cryptocurrency CoinMarketCap IDs. |
slug | string | no | Alternatively pass a comma-separated list of cryptocurrency slugs. |
symbol | string | no | Alternatively pass one or more comma-separated cryptocurrency symbols. |
convert | string | no | Optionally calculate market quotes in up to 120 currencies at once by passing a comma-separated list of cryptocurrency or fiat currency symbols. |
convert_id | string | no | Optionally calculate market quotes by CoinMarketCap ID instead of symbol. |
aux | string | no | Optionally specify a comma-separated list of supplemental data fields to return. |
skip_invalid | string | no | Pass true to relax request validation rules. When requesting records on multiple cryptocurrencies an error is returned if no match is found for 1 or more requested cryptocurrencies. If set to true, invalid lookups will be skipped allowing valid cryptocurrencies to still be returned. |
coinmarketcap.coinmarketcap_get_v3_cryptocurrency_listings_latest 19 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v3_cryptocurrency_listings_latest --json | Parameter | Type | Required | Description |
|---|---|---|---|
start | string | no | Optionally offset the start (1-based index) of the paginated list of items to return. |
limit | string | no | Optionally specify the number of results to return. Use this parameter and the \"start\" parameter to determine your own pagination size. |
price_min | string | no | Optionally specify a threshold of minimum USD price to filter results by. |
price_max | string | no | Optionally specify a threshold of maximum USD price to filter results by. |
market_cap_min | string | no | Optionally specify a threshold of minimum market cap to filter results by. |
market_cap_max | string | no | Optionally specify a threshold of maximum market cap to filter results by. |
volume_24h_min | string | no | Optionally specify a threshold of minimum 24 hour USD volume to filter results by. |
volume_24h_max | string | no | Optionally specify a threshold of maximum 24 hour USD volume to filter results by. |
circulating_supply_min | string | no | Optionally specify a threshold of minimum circulating supply to filter results by. |
circulating_supply_max | string | no | Optionally specify a threshold of maximum circulating supply to filter results by. |
percent_change_24h_min | string | no | Optionally specify a threshold of minimum 24 hour percent change to filter results by. |
percent_change_24h_max | string | no | Optionally specify a threshold of maximum 24 hour percent change to filter results by. |
convert | string | no | Optionally calculate market quotes in up to 120 currencies at once by passing a comma-separated list of cryptocurrency or fiat currency symbols. Each additional convert option beyond the first requires an additional call credit. Each conversion is returned in its own "quote" object. |
convert_id | string | no | Optionally calculate market quotes by CoinMarketCap ID instead of symbol. This option is identical to `convert` outside of ID format. Ex: convert_id=1,2781 would replace convert=BTC,USD in your query. This parameter cannot be used when `convert` is used. |
sort | string | no | What field to sort the list of cryptocurrencies by. |
sort_dir | string | no | The direction in which to order cryptocurrencies against the specified sort. |
cryptocurrency_type | string | no | The type of cryptocurrency to include. |
tag | string | no | The tag of cryptocurrency to include. |
aux | string | no | Optionally specify a comma-separated list of supplemental data fields to return. Pass num_market_pairs,cmc_rank,date_added,tags,platform,max_supply,circulating_supply,total_supply,market_cap_by_total_supply,volume_24h_reported,volume_7d,volume_7d_reported,volume_30d,volume_30d_reported,is_market_cap_included_in_calc to include all auxiliary fields. |
coinmarketcap.coinmarketcap_get_v1_simple_price 5 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v1_simple_price --json | Parameter | Type | Required | Description |
|---|---|---|---|
ids | string | yes | Comma-separated list of CoinMarketCap cryptocurrency IDs. Example: "1,1027". Max query size 50. |
include_market_cap | boolean | no | Include market cap values in the response. |
include_volume_24h | boolean | no | Include 24-hour volume in the response. |
include_percent_change_24h | boolean | no | Include 24-hour price change percentage in the response. |
include_last_updated | boolean | no | Include last updated timestamp in the response. |
coinmarketcap.coinmarketcap_get_v1_exchange_assets 1 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v1_exchange_assets --json | Parameter | Type | Required | Description |
|---|---|---|---|
id | string | no | A CoinMarketCap exchange ID. Example: 270 |
coinmarketcap.coinmarketcap_get_v1_exchange_info 3 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v1_exchange_info --json | Parameter | Type | Required | Description |
|---|---|---|---|
id | string | no | One or more comma-separated CoinMarketCap cryptocurrency exchange ids. Example: "1,2" |
slug | string | no | Alternatively, one or more comma-separated exchange names in URL friendly shorthand "slug" format (all lowercase, spaces replaced with hyphens). Example: "binance,gdax". At least one "id" *or* "slug" is required. |
aux | string | no | Optionally specify a comma-separated list of supplemental data fields to return. Pass `urls,logo,description,date_launched,notice,status` to include all auxiliary fields. |
coinmarketcap.coinmarketcap_get_v1_exchange_map 7 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v1_exchange_map --json | Parameter | Type | Required | Description |
|---|---|---|---|
listing_status | string | no | Only active exchanges are returned by default. Pass `inactive` to get a list of exchanges that are no longer active. Pass `untracked` to get a list of exchanges that are registered but do not currently meet methodology requirements to have active markets tracked. You may pass one or more comma-separated values. |
slug | string | no | Optionally pass a comma-separated list of exchange slugs (lowercase URL friendly shorthand name with spaces replaced with dashes) to return CoinMarketCap IDs for. If this option is passed, other options will be ignored. |
start | integer | no | Optionally offset the start (1-based index) of the paginated list of items to return. |
limit | integer | no | Optionally specify the number of results to return. Use this parameter and the "start" parameter to determine your own pagination size. |
sort | string | no | What field to sort the list of exchanges by. |
aux | string | no | Optionally specify a comma-separated list of supplemental data fields to return. Pass `first_historical_data,last_historical_data,is_active,status` to include all auxiliary fields. |
crypto_id | string | no | Optionally include one fiat or cryptocurrency IDs to filter market pairs by. For example `?crypto_id=1` would only return exchanges that have BTC. |
coinmarketcap.coinmarketcap_get_v1_exchange_listings_latest 9 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v1_exchange_listings_latest --json | Parameter | Type | Required | Description |
|---|---|---|---|
start | integer | no | Optionally offset the start (1-based index) of the paginated list of items to return. |
limit | integer | no | Optionally specify the number of results to return. Use this parameter and the "start" parameter to determine your own pagination size. |
sort | string | no | What field to sort the list of exchanges by. |
sort_dir | string | no | The direction in which to order exchanges against the specified sort. |
market_type | string | no | The type of exchange markets to include in rankings. This field is deprecated. Please use "all" for accurate sorting. |
category | string | no | The category for this exchange. |
aux | string | no | Optionally specify a comma-separated list of supplemental data fields to return. Pass `num_market_pairs,traffic_score,rank,exchange_score,effective_liquidity_24h,date_launched,fiats` to include all auxiliary fields. |
convert | string | no | Optionally calculate market quotes in up to 120 currencies at once by passing a comma-separated list of cryptocurrency or fiat currency symbols. Each additional convert option beyond the first requires an additional call credit. A list of supported fiat options can be found [here](/guides/standards-and-conventions). Each conversion is returned in its own "quote" object. |
convert_id | string | no | Optionally calculate market quotes by CoinMarketCap ID instead of symbol. This option is identical to `convert` outside of ID format. Ex: convert_id=1,2781 would replace convert=BTC,USD in your query. This parameter cannot be used when `convert` is used. |
coinmarketcap.coinmarketcap_get_v1_exchange_market_pairs_latest 11 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v1_exchange_market_pairs_latest --json | Parameter | Type | Required | Description |
|---|---|---|---|
id | string | no | A CoinMarketCap exchange ID. Example: "1" |
slug | string | no | Alternatively pass an exchange "slug" (URL friendly all lowercase shorthand version of name with spaces replaced with hyphens). Example: "binance". One "id" *or* "slug" is required. |
start | integer | no | Optionally offset the start (1-based index) of the paginated list of items to return. |
limit | integer | no | Optionally specify the number of results to return. Use this parameter and the "start" parameter to determine your own pagination size. |
aux | string | no | Optionally specify a comma-separated list of supplemental data fields to return. Pass `num_market_pairs,category,fee_type,market_url,currency_name,currency_slug,price_quote,effective_liquidity,market_score,market_reputation` to include all auxiliary fields. |
matched_id | string | no | Optionally include one or more comma-delimited fiat or cryptocurrency IDs to filter market pairs by. For example `?matched_id=2781` would only return BTC markets that matched: "BTC/USD" or "USD/BTC" for the requested exchange. This parameter cannot be used when `matched_symbol` is used. |
matched_symbol | string | no | Optionally include one or more comma-delimited fiat or cryptocurrency symbols to filter market pairs by. For example `?matched_symbol=USD` would only return BTC markets that matched: "BTC/USD" or "USD/BTC" for the requested exchange. This parameter cannot be used when `matched_id` is used. |
category | string | no | The category of trading this market falls under. Spot markets are the most common but options include derivatives and OTC. |
fee_type | string | no | The fee type the exchange enforces for this market. |
convert | string | no | Optionally calculate market quotes in up to 120 currencies at once by passing a comma-separated list of cryptocurrency or fiat currency symbols. Each additional convert option beyond the first requires an additional call credit. A list of supported fiat options can be found [here](/guides/standards-and-conventions). Each conversion is returned in its own "quote" object. |
convert_id | string | no | Optionally calculate market quotes by CoinMarketCap ID instead of symbol. This option is identical to `convert` outside of ID format. Ex: convert_id=1,2781 would replace convert=BTC,USD in your query. This parameter cannot be used when `convert` is used. |
coinmarketcap.coinmarketcap_get_v1_exchange_quotes_historical 8 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v1_exchange_quotes_historical --json | Parameter | Type | Required | Description |
|---|---|---|---|
id | string | no | One or more comma-separated exchange CoinMarketCap ids. Example: "24,270" |
slug | string | no | Alternatively, one or more comma-separated exchange names in URL friendly shorthand "slug" format (all lowercase, spaces replaced with hyphens). Example: "binance,kraken". At least one "id" *or* "slug" is required. |
time_start | string | no | Timestamp (Unix or ISO 8601) to start returning quotes for. Optional, if not passed, we'll return quotes calculated in reverse from "time_end". |
time_end | string | no | Timestamp (Unix or ISO 8601) to stop returning quotes for (inclusive). Optional, if not passed, we'll default to the current time. If no "time_start" is passed, we return quotes in reverse order starting from this time. |
count | number | no | The number of interval periods to return results for. Optional, required if both "time_start" and "time_end" aren't supplied. The default is 10 items. The current query limit is 10000. |
interval | string | no | Interval of time to return data points for. See details in endpoint description. |
convert | string | no | By default market quotes are returned in USD. Optionally calculate market quotes in up to 3 other fiat currencies or cryptocurrencies. |
convert_id | string | no | Optionally calculate market quotes by CoinMarketCap ID instead of symbol. This option is identical to `convert` outside of ID format. Ex: convert_id=1,2781 would replace convert=BTC,USD in your query. This parameter cannot be used when `convert` is used. |
coinmarketcap.coinmarketcap_get_v1_exchange_quotes_latest 5 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v1_exchange_quotes_latest --json | Parameter | Type | Required | Description |
|---|---|---|---|
id | string | no | One or more comma-separated CoinMarketCap exchange IDs. Example: "1,2" |
slug | string | no | Alternatively, pass a comma-separated list of exchange "slugs" (URL friendly all lowercase shorthand version of name with spaces replaced with hyphens). Example: "binance,gdax". At least one "id" *or* "slug" is required. |
convert | string | no | Optionally calculate market quotes in up to 120 currencies at once by passing a comma-separated list of cryptocurrency or fiat currency symbols. Each additional convert option beyond the first requires an additional call credit. A list of supported fiat options can be found [here](/guides/standards-and-conventions). Each conversion is returned in its own "quote" object. |
convert_id | string | no | Optionally calculate market quotes by CoinMarketCap ID instead of symbol. This option is identical to `convert` outside of ID format. Ex: convert_id=1,2781 would replace convert=BTC,USD in your query. This parameter cannot be used when `convert` is used. |
aux | string | no | Optionally specify a comma-separated list of supplemental data fields to return. Pass `num_market_pairs,traffic_score,rank,exchange_score,liquidity_score,effective_liquidity_24h` to include all auxiliary fields. |
coinmarketcap.coinmarketcap_get_v3_fear_and_greed_historical 2 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v3_fear_and_greed_historical --json | Parameter | Type | Required | Description |
|---|---|---|---|
start | integer | no | Optionally offset the start (1-based index) of the paginated list of items to return. |
limit | integer | no | Optionally specify the number of results to return. Use this parameter and the "start" parameter to determine your own pagination size. |
coinmarketcap.coinmarketcap_get_v3_fear_and_greed_latest 0 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v3_fear_and_greed_latest --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
coinmarketcap.coinmarketcap_get_v1_global_metrics_quotes_historical 7 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v1_global_metrics_quotes_historical --json | Parameter | Type | Required | Description |
|---|---|---|---|
time_start | string | no | Timestamp (Unix or ISO 8601) to start returning quotes for. Optional, if not passed, we'll return quotes calculated in reverse from "time_end". |
time_end | string | no | Timestamp (Unix or ISO 8601) to stop returning quotes for (inclusive). Optional, if not passed, we'll default to the current time. If no "time_start" is passed, we return quotes in reverse order starting from this time. |
count | number | no | The number of interval periods to return results for. Optional, required if both "time_start" and "time_end" aren't supplied. The default is 10 items. The current query limit is 10000. |
interval | string | no | Interval of time to return data points for. See details in endpoint description. |
convert | string | no | By default market quotes are returned in USD. Optionally calculate market quotes in up to 3 other fiat currencies or cryptocurrencies. |
convert_id | string | no | Optionally calculate market quotes by CoinMarketCap ID instead of symbol. This option is identical to `convert` outside of ID format. Ex: convert_id=1,2781 would replace convert=BTC,USD in your query. This parameter cannot be used when `convert` is used. |
aux | string | no | Optionally specify a comma-separated list of supplemental data fields to return. Pass `btc_dominance,eth_dominance,active_cryptocurrencies,active_exchanges,active_market_pairs,total_volume_24h,total_volume_24h_reported,altcoin_market_cap,altcoin_volume_24h,altcoin_volume_24h_reported,search_interval` to include all auxiliary fields. |
coinmarketcap.coinmarketcap_get_v1_global_metrics_quotes_latest 2 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v1_global_metrics_quotes_latest --json | Parameter | Type | Required | Description |
|---|---|---|---|
convert | string | no | Optionally calculate market quotes in up to 120 currencies at once by passing a comma-separated list of cryptocurrency or fiat currency symbols. Each additional convert option beyond the first requires an additional call credit. A list of supported fiat options can be found [here](/guides/standards-and-conventions). Each conversion is returned in its own "quote" object. |
convert_id | string | no | Optionally calculate market quotes by CoinMarketCap ID instead of symbol. This option is identical to `convert` outside of ID format. Ex: convert_id=1,2781 would replace convert=BTC,USD in your query. This parameter cannot be used when `convert` is used. |
coinmarketcap.coinmarketcap_get_v1_altcoin_season_index_latest 0 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v1_altcoin_season_index_latest --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
coinmarketcap.coinmarketcap_get_v1_altcoin_season_index_historical 1 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v1_altcoin_season_index_historical --json | Parameter | Type | Required | Description |
|---|---|---|---|
timeframe | string | no | Timeframe for historical data. Valid values are 7d, 30d, and 90d. Default is 7d. |
coinmarketcap.coinmarketcap_get_v1_content_latest 9 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v1_content_latest --json | Parameter | Type | Required | Description |
|---|---|---|---|
start | integer | no | Optionally offset the start (1-based index) of the paginated list of items to return. |
limit | integer | no | Optionally specify the number of results to return. Use this parameter and the "start" parameter to determine your own pagination size. |
id | string | no | Optionally pass a comma-separated list of CoinMarketCap cryptocurrency IDs. Example: "1,1027" |
slug | string | no | Optionally pass a comma-separated list of cryptocurrency slugs. Example: "bitcoin,ethereum" |
symbol | string | no | Optionally pass a comma-separated list of cryptocurrency symbols. Example: "BTC,ETH". Optionally pass "id" *or* "slug" *or* "symbol" is required for this request. |
news_type | string | no | Optionally specify a comma-separated list of supplemental data fields: `news`, `community`, or `alexandria` to filter news sources. Pass `all` or leave it blank to include all news types. |
content_type | string | no | Optionally specify a comma-separated list of supplemental data fields: `news`, `video`, or `audio` to filter news's content. Pass `all` or leave it blank to include all content types. |
category | string | no | Optionally pass a comma-separated list of categories. Example: "GameFi,NFT". |
language | string | no | Optionally pass a language code. Example: "en". If not specified the default value is "en". |
coinmarketcap.coinmarketcap_get_v1_content_posts_comments 1 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v1_content_posts_comments --json | Parameter | Type | Required | Description |
|---|---|---|---|
post_id | string | yes | Required post ID. Example: 325670123 |
coinmarketcap.coinmarketcap_get_v1_content_posts_latest 4 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v1_content_posts_latest --json | Parameter | Type | Required | Description |
|---|---|---|---|
id | string | no | Optional one cryptocurrency CoinMarketCap ID. Example: 1027 |
slug | string | no | Alternatively pass one cryptocurrency slug. Example: "ethereum" |
symbol | string | no | Alternatively pass one cryptocurrency symbols. Example: "ETH" |
last_score | string | no | Optional. The score is given in the response for finding next batch posts. Example: 1662903634322 |
coinmarketcap.coinmarketcap_get_v1_content_posts_top 4 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v1_content_posts_top --json | Parameter | Type | Required | Description |
|---|---|---|---|
id | string | no | Optional one cryptocurrency CoinMarketCap ID. Example: 1027 |
slug | string | no | Alternatively pass one cryptocurrency slug. Example: "ethereum" |
symbol | string | no | Alternatively pass one cryptocurrency symbols. Example: "ETH" |
last_score | string | no | Optional. The score is given in the response for finding next batch of related posts. Example: 38507.8865 |
coinmarketcap.coinmarketcap_get_v1_community_trending_token 1 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v1_community_trending_token --json | Parameter | Type | Required | Description |
|---|---|---|---|
limit | integer | no | Optionally specify the number of results to return. |
coinmarketcap.coinmarketcap_get_v1_community_trending_topic 1 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v1_community_trending_topic --json | Parameter | Type | Required | Description |
|---|---|---|---|
limit | integer | no | Optionally specify the number of results to return. |
coinmarketcap.coinmarketcap_get_v3_index_cmc100_historical 4 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v3_index_cmc100_historical --json | Parameter | Type | Required | Description |
|---|---|---|---|
time_start | string | no | Timestamp (Unix or ISO 8601) to start returning CoinMarketCap 100 Index data for. Optional, if not passed, we'll return quotes calculated in reverse from "time_end". |
time_end | string | no | Timestamp (Unix or ISO 8601) to stop returning CoinMarketCap 100 Index data for (inclusive). Optional, if not passed, we'll default to the current time. If no "time_start" is passed, we return quotes in reverse order starting from this time. |
count | string | no | The number of interval periods to return results for. Optional, required if both "time_start" and "time_end" aren't supplied. The default is 5 items. If "time_start" and "time_end" are supplied, the query limit is 10 and the count starts from "time_start". |
interval | string | no | Optionally adjust the interval of data returned.Valid values:"5m","15m","daily". |
coinmarketcap.coinmarketcap_get_v3_index_cmc100_latest 0 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v3_index_cmc100_latest --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
coinmarketcap.coinmarketcap_get_v3_index_cmc20_historical 4 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v3_index_cmc20_historical --json | Parameter | Type | Required | Description |
|---|---|---|---|
time_start | string | no | Timestamp (Unix or ISO 8601) to start returning CoinMarketCap 20 Index data for. Optional, if not passed, we'll return quotes calculated in reverse from "time_end". |
time_end | string | no | Timestamp (Unix or ISO 8601) to stop returning CoinMarketCap 20 Index data for (inclusive). Optional, if not passed, we'll default to the current time. If no "time_start" is passed, we return quotes in reverse order starting from this time. |
count | string | no | The number of interval periods to return results for. Optional, required if both "time_start" and "time_end" aren't supplied. The default is 5 items. If "time_start" and "time_end" are supplied, the query limit is 10 and the count starts from "time_start". |
interval | string | no | Optionally adjust the interval of data returned.Valid values:"5m","15m","daily". |
coinmarketcap.coinmarketcap_get_v3_index_cmc20_latest 0 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v3_index_cmc20_latest --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
coinmarketcap.coinmarketcap_post_v1_dex_tokens_trending_list 1 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_post_v1_dex_tokens_trending_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
body | object | yes | JSON request body matching the CoinMarketCap API schema for this endpoint. |
coinmarketcap.coinmarketcap_post_v1_dex_tokens_batch_query 1 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_post_v1_dex_tokens_batch_query --json | Parameter | Type | Required | Description |
|---|---|---|---|
body | object | yes | JSON request body matching the CoinMarketCap API schema for this endpoint. |
coinmarketcap.coinmarketcap_post_v1_dex_token_price_batch 1 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_post_v1_dex_token_price_batch --json | Parameter | Type | Required | Description |
|---|---|---|---|
body | object | yes | JSON request body matching the CoinMarketCap API schema for this endpoint. |
coinmarketcap.coinmarketcap_post_v1_dex_new_list 1 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_post_v1_dex_new_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
body | object | yes | JSON request body matching the CoinMarketCap API schema for this endpoint. |
coinmarketcap.coinmarketcap_post_v1_dex_meme_list 1 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_post_v1_dex_meme_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
body | object | yes | JSON request body matching the CoinMarketCap API schema for this endpoint. |
coinmarketcap.coinmarketcap_post_v1_dex_gainer_loser_list 1 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_post_v1_dex_gainer_loser_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
body | object | yes | JSON request body matching the CoinMarketCap API schema for this endpoint. |
coinmarketcap.coinmarketcap_get_v4_dex_spot_pairs_latest 27 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v4_dex_spot_pairs_latest --json | Parameter | Type | Required | Description |
|---|---|---|---|
network_id | string | no | One or more comma-separated CoinMarketCap cryptocurrency network ids. |
network_slug | string | no | Alternatively, one or more comma-separated network names in URL friendly shorthand slug format (all lowercase, spaces replaced with hyphens). At least one id or slug is required. |
dex_id | string | no | One or more comma-separated CoinMarketCap dex exchange ids |
dex_slug | string | no | Alternatively, one or more comma-separated dex exchange names in URL friendly shorthand slug format (all lowercase, spaces replaced with hyphens). At least one id or slug is required. |
base_asset_id | string | no | One or more comma-separated CoinMarketCap cryptocurrency ids. |
base_asset_symbol | string | no | Alternatively, one or more comma-separated network symbol in URL friendly shorthand slug format (all lowercase, spaces replaced with hyphens).At least one id or slug is required. |
base_asset_contract_address | string | no | Alternatively, one base asset contract address in URL friendly shorthand slug format (all lowercase, spaces replaced with hyphens).At least one id or slug is required. |
base_asset_ucid | string | no | One or more comma-separated CoinMarketCap cryptocurrency IDs. |
quote_asset_id | string | no | One or more comma-separated CoinMarketCap cryptocurrency ids. |
quote_asset_symbol | string | no | Alternatively, one or more comma-separated network symbol in URL friendly shorthand slug format (all lowercase, spaces replaced with hyphens). At least one id or slug is required. |
quote_asset_contract_address | string | no | Alternatively, one quote asset contract address in URL friendly shorthand slug format (all lowercase, spaces replaced with hyphens). At least one id or slug is required. |
quote_asset_ucid | string | no | One or more comma-separated CoinMarketCap cryptocurrency IDs. |
scroll_id | string | no | After your initial query, the API responds with the initial set of results and a scroll_ids. To retrieve the next set of results, provide this scroll_id of the last JSON with your follow-up request. scroll_id is an alternative to traditional pagination techniques. |
limit | string | no | Optionally specify the number of results to return. Use this parameter and the start parameter to determine your own pagination size. |
liquidity_min | string | no | Optionally specify a threshold of minimum liquidity to filter results by. |
liquidity_max | string | no | Optionally specify a threshold of maximum liquidity to filter results by. |
volume_24h_min | string | no | Optionally specify a threshold of minimum 24 hour USD volume to filter results by. |
volume_24h_max | string | no | Optionally specify a threshold of maximum 24 hour USD volume to filter results by. |
no_of_transactions_24h_min | string | no | Optionally specify a threshold of minimum 24h no. of transactions to filter results by. |
no_of_transactions_24h_max | string | no | Optionally specify a threshold of maximum 24h no. of transactions to filter results by. |
percent_change_24h_min | string | no | Optionally specify a threshold of minimum 24 hour percent change to filter results by. |
percent_change_24h_max | string | no | Optionally specify a threshold of maximum 24 hour percent change to filter results by. |
sort | string | no | Default:`"volume_24h"` Valid values: `"volume_24h"` `"liquidity"` `"no_of_transactions_24h"` `"percent_change_24h"` // todo Sort the list of dex spot pairs by. |
sort_dir | string | no | Default:`"desc"` Valid values: `"desc"` `"asc"` The direction in which to order dex spot pairs against the specified sort. |
aux | string | no | Default:`""` Valid values: `"pool_created"` `"percent_pooled_base_asset"` `"num_transactions_24h"` `"pool_base_asset"` `"pool_quote_asset"` `"24h_volume_quote_asset"` `"total_supply_quote_asset"` `"total_supply_base_asset"` `"holders"` `"buy_tax"` `"sell_tax"` `"security_scan"` `"24h_no_of_buys"` `"24h_no_of_sells"` `"24h_buy_volume"` `"24h_sell_volume"` Optionally specify a comma-separated list of supplemental data fields to return. |
reverse_order | string | no | Pass true to invert the order of a spot pair. For example, a trading pair is set up as Token B/Token A in the contract and is commonly referred to as Token A/Token B. Using reverse_order would change the order to reflect the true Token B/Token A pairing as it exists in the pool. |
convert_id | string | no | Optionally calculate market quotes by CoinMarketCap ID instead of symbol. This option is identical to convert outside of ID format. Ex: convert_id=1,2781 would replace convert=BTC,USD in your query. This parameter cannot be used when convert is used. |
coinmarketcap.coinmarketcap_get_v4_dex_pairs_quotes_latest 7 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v4_dex_pairs_quotes_latest --json | Parameter | Type | Required | Description |
|---|---|---|---|
contract_address | string | no | One or more comma-separated contract addresses. |
network_id | string | no | One or more CoinMarketCap cryptocurrency network ids |
network_slug | string | no | Alternatively, one network names in URL friendly shorthand "slug" format (all lowercase, spaces replaced with hyphens). |
aux | string | no | Default:`""` Valid values: `"pool_created"` `"percent_pooled_base_asset"` `"num_transactions_24h"` `"pool_base_asset"` `"pool_quote_asset"` `"24h_volume_quote_asset"` `"total_supply_quote_asset"` `"total_supply_base_asset"` `"holders"` `"buy_tax"` `"sell_tax"` `"security_scan"` `"24h_no_of_buys"` `"24h_no_of_sells"` `"24h_buy_volume"` `"24h_sell_volume"` Optionally specify a comma-separated list of supplemental data fields to return. |
convert_id | string | no | Optionally calculate market quotes by CoinMarketCap ID instead of symbol. This option is identical to convert outside of ID format. Ex: convert_id=1,2781 would replace convert=BTC,USD in your query. This parameter cannot be used when convert is used. |
skip_invalid | string | no | Pass true to relax request validation rules. When requesting records on multiple spot pairs an error is returned if no match is found for 1 or more requested spot pairs. If set to true, invalid lookups will be skipped allowing valid spot pairs to still be returned. |
reverse_order | string | no | Pass true to invert the order of a spot pair. For example, a trading pair is set up as Token B/Token A in the contract and is commonly referred to as Token A/Token B. Using reverse_order would change the order to reflect the true Token B/Token A pairing as it exists in the pool. |
coinmarketcap.coinmarketcap_get_v1_dex_token 2 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v1_dex_token --json | Parameter | Type | Required | Description |
|---|---|---|---|
platform | string | no | Platform name |
address | string | no | Token address |
coinmarketcap.coinmarketcap_get_v1_dex_token_price 2 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v1_dex_token_price --json | Parameter | Type | Required | Description |
|---|---|---|---|
platform | string | no | Platform name |
address | string | no | Token address |
coinmarketcap.coinmarketcap_get_v1_dex_token_pools 3 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v1_dex_token_pools --json | Parameter | Type | Required | Description |
|---|---|---|---|
platform | string | no | Platform name |
address | string | no | Token address |
size | integer | no | Query parameter `size`. |
coinmarketcap.coinmarketcap_get_v1_dex_token_liquidity_query 6 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v1_dex_token_liquidity_query --json | Parameter | Type | Required | Description |
|---|---|---|---|
platform | string | no | Platform name |
address | string | no | Token address |
interval | string | no | Time interval |
limit | integer | no | Result limit |
to | integer | no | End timestamp |
needlatest | boolean | no | Whether to include latest value |
coinmarketcap.coinmarketcap_get_v1_dex_tokens_transactions 14 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v1_dex_tokens_transactions --json | Parameter | Type | Required | Description |
|---|---|---|---|
platform | string | no | Blockchain platform name (bsc/sol/etc) |
address | string | no | Token contract address |
type | integer | no | Transaction type (0 for buy, 1 for sell) |
types | array | no | Transaction types filter, supports: buy, sell, open, close, add, reduce |
maker | string | no | Maker address, support comma separated list |
sortby | string | no | Field to sort by (currently only supports 'time') |
sorttype | string | no | Sort direction ('asc' or 'desc', default is 'desc') |
starttime | integer | no | Start timestamp (inclusive) |
endtime | integer | no | End timestamp (inclusive) |
minvolume | number | no | Minimum volume (inclusive) |
maxvolume | number | no | Maximum volume (inclusive) |
lastid | string | no | Cursor for pagination, format: ts_txHash_logId |
limit | integer | no | Result limit |
version | string | no | Version |
coinmarketcap.coinmarketcap_get_v1_dex_security_detail 2 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v1_dex_security_detail --json | Parameter | Type | Required | Description |
|---|---|---|---|
platformname | string | no | Platform name |
address | string | no | Token address |
coinmarketcap.coinmarketcap_get_v1_dex_search 5 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v1_dex_search --json | Parameter | Type | Required | Description |
|---|---|---|---|
q | string | no | Search keyword |
platform | string | no | Platform filter |
sort | string | no | Sort field |
limit | integer | no | Result limit |
code | string | no | Code filter |
coinmarketcap.coinmarketcap_get_v1_dex_liquidity_change_list 12 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v1_dex_liquidity_change_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
platform | string | no | Blockchain platform name (bsc/sol/etc) |
address | string | no | Token contract address |
type | integer | no | Liquidity change type |
maker | string | no | Maker address, support comma separated list |
sortby | string | no | Field to sort by (currently only supports 'ts') |
sorttype | string | no | Sort direction ('asc' or 'desc', default is 'desc') |
starttime | integer | no | Start timestamp (inclusive) |
endtime | integer | no | End timestamp (inclusive) |
minvolume | number | no | Minimum USD volume (inclusive) |
maxvolume | number | no | Maximum USD volume (inclusive) |
lastid | string | no | Cursor for pagination, format: ts_txHash_logId |
limit | integer | no | Result limit |
coinmarketcap.coinmarketcap_get_v1_dex_platform_list 0 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v1_dex_platform_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
coinmarketcap.coinmarketcap_get_v1_dex_platform_detail 1 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v1_dex_platform_detail --json | Parameter | Type | Required | Description |
|---|---|---|---|
platformname | string | no | Platform name |
coinmarketcap.coinmarketcap_post_v1_dex_holders_list 1 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_post_v1_dex_holders_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
body | object | yes | JSON request body matching the CoinMarketCap API schema for this endpoint. |
coinmarketcap.coinmarketcap_post_v1_dex_holders_detail 1 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_post_v1_dex_holders_detail --json | Parameter | Type | Required | Description |
|---|---|---|---|
body | object | yes | JSON request body matching the CoinMarketCap API schema for this endpoint. |
coinmarketcap.coinmarketcap_get_v1_dex_holders_trend_list 6 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v1_dex_holders_trend_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
platform | string | no | Platform name or id |
tokenaddress | string | no | Token address |
interval | string | no | Kline interval: 1d |
from | integer | no | start timestamp |
to | integer | no | End timestamp |
limit | integer | no | Number of to load |
coinmarketcap.coinmarketcap_get_v1_dex_holders_tag_count 2 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v1_dex_holders_tag_count --json | Parameter | Type | Required | Description |
|---|---|---|---|
platform | string | yes | Query parameter `platform`. |
tokenaddress | string | yes | Query parameter `tokenAddress`. |
coinmarketcap.coinmarketcap_get_v1_dex_holders_count 2 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v1_dex_holders_count --json | Parameter | Type | Required | Description |
|---|---|---|---|
platform | string | yes | Query parameter `platform`. |
tokenaddress | string | yes | Query parameter `tokenAddress`. |
coinmarketcap.coinmarketcap_get_v1_k_line_points 8 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v1_k_line_points --json | Parameter | Type | Required | Description |
|---|---|---|---|
platform | string | no | Platform name or id |
address | string | no | Token or pool address |
interval | string | no | Kline interval: 1s/5s/30s/1min/3min/5min/15min/30min/1h/2h/4h/6h/8h/12h/1d/3d/1w/1m |
from | integer | no | Start timestamp (UNIX epoch) |
to | integer | no | End timestamp (UNIX epoch) |
unit | string | no | Kline unit: usd, native, quote |
limit | integer | no | Number of points to load |
pm | string | no | Kline type: p (price), m (marketcap) |
coinmarketcap.coinmarketcap_get_v1_k_line_candles 8 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v1_k_line_candles --json | Parameter | Type | Required | Description |
|---|---|---|---|
platform | string | no | Platform name or id |
address | string | no | Token or pool address |
interval | string | no | Kline interval: 1s/5s/30s/1min/3min/5min/15min/30min/1h/2h/4h/6h/8h/12h/1d/3d/1w/1m |
from | integer | no | Start timestamp (UNIX epoch) |
to | integer | no | End timestamp (UNIX epoch) |
unit | string | no | Kline unit: usd, native, quote |
limit | integer | no | Number of candles to load |
pm | string | no | Kline type: p (price), m (marketcap) |
coinmarketcap.coinmarketcap_get_v1_fiat_map 4 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v1_fiat_map --json | Parameter | Type | Required | Description |
|---|---|---|---|
start | integer | no | Optionally offset the start (1-based index) of the paginated list of items to return. |
limit | integer | no | Optionally specify the number of results to return. Use this parameter and the "start" parameter to determine your own pagination size. |
sort | string | no | What field to sort the list by. |
include_metals | boolean | no | Pass `true` to include precious metals. |
coinmarketcap.coinmarketcap_get_v1_key_info 0 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v1_key_info --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
coinmarketcap.coinmarketcap_get_v1_tools_postman 0 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v1_tools_postman --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
coinmarketcap.coinmarketcap_get_v2_tools_price_conversion 6 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v2_tools_price_conversion --json | Parameter | Type | Required | Description |
|---|---|---|---|
amount | number | yes | An amount of currency to convert. Example: 10.43 |
id | string | no | The CoinMarketCap currency ID of the base cryptocurrency or fiat to convert from. Example: "1" |
symbol | string | no | Alternatively the currency symbol of the base cryptocurrency or fiat to convert from. Example: "BTC". One "id" *or* "symbol" is required. Please note that starting in the v2 endpoint, due to the fact that a symbol is not unique, if you request by symbol each quote response will contain an array of objects containing all of the coins that use each requested symbol. The v1 endpoint will still return a single object, the highest ranked coin using that symbol. |
time | string | no | Optional timestamp (Unix or ISO 8601) to reference historical pricing during conversion. If not passed, the current time will be used. If passed, we'll reference the closest historic values available for this conversion. |
convert | string | no | Pass up to 120 comma-separated fiat or cryptocurrency symbols to convert the source amount to. |
convert_id | string | no | Optionally calculate market quotes by CoinMarketCap ID instead of symbol. This option is identical to `convert` outside of ID format. Ex: convert_id=1,2781 would replace convert=BTC,USD in your query. This parameter cannot be used when `convert` is used. |
coinmarketcap.coinmarketcap_get_v1_blockchain_statistics_latest 3 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v1_blockchain_statistics_latest --json | Parameter | Type | Required | Description |
|---|---|---|---|
id | string | no | One or more comma-separated cryptocurrency CoinMarketCap IDs to return blockchain data for. Pass `1,2,1027` to request all currently supported blockchains. |
symbol | string | no | Alternatively pass one or more comma-separated cryptocurrency symbols. Pass `BTC,LTC,ETH` to request all currently supported blockchains. |
slug | string | no | Alternatively pass a comma-separated list of cryptocurrency slugs. Pass `bitcoin,litecoin,ethereum` to request all currently supported blockchains. |
coinmarketcap.coinmarketcap_get_v1_cryptocurrency_info 6 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v1_cryptocurrency_info --json | Parameter | Type | Required | Description |
|---|---|---|---|
id | string | no | One or more comma-separated CoinMarketCap cryptocurrency IDs. Example: "1,2" |
slug | string | no | Alternatively pass a comma-separated list of cryptocurrency slugs. Example: "bitcoin,ethereum" |
symbol | string | no | Alternatively pass one or more comma-separated cryptocurrency symbols. Example: "BTC,ETH". At least one "id" *or* "slug" *or* "symbol" is required for this request. Please note that starting in the v2 endpoint, due to the fact that a symbol is not unique, if you request by symbol each data response will contain an array of objects containing all of the coins that use each requested symbol. The v1 endpoint will still return a single object, the highest ranked coin using that symbol. |
address | string | no | Alternatively pass in a contract address. Example: "0xc40af1e4fecfa05ce6bab79dcd8b373d2e436c4e" |
skip_invalid | boolean | no | Pass `true` to relax request validation rules. When requesting records on multiple cryptocurrencies an error is returned if any invalid cryptocurrencies are requested or a cryptocurrency does not have matching records in the requested timeframe. If set to true, invalid lookups will be skipped allowing valid cryptocurrencies to still be returned. |
aux | string | no | Optionally specify a comma-separated list of supplemental data fields to return. Pass `urls,logo,description,tags,platform,date_added,notice,status` to include all auxiliary fields. |
coinmarketcap.coinmarketcap_get_v1_tools_price_conversion 6 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v1_tools_price_conversion --json | Parameter | Type | Required | Description |
|---|---|---|---|
amount | number | yes | An amount of currency to convert. Example: 10.43 |
id | string | no | The CoinMarketCap currency ID of the base cryptocurrency or fiat to convert from. Example: "1" |
symbol | string | no | Alternatively the currency symbol of the base cryptocurrency or fiat to convert from. Example: "BTC". One "id" *or* "symbol" is required. Please note that starting in the v2 endpoint, due to the fact that a symbol is not unique, if you request by symbol each quote response will contain an array of objects containing all of the coins that use each requested symbol. The v1 endpoint will still return a single object, the highest ranked coin using that symbol. |
time | string | no | Optional timestamp (Unix or ISO 8601) to reference historical pricing during conversion. If not passed, the current time will be used. If passed, we'll reference the closest historic values available for this conversion. |
convert | string | no | Pass up to 120 comma-separated fiat or cryptocurrency symbols to convert the source amount to. |
convert_id | string | no | Optionally calculate market quotes by CoinMarketCap ID instead of symbol. This option is identical to `convert` outside of ID format. Ex: convert_id=1,2781 would replace convert=BTC,USD in your query. This parameter cannot be used when `convert` is used. |
coinmarketcap.coinmarketcap_get_v1_cryptocurrency_market_pairs_latest 14 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v1_cryptocurrency_market_pairs_latest --json | Parameter | Type | Required | Description |
|---|---|---|---|
id | string | no | A cryptocurrency or fiat currency by CoinMarketCap ID to list market pairs for. Example: "1" |
slug | string | no | Alternatively pass a cryptocurrency by slug. Example: "bitcoin" |
symbol | string | no | Alternatively pass a cryptocurrency by symbol. Fiat currencies are not supported by this field. Example: "BTC". A single cryptocurrency "id", "slug", *or* "symbol" is required. |
start | integer | no | Optionally offset the start (1-based index) of the paginated list of items to return. |
limit | integer | no | Optionally specify the number of results to return. Use this parameter and the "start" parameter to determine your own pagination size. |
sort_dir | string | no | Optionally specify the sort direction of markets returned. |
sort | string | no | Optionally specify the sort order of markets returned. By default we return a strict sort on 24 hour reported volume. Pass `cmc_rank` to return a CMC methodology based sort where markets with excluded volumes are returned last. |
aux | string | no | Optionally specify a comma-separated list of supplemental data fields to return. Pass `num_market_pairs,category,fee_type,market_url,currency_name,currency_slug,price_quote,notice,cmc_rank,effective_liquidity,market_score,market_reputation` to include all auxiliary fields. |
matched_id | string | no | Optionally include one or more fiat or cryptocurrency IDs to filter market pairs by. For example `?id=1&matched_id=2781` would only return BTC markets that matched: "BTC/USD" or "USD/BTC". This parameter cannot be used when `matched_symbol` is used. |
matched_symbol | string | no | Optionally include one or more fiat or cryptocurrency symbols to filter market pairs by. For example `?symbol=BTC&matched_symbol=USD` would only return BTC markets that matched: "BTC/USD" or "USD/BTC". This parameter cannot be used when `matched_id` is used. |
category | string | no | The category of trading this market falls under. Spot markets are the most common but options include derivatives and OTC. |
fee_type | string | no | The fee type the exchange enforces for this market. |
convert | string | no | Optionally calculate market quotes in up to 120 currencies at once by passing a comma-separated list of cryptocurrency or fiat currency symbols. Each additional convert option beyond the first requires an additional call credit. A list of supported fiat options can be found [here](/guides/standards-and-conventions). Each conversion is returned in its own "quote" object. |
convert_id | string | no | Optionally calculate market quotes by CoinMarketCap ID instead of symbol. This option is identical to `convert` outside of ID format. Ex: convert_id=1,2781 would replace convert=BTC,USD in your query. This parameter cannot be used when `convert` is used. |
coinmarketcap.coinmarketcap_get_v1_cryptocurrency_ohlcv_historical 11 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v1_cryptocurrency_ohlcv_historical --json | Parameter | Type | Required | Description |
|---|---|---|---|
id | string | no | One or more comma-separated CoinMarketCap cryptocurrency IDs. Example: "1,1027" |
slug | string | no | Alternatively pass a comma-separated list of cryptocurrency slugs. Example: "bitcoin,ethereum" |
symbol | string | no | Alternatively pass one or more comma-separated cryptocurrency symbols. Example: "BTC,ETH". At least one "id" *or* "slug" *or* "symbol" is required for this request. |
time_period | string | no | Time period to return OHLCV data for. The default is "daily". If hourly, the open will be 01:00 and the close will be 01:59. If daily, the open will be 00:00:00 for the day and close will be 23:59:99 for the same day. See the main endpoint description for details. |
time_start | string | no | Timestamp (Unix or ISO 8601) to start returning OHLCV time periods for. Only the date portion of the timestamp is used for daily OHLCV so it's recommended to send an ISO date format like "2018-09-19" without time. |
time_end | string | no | Timestamp (Unix or ISO 8601) to stop returning OHLCV time periods for (inclusive). Optional, if not passed we'll default to the current time. Only the date portion of the timestamp is used for daily OHLCV so it's recommended to send an ISO date format like "2018-09-19" without time. |
count | number | no | Optionally limit the number of time periods to return results for. The default is 10 items. The current query limit is 10000 items. |
interval | string | no | Optionally adjust the interval that "time_period" is sampled. For example with interval=monthly&time_period=daily you will see a daily OHLCV record for January, February, March and so on. See main endpoint description for available options. |
convert | string | no | By default market quotes are returned in USD. Optionally calculate market quotes in up to 3 fiat currencies or cryptocurrencies. |
convert_id | string | no | Optionally calculate market quotes by CoinMarketCap ID instead of symbol. This option is identical to `convert` outside of ID format. Ex: convert_id=1,2781 would replace convert=BTC,USD in your query. This parameter cannot be used when `convert` is used. |
skip_invalid | boolean | no | Pass `true` to relax request validation rules. When requesting records on multiple cryptocurrencies an error is returned if any invalid cryptocurrencies are requested or a cryptocurrency does not have matching records in the requested timeframe. If set to true, invalid lookups will be skipped allowing valid cryptocurrencies to still be returned. |
coinmarketcap.coinmarketcap_get_v1_cryptocurrency_ohlcv_latest 5 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v1_cryptocurrency_ohlcv_latest --json | Parameter | Type | Required | Description |
|---|---|---|---|
id | string | no | One or more comma-separated cryptocurrency CoinMarketCap IDs. Example: 1,2 |
symbol | string | no | Alternatively pass one or more comma-separated cryptocurrency symbols. Example: "BTC,ETH". At least one "id" *or* "symbol" is required. |
convert | string | no | Optionally calculate market quotes in up to 120 currencies at once by passing a comma-separated list of cryptocurrency or fiat currency symbols. Each additional convert option beyond the first requires an additional call credit. A list of supported fiat options can be found [here](/guides/standards-and-conventions). Each conversion is returned in its own "quote" object. |
convert_id | string | no | Optionally calculate market quotes by CoinMarketCap ID instead of symbol. This option is identical to `convert` outside of ID format. Ex: convert_id=1,2781 would replace convert=BTC,USD in your query. This parameter cannot be used when `convert` is used. |
skip_invalid | boolean | no | Pass `true` to relax request validation rules. When requesting records on multiple cryptocurrencies an error is returned if any invalid cryptocurrencies are requested or a cryptocurrency does not have matching records in the requested timeframe. If set to true, invalid lookups will be skipped allowing valid cryptocurrencies to still be returned. |
coinmarketcap.coinmarketcap_get_v1_cryptocurrency_price_performance_stats_latest 7 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v1_cryptocurrency_price_performance_stats_latest --json | Parameter | Type | Required | Description |
|---|---|---|---|
id | string | no | One or more comma-separated cryptocurrency CoinMarketCap IDs. Example: 1,2 |
slug | string | no | Alternatively pass a comma-separated list of cryptocurrency slugs. Example: "bitcoin,ethereum" |
symbol | string | no | Alternatively pass one or more comma-separated cryptocurrency symbols. Example: "BTC,ETH". At least one "id" *or* "slug" *or* "symbol" is required for this request. |
time_period | string | no | Specify one or more comma-delimited time periods to return stats for. `all_time` is the default. Pass `all_time,yesterday,24h,7d,30d,90d,365d` to return all supported time periods. All rolling periods have a rolling close time of the current request time. For example `24h` would have a close time of now and an open time of 24 hours before now. *Please note: `yesterday` is a UTC period and currently does not currently support `high` and `low` timestamps.* |
convert | string | no | Optionally calculate quotes in up to 120 currencies at once by passing a comma-separated list of cryptocurrency or fiat currency symbols. Each additional convert option beyond the first requires an additional call credit. A list of supported fiat options can be found [here](/guides/standards-and-conventions). Each conversion is returned in its own "quote" object. |
convert_id | string | no | Optionally calculate quotes by CoinMarketCap ID instead of symbol. This option is identical to `convert` outside of ID format. Ex: convert_id=1,2781 would replace convert=BTC,USD in your query. This parameter cannot be used when `convert` is used. |
skip_invalid | boolean | no | Pass `true` to relax request validation rules. When requesting records on multiple cryptocurrencies an error is returned if no match is found for 1 or more requested cryptocurrencies. If set to true, invalid lookups will be skipped allowing valid cryptocurrencies to still be returned. |
coinmarketcap.coinmarketcap_get_v1_cryptocurrency_quotes_historical 10 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v1_cryptocurrency_quotes_historical --json | Parameter | Type | Required | Description |
|---|---|---|---|
id | string | no | One or more comma-separated CoinMarketCap cryptocurrency IDs. Example: "1,2" |
symbol | string | no | Alternatively pass one or more comma-separated cryptocurrency symbols. Example: "BTC,ETH". At least one "id" *or* "symbol" is required for this request. |
time_start | string | no | Timestamp (Unix or ISO 8601) to start returning quotes for. Optional, if not passed, we'll return quotes calculated in reverse from "time_end". |
time_end | string | no | Timestamp (Unix or ISO 8601) to stop returning quotes for (inclusive). Optional, if not passed, we'll default to the current time. If no "time_start" is passed, we return quotes in reverse order starting from this time. |
count | number | no | The number of interval periods to return results for. Optional, required if both "time_start" and "time_end" aren't supplied. The default is 10 items. The current query limit is 10000. |
interval | string | no | Interval of time to return data points for. See details in endpoint description. |
convert | string | no | By default market quotes are returned in USD. Optionally calculate market quotes in up to 3 other fiat currencies or cryptocurrencies. |
convert_id | string | no | Optionally calculate market quotes by CoinMarketCap ID instead of symbol. This option is identical to `convert` outside of ID format. Ex: convert_id=1,2781 would replace convert=BTC,USD in your query. This parameter cannot be used when `convert` is used. |
aux | string | no | Optionally specify a comma-separated list of supplemental data fields to return. Pass `price,volume,market_cap,circulating_supply,total_supply,quote_timestamp,is_active,is_fiat,search_interval` to include all auxiliary fields. |
skip_invalid | boolean | no | Pass `true` to relax request validation rules. When requesting records on multiple cryptocurrencies an error is returned if no match is found for 1 or more requested cryptocurrencies. If set to true, invalid lookups will be skipped allowing valid cryptocurrencies to still be returned. |
coinmarketcap.coinmarketcap_get_v1_cryptocurrency_quotes_latest 7 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v1_cryptocurrency_quotes_latest --json | Parameter | Type | Required | Description |
|---|---|---|---|
id | string | no | One or more comma-separated cryptocurrency CoinMarketCap IDs. Example: 1,2 |
slug | string | no | Alternatively pass a comma-separated list of cryptocurrency slugs. Example: "bitcoin,ethereum" |
symbol | string | no | Alternatively pass one or more comma-separated cryptocurrency symbols. Example: "BTC,ETH". At least one "id" *or* "slug" *or* "symbol" is required for this request. |
convert | string | no | Optionally calculate market quotes in up to 120 currencies at once by passing a comma-separated list of cryptocurrency or fiat currency symbols. Each additional convert option beyond the first requires an additional call credit. A list of supported fiat options can be found [here](/guides/standards-and-conventions). Each conversion is returned in its own "quote" object. |
convert_id | string | no | Optionally calculate market quotes by CoinMarketCap ID instead of symbol. This option is identical to `convert` outside of ID format. Ex: convert_id=1,2781 would replace convert=BTC,USD in your query. This parameter cannot be used when `convert` is used. |
aux | string | no | Optionally specify a comma-separated list of supplemental data fields to return. Pass `num_market_pairs,cmc_rank,date_added,tags,platform,max_supply,circulating_supply,total_supply,market_cap_by_total_supply,volume_24h_reported,volume_7d,volume_7d_reported,volume_30d,volume_30d_reported,is_active,is_fiat` to include all auxiliary fields. |
skip_invalid | boolean | no | Pass `true` to relax request validation rules. When requesting records on multiple cryptocurrencies an error is returned if no match is found for 1 or more requested cryptocurrencies. If set to true, invalid lookups will be skipped allowing valid cryptocurrencies to still be returned. |
coinmarketcap.coinmarketcap_get_v2_cryptocurrency_quotes_historical 10 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v2_cryptocurrency_quotes_historical --json | Parameter | Type | Required | Description |
|---|---|---|---|
id | string | no | One or more comma-separated CoinMarketCap cryptocurrency IDs. Example: "1,2" |
symbol | string | no | Alternatively pass one or more comma-separated cryptocurrency symbols. Example: "BTC,ETH". At least one "id" *or* "symbol" is required for this request. |
time_start | string | no | Timestamp (Unix or ISO 8601) to start returning quotes for. Optional, if not passed, we'll return quotes calculated in reverse from "time_end". |
time_end | string | no | Timestamp (Unix or ISO 8601) to stop returning quotes for (inclusive). Optional, if not passed, we'll default to the current time. If no "time_start" is passed, we return quotes in reverse order starting from this time. |
count | number | no | The number of interval periods to return results for. Optional, required if both "time_start" and "time_end" aren't supplied. The default is 10 items. The current query limit is 10000. |
interval | string | no | Interval of time to return data points for. See details in endpoint description. |
convert | string | no | By default market quotes are returned in USD. Optionally calculate market quotes in up to 3 other fiat currencies or cryptocurrencies. |
convert_id | string | no | Optionally calculate market quotes by CoinMarketCap ID instead of symbol. This option is identical to `convert` outside of ID format. Ex: convert_id=1,2781 would replace convert=BTC,USD in your query. This parameter cannot be used when `convert` is used. |
aux | string | no | Optionally specify a comma-separated list of supplemental data fields to return. Pass `price,volume,market_cap,circulating_supply,total_supply,quote_timestamp,is_active,is_fiat,search_interval` to include all auxiliary fields. |
skip_invalid | boolean | no | Pass `true` to relax request validation rules. When requesting records on multiple cryptocurrencies an error is returned if no match is found for 1 or more requested cryptocurrencies. If set to true, invalid lookups will be skipped allowing valid cryptocurrencies to still be returned. |
coinmarketcap.coinmarketcap_get_v2_cryptocurrency_quotes_latest 7 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v2_cryptocurrency_quotes_latest --json | Parameter | Type | Required | Description |
|---|---|---|---|
id | string | no | One or more comma-separated cryptocurrency CoinMarketCap IDs. Example: 1,2 |
slug | string | no | Alternatively pass a comma-separated list of cryptocurrency slugs. Example: "bitcoin,ethereum" |
symbol | string | no | Alternatively pass one or more comma-separated cryptocurrency symbols. Example: "BTC,ETH". At least one "id" *or* "slug" *or* "symbol" is required for this request. |
convert | string | no | Optionally calculate market quotes in up to 120 currencies at once by passing a comma-separated list of cryptocurrency or fiat currency symbols. Each additional convert option beyond the first requires an additional call credit. A list of supported fiat options can be found [here](/guides/standards-and-conventions). Each conversion is returned in its own "quote" object. |
convert_id | string | no | Optionally calculate market quotes by CoinMarketCap ID instead of symbol. This option is identical to `convert` outside of ID format. Ex: convert_id=1,2781 would replace convert=BTC,USD in your query. This parameter cannot be used when `convert` is used. |
aux | string | no | Optionally specify a comma-separated list of supplemental data fields to return. Pass `num_market_pairs,cmc_rank,date_added,tags,platform,max_supply,circulating_supply,total_supply,market_cap_by_total_supply,volume_24h_reported,volume_7d,volume_7d_reported,volume_30d,volume_30d_reported,is_active,is_fiat` to include all auxiliary fields. |
skip_invalid | boolean | no | Pass `true` to relax request validation rules. When requesting records on multiple cryptocurrencies an error is returned if no match is found for 1 or more requested cryptocurrencies. If set to true, invalid lookups will be skipped allowing valid cryptocurrencies to still be returned. |
coinmarketcap.coinmarketcap_get_v1_partners_flipside_crypto_fcas_listings_latest 3 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v1_partners_flipside_crypto_fcas_listings_latest --json | Parameter | Type | Required | Description |
|---|---|---|---|
start | integer | no | Optionally offset the start (1-based index) of the paginated list of items to return. |
limit | integer | no | Optionally specify the number of results to return. Use this parameter and the "start" parameter to determine your own pagination size. |
aux | string | no | Optionally specify a comma-separated list of supplemental data fields to return. Pass `point_change_24h,percent_change_24h` to include all auxiliary fields. |
coinmarketcap.coinmarketcap_get_v1_partners_flipside_crypto_fcas_quotes_latest 4 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v1_partners_flipside_crypto_fcas_quotes_latest --json | Parameter | Type | Required | Description |
|---|---|---|---|
id | string | no | One or more comma-separated cryptocurrency CoinMarketCap IDs. Example: 1,2 |
slug | string | no | Alternatively pass a comma-separated list of cryptocurrency slugs. Example: "bitcoin,ethereum" |
symbol | string | no | Alternatively pass one or more comma-separated cryptocurrency symbols. Example: "BTC,ETH". At least one "id" *or* "slug" *or* "symbol" is required for this request. |
aux | string | no | Optionally specify a comma-separated list of supplemental data fields to return. Pass `point_change_24h,percent_change_24h` to include all auxiliary fields. |
coinmarketcap.coinmarketcap_get_v4_dex_pairs_trade_latest 7 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v4_dex_pairs_trade_latest --json | Parameter | Type | Required | Description |
|---|---|---|---|
contract_address | string | no | One or more comma-separated contract addresses. |
network_id | string | no | One CoinMarketCap cryptocurrency network id. |
network_slug | string | no | Alternatively, one network names in URL friendly shorthand "slug" format (all lowercase, spaces replaced with hyphens). |
aux | string | no | Default:`""` Valid values: `"transaction_hash"` `"blockchain_explorer_link"` Optionally specify a comma-separated list of supplemental data fields to return. |
convert_id | string | no | Optionally calculate market quotes in up to 30 currencies at once by passing a comma-separated list of cryptocurrency or fiat currency IDs. Each additional convert option beyond the first requires an additional call credit. A list of supported fiat options can be found in our API document. Each conversion is returned in its own "trade" object. |
skip_invalid | string | no | Pass true to relax request validation rules. When requesting records on multiple spot pairs an error is returned if no match is found for 1 or more requested spot pairs. If set to true, invalid lookups will be skipped allowing valid spot pairs to still be returned. |
reverse_order | string | no | Pass true to invert the order of a spot pair. For example, a trading pair is set up as Token B/Token A in the contract and is commonly referred to as Token A/Token B. Using reverse_order would change the order to reflect the true Token B/Token A pairing as it exists in the pool. |
coinmarketcap.coinmarketcap_get_v4_dex_pairs_ohlcv_latest 7 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v4_dex_pairs_ohlcv_latest --json | Parameter | Type | Required | Description |
|---|---|---|---|
contract_address | string | no | One or more comma-separated contract addresses. |
network_id | string | no | One or more CoinMarketCap cryptocurrency network ids |
network_slug | string | no | Alternatively, one network names in URL friendly shorthand "slug" format (all lowercase, spaces replaced with hyphens). |
aux | string | no | Default:`""` Valid values: `"pool_created"` `"percent_pooled_base_asset"` `"num_transactions_24h"` `"pool_base_asset"` `"pool_quote_asset"` `"24h_volume_quote_asset"` `"total_supply_quote_asset"` `"total_supply_base_asset"` `"holders"` `"buy_tax"` `"sell_tax"` `"security_scan"` `"24h_no_of_buys"` `"24h_no_of_sells"` `"24h_buy_volume"` `"24h_sell_volume"` Optionally specify a comma-separated list of supplemental data fields to return. |
convert_id | string | no | Optionally calculate market quotes by CoinMarketCap ID instead of symbol. This option is identical to convert outside of ID format. Ex: convert_id=1,2781 would replace convert=BTC,USD in your query. This parameter cannot be used when convert is used. |
skip_invalid | string | no | Pass true to relax request validation rules. When requesting records on multiple spot pairs an error is returned if no match is found for 1 or more requested spot pairs. If set to true, invalid lookups will be skipped allowing valid spot pairs to still be returned. |
reverse_order | string | no | Pass true to invert the order of a spot pair. For example, a trading pair is set up as Token B/Token A in the contract and is commonly referred to as Token A/Token B. Using reverse_order would change the order to reflect the true Token B/Token A pairing as it exists in the pool. |
coinmarketcap.coinmarketcap_get_v4_dex_pairs_ohlcv_historical 12 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v4_dex_pairs_ohlcv_historical --json | Parameter | Type | Required | Description |
|---|---|---|---|
contract_address | string | no | One contract address. Example:"0x88e6a0c2ddd26feeb64f039a2c41296fcb3f5640". If network/dex/base asset/quote asset information is passed, contract address cannot be passed. Note: contract_address is case sensitive for all non-EVM chains and not case sensitive for all EVM chains. EVM chains contract address addresses begin with 0x, and are followed by 40 alphanumeric characters(numerals and letters) |
network_id | string | no | One or more CoinMarketCap cryptocurrency network ids |
network_slug | string | no | Alternatively, one network names in URL friendly shorthand "slug" format (all lowercase, spaces replaced with hyphens). |
time_period | string | no | Default:`"daily"` Valid values: `"daily"` `"hourly"` `"1m"` `"5m"` `"15m"` `"4h"` Time period to return OHLCV data for. If hourly, the open will be 01:00 and the close will be 01:59. If daily, the open will be 00:00:00 for the day and close will be 23:59:99 for the same day. See the main endpoint description for details. |
time_start | string | no | Timestamp (Unix or ISO 8601) to start returning OHLCV time periods for. Only the date portion of the timestamp is used for daily OHLCV so it's recommended to send an ISO date format like "2018-09-19" without time. |
time_end | string | no | Timestamp (Unix or ISO 8601) to stop returning OHLCV time periods for (inclusive). Optional, if not passed we'll default to the current time. Only the date portion of the timestamp is used for daily OHLCV so it's recommended to send an ISO date format like "2018-09-19" without time. |
count | string | no | Optionally limit the number of time periods to return results for. The default is 10 items. The current query limit is 500 items. |
interval | string | no | Default:`"daily"` Valid values: `"1m"` `"5m"` `"15m"` `"30m"` `"1h"` `"4h"` `"8h"` `"12h"` `"daily"` `"weekly"` `"monthly"` Optionally adjust the interval that "time_period" is sampled. For example with interval=monthly&time_period=daily you will see a daily OHLCV record for January, February, March and so on. See main endpoint description for available options. |
aux | string | no | Default:`""` Valid values: `"pool_created"` `"percent_pooled_base_asset"` `"num_transactions_24h"` `"pool_base_asset"` `"pool_quote_asset"` `"24h_volume_quote_asset"` `"total_supply_quote_asset"` `"total_supply_base_asset"` `"holders"` `"buy_tax"` `"sell_tax"` `"security_scan"` `"24h_no_of_buys"` `"24h_no_of_sells"` `"24h_buy_volume"` `"24h_sell_volume"` Optionally specify a comma-separated list of supplemental data fields to return. |
convert_id | string | no | Optionally calculate market quotes by CoinMarketCap ID instead of symbol. This option is identical to convert outside of ID format. Ex: convert_id=1,2781 would replace convert=BTC,USD in your query. This parameter cannot be used when convert is used. |
skip_invalid | string | no | Pass true to relax request validation rules. When requesting records on multiple spot pairs an error is returned if no match is found for 1 or more requested spot pairs. If set to true, invalid lookups will be skipped allowing valid spot pairs to still be returned. |
reverse_order | string | no | Pass true to invert the order of a spot pair. For example, a trading pair is set up as Token B/Token A in the contract and is commonly referred to as Token A/Token B. Using reverse_order would change the order to reflect the true Token B/Token A pairing as it exists in the pool. |
coinmarketcap.coinmarketcap_get_v4_dex_networks_list 5 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v4_dex_networks_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
start | string | no | Optionally offset the start (1-based index) of the paginated list of items to return. |
limit | string | no | Optionally specify the number of results to return. Use this parameter and the "start" parameter to determine your own pagination size. |
sort | string | no | Default:`"id"` Valid values: `"id"` `"name"` What field to sort the list of networks by. |
sort_dir | string | no | Default:`"desc"` Valid values: `"desc"` `"asc"` The direction in which to order networks against the specified sort. |
aux | string | no | Default:`""` Valid values: `"alternativeName"` `"cryptocurrencyId"` `"cryptocurrenySlug"` `"wrappedTokenId"` `"wrappedTokenSlug"` `"tokenExplorerUrl"` `"poolExplorerUrl"` `"transactionHashUrl"` Optionally specify a comma-separated list of supplemental data fields to return. |
coinmarketcap.coinmarketcap_get_v4_dex_listings_quotes 7 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v4_dex_listings_quotes --json | Parameter | Type | Required | Description |
|---|---|---|---|
start | string | no | Optionally offset the start (1-based index) of the paginated list of items to return. |
limit | string | no | Optionally specify the number of results to return. Use this parameter and the "start" parameter to determine your own pagination size. |
sort | string | no | Default:`"volume_24h"` Valid values: `"name"` `"volume_24h"` `"market_share"` `"num_markets"` What field to sort the list of exchanges by. |
sort_dir | string | no | Default:`"desc"` Valid values: `"desc"` `"asc"` The direction in which to order exchanges against the specified sort. |
type | string | no | Default:`"all"` Valid values: `"all"` `"orderbook"` `"swap"` `"aggregator"` The category for this exchange. |
aux | string | no | Default:`""` Valid values: `"date_launched"` Optionally specify a comma-separated list of supplemental data fields to return. |
convert_id | string | no | Optionally calculate market quotes in up to 30 currencies at once by passing a comma-separated list of cryptocurrency or fiat currency IDs. Each additional convert option beyond the first requires an additional call credit. A list of supported fiat options can be found in our API document. Each conversion is returned in its own "quote" object. |
coinmarketcap.coinmarketcap_get_v4_dex_listings_info 2 parameters
kosmo integrations:schema coinmarketcap.coinmarketcap_get_v4_dex_listings_info --json | Parameter | Type | Required | Description |
|---|---|---|---|
id | string | no | One or more comma-separated CoinMarketCap cryptocurrency exchange ids. |
aux | string | no | Default:`""` Valid values: `"urls"` `"logo"` `"description"` `"date_launched"` `"notice"` Optionally specify a comma-separated list of supplemental data fields to return. |
Permissions
Headless calls still follow the integration read/write permission policy. Configure read/write defaults with
integrations:configure. Add --force only for trusted automation that should bypass that policy.