API Reference
DBot OfficialDBot DashboardPricing

Multiple Wallet Main Coin Balance

This API is used to batch get the main coin balance of multiple wallets (up to 10 wallet addresses can be filled at a time)


FreePlusProEnterpriseCredit Usage
30

Response data

{
  "err": false, // Error or not
  "res": [
    {
      "account": "HfrMWCM24kAymoPR1tESNtpHG5JAPLoqZ5bA1UKg4FTa", // Token Address
      "amount": 94857080,
      "uiAmount": 0.09485708 // Main Coin Balance
    },
    {
      "account": "D9gXtr6gm2jDBeAAfMQz9Wh6ATS9DfiNoX5CZj7QVeh",
      "amount": 273469127,
      "uiAmount": 0.273469127
    }
  ]
}
Language