Simulator Account Info (GET)

Simulator Account Info

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

URL

Notes

  1. X-API-KEY can be obtained in your "Dashboard", go to check: Dashboard

  2. In the paging type interface, use the next field in the return value as the query parameter for the next page (if next == null, it means that paging has ended)

Results

{
	"err": false,
	"res": {
		"balance": "15645.23",
		"change24h": 0.15236485698489546,
		"changeAll": 0.5645235645125698,
		"holdTokens": 15
	},
	"docs": "https://dbotx.com/docs"
}

Response Parameters

  • balance: Simulator account balance

  • change24h: 24-Hour change in simulator account balance

  • changeAll: Change in simulator account balance

  • holdTokens: Tokens held by simulator

Last updated