Create Staking Request

Create staking 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 from which the staking account will be created.

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).

string

Account address that can perform staking operations with staking account. If not specified, rights will be taken from the fromPublicKey parameter.

string

Account address that can perform withdrawal operation with staking account. If not specified, rights will be taken from the fromPublicKey parameter.

number
required
≥ 1

Amount of tokens to stake in lamports (1 SOl = 10⁹ lamports). Min amount is 1002282880.

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