Staking
Get all delegations
GET
https://www.allnodes.com/api/v1/staking
This endpoint allows to get list of all your delegations.
Headers
Name | Type | Description |
---|---|---|
Authorization* | string | Bearer TOKEN |
Get a delegation
GET
https://www.allnodes.com/api/v1/staking/{id}
This endpoint allows to get info about specific delegation on your account.
Path Parameters
Name | Type | Description |
---|---|---|
id* | number | Delegation you want to get info about. ID can be extracted from the “Get all delegations” call |
Headers
Name | Type | Description |
---|---|---|
Authorization* | string | Bearer TOKEN |
Last updated