Get Historical OHLCV Data for Cryptocurrencies
documentedReturns historical OHLCV (Open, High, Low, Close, Volume) data for specified cryptocurrencies.
GET /v1/cryptocurrency/ohlcv/historicalCryptocurrenciesno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://pro-api.coinmarketcap.com/v1/cryptocurrency/ohlcv/historical?id={{COINMARKETCAP_ID}}&time_period={{TIME_PERIOD}}&time_start={{TIME_START}}&time_end={{TIME_END}}&count={{COUNT}}&interval={{INTERVAL}}&convert={{CONVERT}}" \
-X GET \
-H "X-CMC_PRO_API_KEY: {{COINMARKETCAP_API_KEY}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"