GET
Subscribe to SSE publications

Headers

Last-Event-ID
string

Resume sequence when after is omitted.

Query Parameters

after
integer<int64>

Exclusive sequence. Takes priority over Last-Event-ID.

Required range: x >= 0
limit
integer
default:200

Rows fetched per poll. Default 200, maximum 500.

Required range: 1 <= x <= 500

Response

SSE stream

The response is of type string.

Example:

"id: 12\nevent: l1Action\ndata: {\"explorerId\":\"0x...\"}\n"