Provider
Receive Bids
ReceiveBids is called by the provider to receive bids from the mev-commit node. The mev-commit node will stream bids to the provider as the response.
GET
Response
200
application/json
A successful response.(streaming responses)
Signed bid message from bidders to the provider.
Example:
{
"bidAmount": 1000000000000000000,
"bidDigest": "9dJinwL+FZ6B1xsIQQo8t8B0ZXJubJwY86l/Yu7yAH159QrPHU0qj2P+YFj+llbuI1ZygdxGsX8+P3byMEA5ig==",
"blockNumber": 123456,
"txHash": "91a89B633194c0D86C539A1A5B14DCCacfD47094"
}