Skip to main content
GET
Prepare Withdrawal Transaction

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

UUID of the SSV request.

Query Parameters

amount
string
required

Amount of tokens in ETH to withdraw from the SSV proxy smart contract. The amount must be divisible by 10⁷.

Example:

"1000"

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.