API Reference

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.
Language