Query Parameters
Return stakes only for specific portfolio
Filter by the staked currency
Filter by the main currency (blockchain network) for staking
Limit for pagination
Offset for pagination
Response
OK
List of active stakes
curl --request GET \
--url https://api.copper.co/platform/staking/active-stakes
{
"activeStakes": [
{
"activeStake": {
"activeStakedAmount": "<string>",
"claimableRewardsAmount": "<string>",
"endTimeSeconds": "<string>",
"pool": {
"extra": {
"netuid": "<string>",
"swapExtra": {}
},
"poolId": "<string>",
"poolName": "<string>",
"totalBonded": "<string>"
},
"pools": [
{
"extra": {
"netuid": "<string>",
"swapExtra": {}
},
"poolId": "<string>",
"poolName": "<string>",
"totalBonded": "<string>"
}
],
"readyToRedelegate": true,
"readyToUndelegateStakingPermissions": true,
"readyToUnstake": true,
"readyToUnstakeAt": "<string>",
"requireChillToUnstake": true,
"rewardRate": "<string>",
"rewardsAutoRestake": true,
"rewardsRequireClaim": true,
"stakeAddress": "<string>",
"warning": {
"code": "<string>",
"message": "<string>"
}
},
"activeStakeId": "<string>",
"createdAt": "<string>",
"currency": "<string>",
"depositTargetId": "<string>",
"mainCurrency": "<string>",
"organizationId": "<string>",
"portfolioId": "<string>",
"updatedAt": "<string>"
}
]
}
curl --request GET \
--url https://api.copper.co/platform/staking/active-stakes
{
"activeStakes": [
{
"activeStake": {
"activeStakedAmount": "<string>",
"claimableRewardsAmount": "<string>",
"endTimeSeconds": "<string>",
"pool": {
"extra": {
"netuid": "<string>",
"swapExtra": {}
},
"poolId": "<string>",
"poolName": "<string>",
"totalBonded": "<string>"
},
"pools": [
{
"extra": {
"netuid": "<string>",
"swapExtra": {}
},
"poolId": "<string>",
"poolName": "<string>",
"totalBonded": "<string>"
}
],
"readyToRedelegate": true,
"readyToUndelegateStakingPermissions": true,
"readyToUnstake": true,
"readyToUnstakeAt": "<string>",
"requireChillToUnstake": true,
"rewardRate": "<string>",
"rewardsAutoRestake": true,
"rewardsRequireClaim": true,
"stakeAddress": "<string>",
"warning": {
"code": "<string>",
"message": "<string>"
}
},
"activeStakeId": "<string>",
"createdAt": "<string>",
"currency": "<string>",
"depositTargetId": "<string>",
"mainCurrency": "<string>",
"organizationId": "<string>",
"portfolioId": "<string>",
"updatedAt": "<string>"
}
]
}
Return stakes only for specific portfolio
Filter by the staked currency
Filter by the main currency (blockchain network) for staking
Limit for pagination
Offset for pagination
OK
List of active stakes
Show child attributes