getCoinbaseToken

Arguments:

NameDescriptionRequired
itemID of the item you want to return a token forNo, defaults to 'C88LINOPOINTS'

Example:

const bot = new Dlive(AUTH_KEY);

bot.getCoinbaseToken().then(console.log);
TQA55TJT