Prepare Unstake TransactionCopy Pagepost https://api.p2p.org/api/v1/staking/pool/{network}/staking/unstakeConstruct a serialized transaction to initiate the unstaking process from the vault.Path ParamsnetworkstringenumrequiredEthereum pool network:`mainnet` — Ethereum mainnet.`hoodi` — Ethereum testnet.mainnethoodiAllowed:mainnethoodiBody ParamsdelegatorAddressstringrequired^0x[a-fA-F0-9]{40}$Account address of the delegator initiating the transaction.vaultAddressstringrequired^0x[a-fA-F0-9]{40}$Ethereum address of the vault which keeps the tokens.amountstringrequiredAmount of tokens in ETH, as a decimal string (e.g. "0.925413332702449273"). Send it as a JSON string to preserve full 18-decimal precision; a JSON number loses precision before it reaches the server.Responses 200OK 400Bad request 401Unauthorized 404Not found 429Too Many Requests — the client exceeded its rate limit. The response advertises when to retry and the active quota via headers. 500Internal server errorUpdated 2 months ago Prepare Deposit TransactionPrepare Withdrawal TransactionDid this page help you?YesNo