get
https://api-data-v1.dbotx.com/kline/wallet/balance
This API is used to get the main coin balance of a specific wallet
| Free | Plus | Pro | Enterprise | Credit Usage |
|---|---|---|---|---|
| ✅ | ✅ | ✅ | ✅ | 5 |
Response data
{
"err": false, // Error or not
"res": {
"account": "0x200545E6BFC28baC0e116baDCE1235699b42D636", // Token Address
"amount": "4493343553347610",
"uiAmount": 0.00449334355334761 // Wallet main coin balance
}
}