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>"
  },
  "error": {
    "code": 123,
    "message": "<string>",
    "details": [
      {
        "@type": "<string>"
      }
    ]
  }
}

Body

application/json
txHashes
string[]
required

Hex string encoding of the hashes of the transactions 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.

decayStartTimestamp
string

Timestamp at which the bid starts decaying.

decayEndTimestamp
string

Timestamp at which the bid ends decaying.

Response

200 - application/json
result
object
error
object