During the initial development of Blink, searchers will need to be onboarded for access. Searchers should reach out to contact@blinklabs.xyz for access.
Connecting to Blink's WebSocket
You can connect to Blink's WebSocket via wss://ethauction.blinklabs.xyz/ws/v1/{$API_KEY}.
Transactions received via Blink's RPC endpoint will be exposed on the websocket with the signatures removed. They will take the following form.
When the transaction is exposed on the websocket the Searcher should determine if there is any value in the transaction and if there is submit a bid. You can continue to submit bids on the transaction until it is included on-chain.
Note there is an option for originators to obfuscate the "tx_from" value.
The transaction will be sent as a private transaction to builders after being exposed on the WebSocket.