cURL
curl --request POST \ --url https://api.example.com/v1/bidder/withdraw \ --header 'Content-Type: application/json' \ --data ' { "providers": [ "<string>" ] } '
{ "amounts": [ "1000000000000000000" ], "providers": [ "0x0000000000000000000000000000000000000000" ] }
Withdraw is called by the bidder to withdraw their deposit to a provider.
Withdraw deposits from provider(s).
Provider Ethereum addresses.
A successful response.
Withdrawn deposit from the bidder registry.