Skip to main content
POST
Prepare Withdrawal Transaction

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

network
enum<string>
required

Ethereum pool network:

  • `mainnet` — Ethereum mainnet.
  • `hoodi` — Ethereum testnet.
Available options:
mainnet,
hoodi

Body

application/json
delegatorAddress
string
required

Account address of the delegator initiated the staking transaction.

Pattern: ^0x[a-fA-F0-9]{40}$
Example:

"0x338EF19fA2eC0fc4d1277B1307a613fA1FBbc0cb"

vaultAddress
string
required

Ethereum address of the vault which keeps the tokens.

Pattern: ^0x[a-fA-F0-9]{40}$
Example:

"0x338EF19fA2eC0fc4d1277B1307a613fA1FBbc0cb"

tickets
string[]

List of position tickets for unstaking.

Example:

Response

OK

Standard API success response envelope wrapping the result payload.

error
object | null
required

Error object. Always null on successful responses.

result
object
required

Response payload containing the requested data.