Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.example.com/v1/bidder/deposit/{amount}
{ "amount": "1000000000000000000", "provider": "0x0000000000000000000000000000000000000000" }
Deposit is called by the bidder node to add deposit in the bidder registry, specific to a provider.
Amount of ETH to be deposited in wei.
Provider Ethereum address.
A successful response.
Deposit for bidder in the bidder registry for a particular provider.