iexbase / tron-api-python

A Python API for interacting with Tron (TRX)
https://tronapi-for-python.readthedocs.io
MIT License
165 stars 82 forks source link

tronapi.exceptions.NotFoundError #112

Closed Tak-Pesar closed 10 months ago

Tak-Pesar commented 10 months ago

I use this line of code to get my wallet transactions tron.trx.get_transactions_related(None)

but i get this error:

tronapi.exceptions.NotFoundError:

HTTP ERROR 404 Not Found

URI:/walletextension/gettransactionsfromthis
STATUS:404
MESSAGE:Not Found
SERVLET:org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-1181526e

https://api.trongrid.io/walletextension/gettransactionsfromthis
the url is changed , I wrote a new code for it if you want to include it in the library tron.manager.full_node.request('/v1/accounts/' + tron.default_address.base58 + '/transactions',method='get') You have to make some changes, some things have changed