cURL
curl --request GET \ --url https://api.example.com/v1/bidder/get_deposit
{ "amount": "1000000000000000000", "window_number": 1 }
GetDeposit is called by the bidder to get its deposit in the bidder registry.
Optional window number for querying deposits. If not specified, the current block number is used.
A successful response.
Deposit for bidder in the bidder registry for a particular window.