curl --request GET \
--url https://api.example.com/token/{address}/supply123Get the total supply of the token
curl --request GET \
--url https://api.example.com/token/{address}/supply123The token supply has been successfully retrieved
The response is of type number.