TRON - Unable to find account

Modified on Fri, 07 Oct 2022 at 09:44 AM

You may encounter the following error tron.account.not.found when for example you try to get the balance from a TRON (USDT). Getting this error or similar is related to an "inactive account".


Example:

{
    "statusCode": 403,
    "errorCode": "tron.account.not.found",
    "message": "No such account for address: <address>"
}


How to activate a TRON account:

  • Send any amount of TRX or TRC-10 tokens from an existing account to the new account.
  • Call Java-tron's [wallet/createaccount] api to create a transaction from an existing account, then sign the transaction, and broadcast it to the TRON network. 
TRON documentation at the following link.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article