cURL
curl --request POST \ --url https://api.example.com/v1/bidder/set_target_deposits \ --header 'Content-Type: application/json' \ --data ' { "targetDeposits": [ { "provider": "<string>", "targetDeposit": "<string>" } ] } '
{ "successfullySetDeposits": [ { "provider": "<string>", "targetDeposit": "<string>" } ], "successfullyToppedUpProviders": [ "<string>" ] }
SetTargetDeposits is called by the bidder node to set target deposits per provider within the deposit manager. During this call, the bidder node will also attempt to top-up deposits for each new target deposit.
OverrideTargetDepositsRequest request.
Show child attributes
A successful response.
OverrideTargetDepositsResponse response.