POST
/
v1
/
bidder
/
withdraw_from_windows
{
  "withdraw_responses": [
    {
      "amount": "1000000000000000000",
      "window_number": 1
    },
    {
      "amount": "1000000000000000000",
      "window_number": 2
    },
    {
      "amount": "1000000000000000000",
      "window_number": 3
    }
  ]
}

Body

application/json
Withdraw deposit from the bidder registry.

Withdraw deposit from the bidder registry.

windowNumbers
string[]
required

Window numbers for withdrawing deposits.

Response

200
application/json
A successful response.

Withdraw deposit from the bidder registry.

withdrawResponses
object[]