/accounts/:address:/tokens/count
Returns the total number of tokens for a given address.
Parameters
address
REQUIRED(string)
- account bech32 address
Returns
Number
- the total number of tokens for a given address
Example Request and Result for /accounts/:address:/tokens/count
Request:
curl -X 'GET' \
'https://elrond-api.public.blastapi.io/accounts/erd1xvmata3rkwmp4h4jxr5ngzzq2zm0p2ev6672xvj3mpmvj2zwlttq87uh9q/tokens/count' \
-H 'accept: application/json'
Result:
2