Block Proposer API Announcement
We just released an update allowing users to check validator registration status for a given public key on the Flashbots Mainnet Relay.
Users can now check whether validator registration has been successful with the following API:
GET /relay/v1/data/validator_registration?pubkey=_pubkey_
Example API URL
https://boost-relay.flashbots.net/relay/v1/data/validator_registration?pubkey=0xb606e206c2bf3b78f53ebff8be8e8d4af2f0da68646b5642c4d511b15ab5ddb122ae57b48eab614f8ca5bafbe75a5999
Response
The response payload is either an error or a validator registration:
See also the Relay API documentation
⚡ If you have additional questions, please ask on GitHub or Discord!