Wallet Main Coin Balanceget https://api-data-v1.dbotx.com/kline/wallet/balanceThis API is used to get the main coin balance of a specific walletFreePlusProEnterpriseCredit Usage✅✅✅✅5 Response data JSON{ "err": false, // Error or not "res": { "account": "0x200545E6BFC28baC0e116baDCE1235699b42D636", // Token Address "amount": "4493343553347610", "uiAmount": 0.00449334355334761 // Wallet main coin balance } }