cURL
curl --request GET \ --url https://api.example.com/v1/bidder/deposit_manager_status
{ "enabled": true, "targetDeposits": [ { "provider": "<string>", "targetDeposit": "<string>" } ] }
DepositManagerStatus is called by the bidder node to query whether the bidder has enabled the deposit manager via eip 7702.
A successful response.
DepositManagerStatus response.
Show child attributes