iexbase/tron-api-python

tronapi.exceptions.NotFoundError

Tak-Pesar opened this issue · 0 comments

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