demoTransactions(accountService);
CoinbaseAccountChanges accountChanges = accountService.getCoinbaseAccountChanges();
System.out.println(accountChanges);
CoinbaseContacts contacts = accountService.getCoinbaseContacts();
System.out.println(contacts);
demoTokens(accountService);
demoRecurringPayments(accountService);