Withdraw commission

Returns a transaction that when signed, will initiate the withdrawal process for the commission recipient address. It's similar to the "Withdraw" endpoint, except instead of calling this endpoint for the depositors of the vault, this is used for claiming your vault's commission.

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