live · noxaportal.fun · chain 4663
SSE/api/public/v1/stream/blocks

New blocks (SSE)

Server-Sent Events stream of new blocks on Robinhood Chain. Emits a message per new block including number, hash, timestamp, tx count and gas used.

Request

bash
curl -N https://noxaportal.fun/api/public/v1/stream/blocks

Response

json
event: message
data: {"type":"connected","block":"7587145"}

event: message
data: {"type":"block","number":"7587146","hash":"0x…","timestamp":"1752…","txCount":12,"gasUsed":"…"}