Get Wallet Balance
This guide is for retrieving all wallets linked to your account
Name
Value
Name
Type
Description
{
"status": "1",
"message": "Request was successful",
"data": {
"crypto_address": "TL1234aiqsJacvpji9QWMBazeEbTCKHpTN",
"network": "Tron",
"symbol": "USDT",
"actual_balance": 100
}
}{
"status": "0",
"message": "No Balance(s) found for this address"
}Last updated