curl --request GET \
--url https://api.copper.co/platform/staking/pending-stakes{
"pendingStakes": [
{
"createdAt": "<string>",
"currency": "<string>",
"depositTargetId": "<string>",
"mainCurrency": "<string>",
"organizationId": "<string>",
"pendingStake": {
"pendingAmount": "<string>",
"pendingStakeStatus": "unbonding",
"canBeRebonded": true,
"canBeUnstaked": true,
"canIncreaseStakeAmount": true,
"originPool": {
"extra": {
"netuid": "<string>",
"neuronFollowees": [
"<string>"
],
"swapExtra": {}
},
"poolId": "<string>",
"poolName": "<string>",
"totalBonded": "<string>",
"validatorProviderId": "<string>"
},
"pendingEndsAt": "<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>"
}
],
"requireChillToUnstake": true,
"stakeAddress": "<string>",
"warning": {
"message": "<string>",
"code": "<string>"
}
},
"pendingStakeId": "<string>",
"portfolioId": "<string>",
"updatedAt": "<string>"
}
]
}curl --request GET \
--url https://api.copper.co/platform/staking/pending-stakes{
"pendingStakes": [
{
"createdAt": "<string>",
"currency": "<string>",
"depositTargetId": "<string>",
"mainCurrency": "<string>",
"organizationId": "<string>",
"pendingStake": {
"pendingAmount": "<string>",
"pendingStakeStatus": "unbonding",
"canBeRebonded": true,
"canBeUnstaked": true,
"canIncreaseStakeAmount": true,
"originPool": {
"extra": {
"netuid": "<string>",
"neuronFollowees": [
"<string>"
],
"swapExtra": {}
},
"poolId": "<string>",
"poolName": "<string>",
"totalBonded": "<string>",
"validatorProviderId": "<string>"
},
"pendingEndsAt": "<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>"
}
],
"requireChillToUnstake": true,
"stakeAddress": "<string>",
"warning": {
"message": "<string>",
"code": "<string>"
}
},
"pendingStakeId": "<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 pending stakes
Show child attributes
Timestamp of stake creation
Staked currency
Unique identifier of the Deposit Target
Main currency (blockchain network) of a stake
Unique ID of the organisation
Show child attributes
Pending stake amount
The status of a pending stake. See details
unbonding, bonding, changing-validator For Substrate based. During UNBONDING status you can rebond this with REBOND_STAKE transaction
For Substrate based. During BONDING status stake can be unbonded
If the stake can be increased
In case if CHANGING_VALIDATOR here we specify pools from which stake was moved
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)
When pending operation will be finished
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)
For Substrate based. When you want to unstake BONDING stake you should chill first
The address of a dedicated staking account. Only applies for SOL currently.
Unique identifier of the pending stake
Unique identifier of the portfolio, for which the stake was created
Timestamp of the latest stake update
Was this page helpful?