curl --request GET \
--url https://api.copper.co/platform/staking/outstanding-stakes{
"outstandingStakes": [
{
"createdAt": "<string>",
"currency": "<string>",
"depositTargetId": "<string>",
"mainCurrency": "<string>",
"organizationId": "<string>",
"outstandingOperation": {
"canCreatePool": true,
"claimResourceId": "<string>",
"outstandingAmount": "<string>",
"outstandingOperationType": "claim-reward",
"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>"
}
],
"rewardResourceIds": [
"<string>"
],
"stakeAddress": "<string>"
},
"outstandingStakeId": "<string>",
"portfolioId": "<string>",
"updatedAt": "<string>"
}
]
}curl --request GET \
--url https://api.copper.co/platform/staking/outstanding-stakes{
"outstandingStakes": [
{
"createdAt": "<string>",
"currency": "<string>",
"depositTargetId": "<string>",
"mainCurrency": "<string>",
"organizationId": "<string>",
"outstandingOperation": {
"canCreatePool": true,
"claimResourceId": "<string>",
"outstandingAmount": "<string>",
"outstandingOperationType": "claim-reward",
"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>"
}
],
"rewardResourceIds": [
"<string>"
],
"stakeAddress": "<string>"
},
"outstandingStakeId": "<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 outstanding 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
Outstanding stake data
Show child attributes
Only applies for AVAX. In AVAX we can create a pool with funds imported to P Chain. Should be set to 'true' with OutstandingOperationType.ALLOCATE_STAKE
Only applies for [XRD] Radix. Radix issues an NFT when stakes are undelegated. This NFT will be used to claimXRD using complete-withdrawal operation
Outstanding stake amount
The type of the outstanding operation. See details
claim-reward, complete-withdrawal, allocate-stake, complete-deposit, claim-unmint A pool that this stake is connected to
Show child attributes
Additional information for this staking pool
Show child attributes
Pool identifier
Pool name
Amount of current all stakes for pool
Validator provider id matched for this pool (if any)
For Substrate based. List of pools that are related to this operation.
Show child attributes
Additional information for this staking pool
Show child attributes
Pool identifier
Pool name
Amount of current all stakes for pool
Validator provider id matched for this pool (if any)
Applies for currencies which require a list of IDs when claiming a reward. For example, Core rewards with staked BTC requires a txId from the original delegate transaction
The address of a dedicated staking account. Only applies for SOL currently
Unique identifier of the outstanding stake
Unique identifier of the portfolio, for which the stake was created
Timestamp of the latest stake update
Was this page helpful?