Provider
Send Processed Bids
SendProcessedBids is called by the provider to send processed bids to the mev-commit node. The provider will stream processed bids to the mev-commit node.
POST
/
v1
/
provider
/
send_processed_bids
Body
application/json
Response sent by the provider with the decision on the bid received.
bidDigest
string
requiredDigest of the bid message signed by the bidder.
status
enum<string>
requiredAvailable options:
STATUS_ACCEPTED
, STATUS_REJECTED
Response
200 - application/json
The response is of type object
.