Links
Comment on page

/accounts/{address}/delegation-legacy

Returns staking information related to the legacy delegation pool

Parameters

  • address REQUIRED (string) - Account bech32 address

Returns

  • useWithdrawOnlyStake : (string)
  • userWaitingStake : (string)
  • userActiveStake : (string)
  • userUnstakedStake : (string)
  • userDeferredPaymentStake : (string)
  • claimableRewards : (string)

Example

Request
curl -X 'GET' \
'https://elrond-api.public.blastapi.io/accounts/erd160y56egs9q7en67z06jk8ndsgxxuc0srf4kx8gfwc7xmap7zqvtqv973la/delegation-legacy' \
-H 'accept: application/json'
Result
{
"totalStaked": "0"
}