andelf / tronpy

TRON Python Client Library.
MIT License
212 stars 96 forks source link

Get token metadata #135

Open spacesudo opened 3 months ago

spacesudo commented 3 months ago

Is there any method to get token metadata like the name, symbol, decimals and all?

I know the get_contract() is supposed to work but when I use it on most token, I get value error No ABI found for contract

MrNaif2018 commented 2 months ago

Well, then your RPC is misconfigured or you query not actual tokens You need to provide some more examples for it