POST
/
v1
/
bidder
/
deposit_evenly
{
  "providers": [
    "<string>"
  ],
  "amounts": [
    "<string>"
  ]
}

Query Parameters

totalAmount
string

Total amount of ETH to be deposited in wei.

providers
string[]

Provider Ethereum addresses.

Response

200
application/json

A successful response.

Deposits some amount of ETH evenly across multiple providers.