get Summary By Vault
GET {{baseUrl}}/staking/positions/summary/vaults
Return a summary for each vault, categorized by their status (active, inactive), the total amounts staked and total rewards per-chain.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"laboris_3": {
"active": [
{
"chainDescriptor": "<string>",
"amount": "<string>"
},
{
"chainDescriptor": "<string>",
"amount": "<string>"
}
],
"inactive": [
{
"chainDescriptor": "<string>",
"amount": "<string>"
},
{
"chainDescriptor": "<string>",
"amount": "<string>"
}
],
"rewardsAmount": [
{
"chainDescriptor": "<string>",
"amount": "<string>"
},
{
"chainDescriptor": "<string>",
"amount": "<string>"
}
],
"totalStaked": [
{
"chainDescriptor": "<string>",
"amount": "<string>"
},
{
"chainDescriptor": "<string>",
"amount": "<string>"
}
]
},
"fugiat_879": {
"active": [
{
"chainDescriptor": "<string>",
"amount": "<string>"
},
{
"chainDescriptor": "<string>",
"amount": "<string>"
}
],
"inactive": [
{
"chainDescriptor": "<string>",
"amount": "<string>"
},
{
"chainDescriptor": "<string>",
"amount": "<string>"
}
],
"rewardsAmount": [
{
"chainDescriptor": "<string>",
"amount": "<string>"
},
{
"chainDescriptor": "<string>",
"amount": "<string>"
}
],
"totalStaked": [
{
"chainDescriptor": "<string>",
"amount": "<string>"
},
{
"chainDescriptor": "<string>",
"amount": "<string>"
}
]
}
} |
ENDPOINTS