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