Skip to content
This repository has been archived by the owner on Mar 16, 2021. It is now read-only.

Exception: Multiple accounts not supported #46

Open
PriyanshDwivedi opened this issue Dec 10, 2017 · 0 comments
Open

Exception: Multiple accounts not supported #46

PriyanshDwivedi opened this issue Dec 10, 2017 · 0 comments

Comments

@PriyanshDwivedi
Copy link

I created an individual account and generated an API key with all v1 permissions. Then, I installed the coinbase java maven library and used the below code to create a new account but got exception. Below is the code to create new account

Coinbase cb = new CoinbaseBuilder().withApiKey(Bit7PayConstants.COINBASE_KEY,Bit7PayConstants.COINBASE_SECRET).build();
Account acc = new Account();
acc.setName(account_id);
Account a = cb.createAccount(acc);

Exception
com.coinbase.api.exception.CoinbaseException: Multiple accounts not supported

Need to know how to create multiple accounts for all my wallet app users and if there is any limit on the number of accounts I can create.

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Development

No branches or pull requests

1 participant