Create Withdrawal Request

Create withdrawal request transaction.

Path Params
string
enum
required

Solana network:

  • `mainnet-beta` — production network.
  • `testnet` — testnet.
Allowed:
Body Params
string
required

Account address that will pay the fee for the transaction.

string
required

Account address that stores tokens for staking.

string
required

Account address that can perform withdrawal operations with staking account.

string
required

Account address to which tokens will be sent.

number
required
≥ 1

Amount of tokens to withdraw in lamports (1 SOl = 10⁹ lamports).

string

Account address that keeps the value of the nonce.

number
≥ 1

Maximum computational effort limit for the transaction measured in compute units.

number
≥ 1

Price of a compute unit for the transaction in micro-lamports (1 microLamport = 10⁻⁶ lamports).

Response

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json