POST
/
v1
/
bidder
/
bid
{
  "result": {
    "txHashes": [
      "<string>"
    ],
    "bidAmount": "<string>",
    "blockNumber": "<string>",
    "receivedBidDigest": "<string>",
    "receivedBidSignature": "<string>",
    "commitmentDigest": "<string>",
    "commitmentSignature": "<string>",
    "providerAddress": "<string>",
    "decayStartTimestamp": "<string>",
    "decayEndTimestamp": "<string>",
    "dispatchTimestamp": "<string>",
    "revertingTxHashes": [
      "<string>"
    ],
    "slashAmount": "<string>"
  },
  "error": {
    "code": 123,
    "message": "<string>",
    "details": [
      {
        "@type": "<string>"
      }
    ]
  }
}

Body

application/json
Unsigned bid message from bidders to the bidder mev-commit node.

Response

200
application/json
A successful response.(streaming responses)

The response is of type object.