← Tools Reference

CoinMarketCal

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

API key5 toolshttps://developers.coinmarketcal.com/v1
GET
coinmarketcal_list_event_categories
List available CoinMarketCal event categories.

/categories

GET
coinmarketcal_list_coins
List available CoinMarketCal coins.

/coins

GET
coinmarketcal_list_events
List CoinMarketCal events with optional filters.

/events

11 parameters
ParamTypeRequiredDescription
pageintegeroptionalThe page number of the event list.
maxintegeroptionalThe maximum number of events to return per page.
coinsstringoptionalA comma-separated list of coin identifiers or slugs used to filter events.
categoriesstringoptionalA comma-separated list of category identifiers used to filter events.
dateRangeStartstringoptionalThe start date of the event filter in YYYY-MM-DD format.
dateRangeEndstringoptionalThe end date of the event filter in YYYY-MM-DD format.
showViewsbooleanoptionalWhether to include view counts in the event response.
showVotesbooleanoptionalWhether to include vote data in the event response.
translationsstringoptionalThe translation language code used by the request.
sortBystringoptionalThe sort order applied to the event list.
showOnlystringoptionalThe filter applied to keep only one event subset.
GET
coinmarketcal_list_ranked_events
List CoinMarketCal events ranked by market attention or impact.

/events

10 parameters
ParamTypeRequiredDescription
pageintegeroptionalThe page number of the event list.
maxintegeroptionalThe maximum number of events to return per page.
coinsstringoptionalA comma-separated list of coin identifiers or slugs used to filter events.
categoriesstringoptionalA comma-separated list of category identifiers used to filter events.
dateRangeStartstringoptionalThe start date of the event filter in YYYY-MM-DD format.
dateRangeEndstringoptionalThe end date of the event filter in YYYY-MM-DD format.
showViewsbooleanoptionalWhether to include view counts in the event response.
showVotesbooleanoptionalWhether to include vote data in the event response.
translationsstringoptionalThe translation language code used by the request.
rankingstringrequiredThe ranking mode mapped to the corresponding feed.
GET
coinmarketcal_list_confirmed_events
List CoinMarketCal events confirmed by project representatives.

/events

9 parameters
ParamTypeRequiredDescription
pageintegeroptionalThe page number of the event list.
maxintegeroptionalThe maximum number of events to return per page.
coinsstringoptionalA comma-separated list of coin identifiers or slugs used to filter events.
categoriesstringoptionalA comma-separated list of category identifiers used to filter events.
dateRangeStartstringoptionalThe start date of the event filter in YYYY-MM-DD format.
dateRangeEndstringoptionalThe end date of the event filter in YYYY-MM-DD format.
showViewsbooleanoptionalWhether to include view counts in the event response.
showVotesbooleanoptionalWhether to include vote data in the event response.
translationsstringoptionalThe translation language code used by the request.