Closed panique closed 3 years ago
I looked at the Coinbase website for a while, unfortunately it doesn't really describe why the /accounts
call doesn't just return all accounts. Then I saw the trick they do themselves on their website: limit=100
.
I posted the bug fix in the src/
directory and will push this new version signed soon.
If you want, you can try it with the beta version of MoneyMoney.
@panique the signed version is updated, feel free to try it out https://github.com/mnin/coinbase-moneymoney/blob/master/dist/Coinbase.lua
@mnin Thank you so much! Works perfectly for me! Little side-note: The API key needs to have all the coin wallets listed that the user wants to see (I needed some time to find out why i could only see 2 of 3 wallets inside MoneyMoney)
Hey there, this extension doesnt work with latest MoneyMoney for me, when setting it up I get a successful call to
api.coinbase.com/v2/user
like below (it then shows my correct real name etc) ....but then fails to get any further date with the call to
/v2/accounts/primary
. Any ideas what's happening? API keys are correct and there are balances on the account.