Skip to main content
POST
/
v1
/
bidder
/
deposit
/
{amount}
Deposit
curl --request POST \
  --url https://api.example.com/v1/bidder/deposit/{amount}
{
  "amount": "1000000000000000000",
  "provider": "0x0000000000000000000000000000000000000000"
}

Documentation Index

Fetch the complete documentation index at: https://docs.primev.xyz/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

amount
string
required

Amount of ETH to be deposited in wei.

Query Parameters

provider
string
required

Provider Ethereum address.

Response

A successful response.

Deposit for bidder in the bidder registry for a particular provider.

amount
string
provider
string