get https://api-bot-v1.dbotx.com/simulator/sim_account
This API is used to get information of simulator's account balance, profit / loss, etc.
Free | Plus | Pro | Enterprise | Credit 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
}
}