Comment on page
/accounts/{address}/tokens/count
Returns the total number of tokens for a given address.
address
REQUIRED(string)
- account bech32 address
Number
- the total number of tokens for a given addressRequest:
curl -X 'GET' \
'https://elrond-api.public.blastapi.io/accounts/erd1xvmata3rkwmp4h4jxr5ngzzq2zm0p2ev6672xvj3mpmvj2zwlttq87uh9q/tokens/count' \
-H 'accept: application/json'
Result:
2
Last modified 11mo ago