Tatum
Search…
Welcome to Tatum 👋
Introduction
Your First App
Tatum's Architecture
Supported Blockchains & Digital Assets
Testnet vs Mainnet
What's New
API Reference
API Reference
Architecture
Terminology
Building Blocks
Private Key Management
Tatum Dashboard
FAQ
Wallets and Virtual Accounts
NFT Express
What is NFT Express
Mint NFTs with Tatum's NFT Express
Use NFT Express with Your Own Smart Contract
Use NFT Express to Mint NFTs on Solana
Use NFT Express to Mint NFTs on Algorand
Private Key Management
Private Key Management
Private Keys and Mnemonic Phrases
Tatum Key Management System (KMS)
Use KMS to Store Private Keys and Sign Transactions on Bitcoin
Use KMS to Store Private Keys and Sign Transactions on Solana
Gas Pump
Gas Pump - a Dedicated Gas Fees Wallet
Pay Gas Fees with Tatum Gas Pump
Guides
Blockchain
Virtual accounts
Tutorials
How to use Tatum and MetaMask
How to pay fees for token transfers from another address
How to build a custodial wallet
How to build a non-custodial wallet
How to build a crypto exchange
How to create a peer-to-peer NFT marketplace like OpenSea
How to create a peer-to-peer NFT auction
How to migrate to Tatum’s updated NFT marketplace and auction features
Error Codes
polygon.sc.invalid
sc.operation.failed
subscription.invalid
tron.account.not.found
Deprecated Features
Support for EOSIO, Lisk, Neo, Qtum, and Terra (LUNA)
Powered By
GitBook
tron.account.not.found
When trying to obtain the balance from a TRON (USDT) address that was generated with Tatum API, you may get the
tron.account.not.found error
code.
{
"statusCode": 403,
"errorCode": "tron.account.not.found",
"message": "No such account for address: <address>"
}
The reason why you cannot find the account is because it is not activated in the blockchain.
To activate the account, you must make a transaction. Refer to the TRON documentation for details.
​
https://developers.tron.network/docs/account#account-activation
​
If there was no TRX sent (from the blockchain node that you receive this error) but you can find the account in the Explorer, it is because the account can accept TRC tokens.
Error Codes - Previous
subscription.invalid
Next - Deprecated Features
Support for EOSIO, Lisk, Neo, Qtum, and Terra (LUNA)
Last modified
2mo ago
Copy link