Comment on page
/delegation
Returns delegation staking contract information
- none
stake
:(number)
topUp
:(number)
locked
:(number)
minDelegation
:(number)
Request
curl -X 'GET' \
'https://elrond-api.public.blastapi.io/delegation' \
-H 'accept: application/json'
Result
{
"stake": "8142158559141328110542417",
"topUp": "5006631157553978667084839",
"locked": "13148789716695306777627256",
"minDelegation": "1000000000000000000"
}
Last modified 1yr ago