/accounts/:address:/stake
Summarizes total staked amount for the given provider, as well as when and how much unbond will be performed
Parameters
address
REQUIRED(string)
- Account bech32 address
Returns
totalStaked
:(number)
- the total number of staked amount
Example
Request
curl -X 'GET' \
'https://elrond-api.public.blastapi.io/accounts/erd160y56egs9q7en67z06jk8ndsgxxuc0srf4kx8gfwc7xmap7zqvtqv973la/stake' \
-H 'accept: application/json'
Result
{
"totalStaked": "0"
}