Staking

List account stakes

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired

Id of the target account

Query parameters
cursorstringOptional

Optional cursor to get next pages (based on the next key on query response)

sortBystring · enumOptional

Sort by attribute

Default: totalPossible values:
sortOrderstring · enumOptional

Sort order

Default: descPossible values:
Responses
chevron-right
200

Successful response

application/json
get
/accounts/{id}/stakes

List staking validators for account

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired

Id of the target account

Query parameters
cursorstringOptional

Optional cursor to get next pages (based on the next key on query response)

sortBystring · enumOptional

Sort by attribute

Default: balancePossible values:
sortOrderstring · enumOptional

Sort order

Default: descPossible values:
Responses
chevron-right
200

Successful response

application/json
get
/accounts/{id}/staking-validators

Last updated