Simulator Account Info (GET)
Simulator Account Info
URL
Notes
X-API-KEY can be obtained in your "Dashboard", go to check: Dashboard
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
Last updated