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>"
}
]
}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
Active stake data
Show child attributes
Amount which is taken into account in the current epoch/period of stake when calculating rewards
The stake can be increased
Amount of rewards, that can still be claimed from this active stake using TAKE_REWARD transaction
Stake delegation end time in seconds: BTC/CORE only.
Pool that this stake connected to
Show child attributes
Additional information for this staking pool
Pool identifier
Pool name
Amount of current all stakes for pool
Validator provider id matched for this pool (if any)
A list of pools that this stake is connected to. Returned if the stake is connected to two or more pools
Show child attributes
Additional information for this staking pool
Pool identifier
Pool name
Amount of current all stakes for pool
Validator provider id matched for this pool (if any)
In some cases your active stake can't be redelegated (e.g. you just redelegated stake from one pool to other in cosmos based stakes)
For Substrate based. When you want to remove Staking permissions from delegatee
Can this stake be unstaked or not
If stake is not ready to unstake, when it will be ready
For Substrate based. When you want to unstake BONDING stake you should chill first
Staking Reward Rate: CORE only.
If rewards will automatically be restaked when paid, then true
If rewards require TAKE_REWARD transaction to do claim
The address of a dedicated staking account. Only applies for SOL
Unique identifier of the active stake
Timestamp of the stake creation
Staked currency
Unique identifier of the Deposit Target
Main currency (blockchain network) of a stake
Unique ID of the organisation
Unique identifier of the portfolio, for which the stake was created
Timestamp of the latest stake update
Was this page helpful?