Fetch Tron USDT Wallet Balance
This endpoint allows the user to fetch Tron USDT wallet balance.
To fetch the Tron wallet balance for a user, the /wallet/check-tron-usdt-balance
API endpoint requires one parameter in the request:
userWalletAddress
- The wallet address of the user for Tron blockchain.
POST
https://dev-api.altra.click/wallet/check-tron-usdt-balance
Request Body
Name
Type
Description
userWalletAddress*
Required
// fetch user Tron USDT wallet balance
{
"userWalletAddress": "0x5928f76cffaf9adbd4a1658520caec0731b1c4c9"
}
Last updated
Was this helpful?