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
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!