API Reference
DBot OfficialDBot DashboardPricing

Wallet Main Coin Balance

This API is used to get the main coin balance of a specific wallet


FreePlusProEnterpriseCredit Usage
5

Response data

{
  "err": false, // Error or not
  "res": {
    "account": "0x200545E6BFC28baC0e116baDCE1235699b42D636", // Token Address
    "amount": "4493343553347610", 
    "uiAmount": 0.00449334355334761 // Main Coin Balance
  }
}
Language