POST
/
v1
/
bidder
/
bid

Body

application/json

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

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.

decayStartTimestamp
string
required

Timestamp at which the bid starts decaying.

decayEndTimestamp
string
required

Timestamp at which the bid ends decaying.

txHashes
string[]

Hex string encoding of the hashes of the transactions that the bidder wants to include in the block.

revertingTxHashes
string[]

Optional array of tx hashes that are allowed to revert or be discarded.

rawTransactions
string[]

Optional array of RLP encoded raw signed transaction payloads that the bidder wants to include in the block.

Response

200 - application/json
result
object
error
object