Post Stake Intent

Returns an unsigned transaction that can be used to delegate your tokens to the validator specified in the request.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
enum
required

Solana network

Allowed:
Body Params
string
required

The amount of funds you want to stake (in Lamports)

string

The public address of the validator node that you intend to delegate your tokens to

string
required

The address sending the funds to be staked

string

The stake authority can be considered the manager of the stake account. It is used to sign transactions for the following operations but doesn’t have control over the funds:

  • Delegating stake
  • Deactivating the stake delegation
  • Splitting the stake account (creating a new stake account with a portion of the funds)
  • Merging two stake accounts into one
  • Setting a new stake authority
  • Note: When not specified, this will default to the delegator_address
string

The withdraw authority is used to sign transactions for the following operations:

  • Withdrawing an un-delegated stake into a wallet address
  • Setting a new withdrawal authority
  • Setting a new stake authority (thus, the withdrawal authority is the ultimate owner of the account)
  • Note: When not specified, this will default to the delegator_address
string

This feature enables you to stake to validators from the specified plan(s). When no plan id is specified, validators across all plans that match the API route will be available for staking. If it is a shared plan, you can to stake to validators on a shared node from the specified plan.

Headers
uuid

the unique idempotency key for this request

Responses

Language
Credentials
Header
LoadingLoading…
Response
Choose an example:
application/json