in 8d15 Jul
SERV v2 Launch
High8.0
◆ Build with us
The same structured data that powers CoinMarketCal. Use it in your trading bots and dashboards.
curl "https://api.coinmarketcal.com/v2/events?impactMin=7.5" \
-H "x-api-key: $COINMARKETCAL_API_KEY"→ 200 OK
{
"data": [{
"title": "Ethereum Pectra Upgrade",
"displayedDate": "06 May 2026",
"impact": 8.5
}],
"meta": { "cursor": "eyJvZmZz..." }
}