Notifications
Subscribe
Subscribe to notifications for given topics. The client will receive notifications for the topics it has subscribed to.
Available Topics
- peer_connected: Emitted when a peer connects to the network
- peer_disconnected: Emitted when a peer disconnects from the network
- validator_opted_in: Emitted before an upcoming L1 block proposer has opted in to the mev-commit protocol. The “proposer-notify-offset” param configures how far in advance the notification is emitted
- epoch_validators_opted_in: Emitted at the beginning of an epoch, specifying any slots where the L1 validator is opted-in to mev-commit.
See the API description for response structure details.
POST
Body
application/json
List of topics to subscribe to. Available topics:
- peer_connected: Emitted when a peer connects to the network
- peer_disconnected: Emitted when a peer disconnects from the network
- validator_opted_in: Emitted before an upcoming L1 block proposer has opted in to the mev-commit protocol
- epoch_validators_opted_in: Emitted at the beginning of an epoch, specifying any slots where the L1 validator is opted-in to mev-commit
Example:
["peer_connected", "validator_opted_in"]