Subscribe to beacon node events
curl -X GET \ "https://mainnet.ethereum.validationcloud.io/v1/<YOUR_API_KEY_HERE>/eth/v1/events?topics=head" \ -H "accept: text/event-stream"
curl -X GET \ "https://sepolia.ethereum.validationcloud.io/v1/<YOUR_API_KEY_HERE>/eth/v1/events?topics=head" \ -H "accept: text/event-stream"
Last updated 1 month ago