Comment on page
/accounts/{address}/results/count
Returns number of smart contract results where the account is sender or receiver
address
REQUIRED(string)
- Account bech32 address
number
: Total number of smart contract where the account is sender or receiver
Request
curl -X 'GET' \
'https://elrond-api.public.blastapi.io/accounts/erd12x2q9pm5pv460hxva793ttcls7n97qszrlftq48dqe8ljuntxkuqr8zt32/results/count' \
-H 'accept: application/json'
Result
5926
Last modified 1yr ago