account detail
account transfer
account defi activities
account balance change activities
account transactions
account portfolio
account token-accounts
account stake
stake rewards export
account transfer export
account metadata
account leaderboard
account defi activities export
account stake
Get the list of stake accounts of an account
QUERY PARAMS
address
string
required
A wallet address on solana blockchain
page
number
Page number for pagination
page_size
number
The number of items per page
Enum: 10, 20, 30, 40
sort_by
string
The parameter allows you to specify the field by which the returned list of accounts will be sorted
Enum: active_stake, delegated_stake
sort_order
string
The parameter allows you to specify the sort order
Enum: asc, desc
RESPONSES
200
OK
Response Body
400
Bad Request
Response Body
401
Authentication failed
429
Too Many Requests
500
Internal Server Error

Javascript

Python

Shell

Go

C#
Authorization
Response
Click Try It! to start a request and see the response here!