Skip to main content
GET
Get Staking Account

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

Solana network:

  • `mainnet-beta` — production network.
  • `testnet` — testnet.
Available options:
mainnet-beta,
testnet

Query Parameters

stakeAuthorities
string

List of account addresses that can perform staking operations with staking accounts.

Example:

"9i5cTqci1W6DHdYfT7WbiNhP5DXvnPNTXvS9fTBFfuSw,AaMC5y1RofbY3unyrahRzyCzsesp7rfGuaGegbAg1Hxb"

stakeAccounts
string

List of staking account addresses.

Example:

"9i5cTqci1W6DHdYfT7WbiNhP5DXvnPNTXvS9fTBFfuSw,AaMC5y1RofbY3unyrahRzyCzsesp7rfGuaGegbAg1Hxb"

withdrawAuthorities
string

List of account addresses that can perform withdrawal operation with staking accounts.

Example:

"9i5cTqci1W6DHdYfT7WbiNhP5DXvnPNTXvS9fTBFfuSw,AaMC5y1RofbY3unyrahRzyCzsesp7rfGuaGegbAg1Hxb"

status
enum<string>

Staking account status: active, inactive, activating, deactivating.

Available options:
active,
inactive,
activating,
deactivating
Example:

"active"

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.