Skip to main content
POST
Create Withdrawal Request

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

Aptos network:

  • `mainnet` — Aptos mainnet.
  • `testnet` — Aptos devnet.
Available options:
mainnet,
testnet

Body

application/json
amount
integer<int64>
required

Amount of tokens to withdraw in Octas (1 APT = 10⁸ Octas).

Example:

1100000000

delegatorAddress
string
required

Delegator account address.

Example:

"0xd890b1115b39c8d182aeac6cae313cc713cd93922135f8a5893c34fce4e0f32a"

gas
object
required

Computational effort required to execute the transaction, measured in gas units.

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.