GET
/
v1
/
bidder
/
get_all_deposits
{
  "deposits": [
    {
      "provider": "<string>",
      "amount": "<string>"
    }
  ],
  "bidderBalance": "<string>"
}

Response

200
application/json

A successful response.

GetAllDeposits response.