Withdraw

Returns a transaction that when signed, will initiate the withdrawal process for the depositor address. Reference the “Withdrawing from your Vault” section in the Vaults Overview to learn more about this process.

Depending on how you plan to sign the transaction we provide 2 transaction formats in the response. View the guide that explains what you need to sign and how.

  • the unsigned_transaction_serialized, the RLP-encoded transaction object. It can be decoded to show the transaction details.
  • the unsigned_transaction_hashed: the signing payload, which is a hash of the unsigned serialized transaction and is the payload you will sign with your private key. Use this for raw signing if your custody solution supports it.
Path Params
string
required

Address of the Vault

Body Params
string
enum
required

Network name

Allowed:
string
required

Address of the signer

string
required

Address of the receiver

string
required
^\d+(\.\d+)?$

Amount of ETH to withdraw

Responses

400

Bad Request

401

Invalid API key

Language
LoadingLoading…
Response
Choose an example:
application/json