cURL
curl --request POST \ --url https://api.example.com/v1/bidder/withdraw
{ "amount": "1000000000000000000", "window_number": 1 }
Withdraw is called by the bidder to withdraw deposit from the bidder registry.
Documentation IndexFetch the complete documentation index at: https://docs.primev.xyz/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.primev.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Optional window number for withdrawing deposits. If not specified, the last window number is used.
A successful response.
Withdrawn deposit from the bidder registry.