-
Notifications
You must be signed in to change notification settings - Fork 3
GetUser
Pavel Kuzmin edited this page Aug 5, 2020
·
2 revisions
const driver = new OnlineSimDriver('APIKEY').user().{method}();
const driver = new OnlineSimDriver('APIKEY');
driver.user().balance().then((result) => {
console.log(result);
})
Get user balance and income
Get User profile
© 2013 - 2020. OnlineSim LLC