post https://api.trongrid.io/wallet/getassetissuebyaccount
Query the TRC10 token information issued by an account.
Log in to see full request history
Query the TRC10 token information issued by an account.
xxxxxxxxxx
curl --request POST \
--url https://api.trongrid.io/wallet/getassetissuebyaccount \
--header 'content-type: application/json' \
--data '
{
"address": "4137FA1A56EB8C503624701D776D95F6DAE1D9F0D6"
}
'
Try It!
to start a request and see the response here!