Block Generation Notification
Subscribe to this topic to receive notifications about Loopring L2 block.
Rules
Topic name:
blockgen
ApiKey requred: No
Parameters
This topic has an optional flag: verbose
, which indicates the response has more info about the blocks or just the block id. Once the user gets the block id notification, they can also call getBlock REST API to get the details.
Parameter | Required | Note |
---|---|---|
verbose | N | Default is false, so only block Id returns |
Sub:
Response:
Notification example
Data Model
Notification
Field | Type | Note |
---|---|---|
topic | JSON | Topic and parameters |
ts | integer | Notification timestamp (milliseconds) |
data | Block generation messages, a list of BlockResp, refer to getBlock API for data format |
Last updated