Skip to main content
POST
/
v1
/
provider
/
send_processed_bids
SendProcessedBids
curl --request POST \
  --url https://api.example.com/v1/provider/send_processed_bids \
  --header 'Content-Type: application/json' \
  --data '
{
  "bidDigest": "9dJinwL+FZ6B1xsIQQo8t8B0ZXJubJwY86l/Yu7yAH159QrPHU0qj2P+YFj+llbuI1ZygdxGsX8+P3byMEA5ig==",
  "decayDispatchTimestamp": 1234567890,
  "status": "STATUS_ACCEPTED"
}
'
{}

Body

application/json

Response sent by the provider with the decision on the bid received. (streaming inputs)

Response sent by the provider with the decision on the bid received.

bidDigest
string<byte>
required

Digest of the bid message signed by the bidder.

status
enum<string>
required
Available options:
STATUS_ACCEPTED,
STATUS_REJECTED
dispatchTimestamp
string<int64>

Timestamp at which the commitment is accepted by provider and is used to compute the expected revenue from the preconfirmation

Response

A successful response.

The response is of type object.