Create Tron Wallets
This endpoint allows you to create Tron wallets.
To create a Tron wallet for a user, the /wallet/create-tron-wallet
API endpoint requires two parameters in the request:
userEmail
- The email address of the user for which you want to create the wallet. This links the wallet to their account.blockChainSupported
- Specify 'Tron' to indicate the wallet should be created on the Tron blockchain.
POST
https://dev-api.altra.click/wallet/create-tron-wallet
Request Body
Name | Type | Description |
---|---|---|
userEmail* | Required | |
blockChainSupported* | String |
The wallet creation API request will return a wallet address that can send and receive USDT and TRON on the Tron blockchain.
Specifically, the response will contain:
walletAddress
- The public Tron address tied to the created wallet.asset
- USDT and TRON, the supported tokens on this wallet.
Once a wallet is created successfully, users can top up the address by depositing USDT or TRON tokens on Tron.
Last updated