Skip to content
This repository was archived by the owner on Dec 19, 2018. It is now read-only.

Api calls

Alexandr edited this page Jan 15, 2017 · 1 revision
market.api.call('GetMoney', function (err, balance) {
	if (err) return console.error(err);
	console.log('Account balance: ' + (balance.money/100) + ' RUB')
});
Clone this wiki locally