cURL
curl --request POST \ --url https://api.example.com/v1/bidder/deposit/{amount}
{ "amount": "1000000000000000000", "provider": "0x0000000000000000000000000000000000000000" }
Deposit is called by the bidder node to add deposit in the bidder registry, specific to a provider.
Amount of ETH to be deposited in wei.
Provider Ethereum address.
A successful response.
Deposit for bidder in the bidder registry for a particular provider.