cURL
curl --request POST \ --url https://api.example.com/v1/bidder/withdraw
{ "amount": "1000000000000000000", "window_number": 1 }
Withdraw is called by the bidder to withdraw deposit from the bidder registry.
Optional window number for withdrawing deposits. If not specified, the last window number is used.
A successful response.
Withdrawn deposit from the bidder registry.