POST
/
v1
/
bidder
/
bid
{
  "result": {
    "txHash": "<string>",
    "bidAmount": "<string>",
    "blockNumber": "<string>",
    "receivedBidDigest": "<string>",
    "receivedBidSignature": "<string>",
    "commitmentDigest": "<string>",
    "commitmentSignature": "<string>"
  },
  "error": {
    "code": 123,
    "message": "<string>",
    "details": [
      {
        "@type": "<string>"
      }
    ]
  }
}

Body

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

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

txHash
string
required

Hex string encoding of the hash of the transaction that the bidder wants to include in the block.

amount
string
required

Amount of ETH that the bidder is willing to pay to the provider for including the transaction in the block.

blockNumber
string
required

Max block number that the bidder wants to include the transaction in.

Response

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