CoinMarketCal integration (Finance, Data). Imported from open-connector.
https://developers.coinmarketcal.com/v1/categories
/coins
/events
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The page number of the event list. |
| max | integer | optional | The maximum number of events to return per page. |
| coins | string | optional | A comma-separated list of coin identifiers or slugs used to filter events. |
| categories | string | optional | A comma-separated list of category identifiers used to filter events. |
| dateRangeStart | string | optional | The start date of the event filter in YYYY-MM-DD format. |
| dateRangeEnd | string | optional | The end date of the event filter in YYYY-MM-DD format. |
| showViews | boolean | optional | Whether to include view counts in the event response. |
| showVotes | boolean | optional | Whether to include vote data in the event response. |
| translations | string | optional | The translation language code used by the request. |
| sortBy | string | optional | The sort order applied to the event list. |
| showOnly | string | optional | The filter applied to keep only one event subset. |
/events
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The page number of the event list. |
| max | integer | optional | The maximum number of events to return per page. |
| coins | string | optional | A comma-separated list of coin identifiers or slugs used to filter events. |
| categories | string | optional | A comma-separated list of category identifiers used to filter events. |
| dateRangeStart | string | optional | The start date of the event filter in YYYY-MM-DD format. |
| dateRangeEnd | string | optional | The end date of the event filter in YYYY-MM-DD format. |
| showViews | boolean | optional | Whether to include view counts in the event response. |
| showVotes | boolean | optional | Whether to include vote data in the event response. |
| translations | string | optional | The translation language code used by the request. |
| ranking | string | required | The ranking mode mapped to the corresponding feed. |
/events
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The page number of the event list. |
| max | integer | optional | The maximum number of events to return per page. |
| coins | string | optional | A comma-separated list of coin identifiers or slugs used to filter events. |
| categories | string | optional | A comma-separated list of category identifiers used to filter events. |
| dateRangeStart | string | optional | The start date of the event filter in YYYY-MM-DD format. |
| dateRangeEnd | string | optional | The end date of the event filter in YYYY-MM-DD format. |
| showViews | boolean | optional | Whether to include view counts in the event response. |
| showVotes | boolean | optional | Whether to include vote data in the event response. |
| translations | string | optional | The translation language code used by the request. |