curl --request GET \
--url https://api.copper.co/platform/staking/active-stakes{
"activeStakes": [
{
"activeStake": {
"activeStakedAmount": "<string>",
"canIncreaseStakeAmount": true,
"claimableRewardsAmount": "<string>",
"endTimeSeconds": "<string>",
"pool": {
"extra": {
"netuid": "<string>",
"neuronFollowees": [
"<string>"
],
"swapExtra": {}
},
"poolId": "<string>",
"poolName": "<string>",
"totalBonded": "<string>",
"validatorProviderId": "<string>"
},
"pools": [
{
"extra": {
"netuid": "<string>",
"neuronFollowees": [
"<string>"
],
"swapExtra": {}
},
"poolId": "<string>",
"poolName": "<string>",
"totalBonded": "<string>",
"validatorProviderId": "<string>"
}
],
"readyToRedelegate": true,
"readyToUndelegateStakingPermissions": true,
"readyToUnstake": true,
"readyToUnstakeAt": "<string>",
"requireChillToUnstake": true,
"rewardRate": "<string>",
"rewardsAutoRestake": true,
"rewardsRequireClaim": true,
"stakeAddress": "<string>",
"warning": {
"message": "<string>",
"code": "<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>",
"canIncreaseStakeAmount": true,
"claimableRewardsAmount": "<string>",
"endTimeSeconds": "<string>",
"pool": {
"extra": {
"netuid": "<string>",
"neuronFollowees": [
"<string>"
],
"swapExtra": {}
},
"poolId": "<string>",
"poolName": "<string>",
"totalBonded": "<string>",
"validatorProviderId": "<string>"
},
"pools": [
{
"extra": {
"netuid": "<string>",
"neuronFollowees": [
"<string>"
],
"swapExtra": {}
},
"poolId": "<string>",
"poolName": "<string>",
"totalBonded": "<string>",
"validatorProviderId": "<string>"
}
],
"readyToRedelegate": true,
"readyToUndelegateStakingPermissions": true,
"readyToUnstake": true,
"readyToUnstakeAt": "<string>",
"requireChillToUnstake": true,
"rewardRate": "<string>",
"rewardsAutoRestake": true,
"rewardsRequireClaim": true,
"stakeAddress": "<string>",
"warning": {
"message": "<string>",
"code": "<string>"
}
},
"activeStakeId": "<string>",
"createdAt": "<string>",
"currency": "<string>",
"depositTargetId": "<string>",
"mainCurrency": "<string>",
"organizationId": "<string>",
"portfolioId": "<string>",
"updatedAt": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://developer.copper.co/llms.txt
Use this file to discover all available pages before exploring further.
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
Was this page helpful?