API Reference
DBot OfficialDBot DashboardPricing

Simulator Account Info

This API is used to get information of simulator's account balance, profit / loss, etc.

FreePlusProEnterpriseCredit Usage
0

Response data

{
  "err": false, // Error or not
  "res": {
    "balance": "1564", // Simulator account balance
    "change24h": 0.15, // 24-Hour change in simulator account balance
    "changeAll": 0.56, // Change in simulator account balance
    "holdTokens": 15 // Tokens held by simulator
  }
}
Language