cURL
curl --request GET \ --url https://api.example.com/v1/bidder/auto_deposit_status
{ "isAutodepositEnabled": true, "window_balances": [ { "depositedAmount": "1000000000000000000", "window_number": 1 }, { "depositedAmount": "1000000000000000000", "window_number": 2 }, { "depositedAmount": "1000000000000000000", "window_number": 3 } ] }
AutoDepositStatus is called by the bidder node to get the status of the auto deposit.
A successful response.
AutoDeposit status from the bidder registry.
Show child attributes