cURL
curl --request POST \ --url https://api.example.com/v1/bidder/deposit_evenly
{ "providers": [ "<string>" ], "amounts": [ "<string>" ] }
DepositEvenly is called by the bidder node to deposit a total amount evenly across multiple providers.
Total amount of ETH to be deposited in wei.
Provider Ethereum addresses.
A successful response.
Deposits some amount of ETH evenly across multiple providers.