get Delegation By Id
GET {{baseUrl}}/staking/positions/:id
Return detailed information on a staking position, including the staked amount, rewards, status and more.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"id": "<string>",
"vaultAccountId": "<string>",
"validatorName": "<string>",
"providerName": "<string>",
"chainDescriptor": "<string>",
"amount": "<string>",
"rewardsAmount": "<string>",
"dateCreated": "<string>",
"status": "<string>",
"relatedTransactions": [
{
"txId": "<string>",
"completed": "<boolean>"
},
{
"txId": "<string>",
"completed": "<boolean>"
}
],
"validatorAddress": "<string>",
"providerId": "<string>",
"availableActions": [
"<string>",
"<string>"
],
"inProgress": "<boolean>",
"blockchainPositionInfo": {
"stakeAccountAddress": "<string>"
},
"inProgressTxId": "<string>"
} |
ENDPOINTS