Set the contract address of an ERC-20, ERC-20-equivalent, or TRC-10 token

/v3/offchain/token/{name}/{address}

2 credits per API call

Set the contract address of an ERC-20, ERC-20-equivalent (for example, BEP-20, HRM-20, and so on), or TRC-10 token to be able to communicate with the smart contract.

After creating and deploying the token to the blockchain, the smart contract address is generated and must be set within Tatum. If the address is not set, the Tatum platform will not be able to detect incoming deposits of the tokens and transfer the tokens from virtual accounts to blockchain addresses.

NOTE:

  • For Algorand, the contract address is the asset ID (assetId), for example, 55351976.
  • For TRON, the contract address is the token ID (tokenId), for example, 1234567.
Path Params
string
required
length between 1 and 100

On Algorand, this is the asset ID; on TRON, this is the token ID; on the other blockchains, this is the address of the smart contract.

string
required
length between 1 and 30

The name of the token (the token symbol)

Responses
204

OK

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json