mnin / coinbase-moneymoney

Fetches balances from Coinbase API and returns them as securities
MIT License
24 stars 4 forks source link

Not showing any currency other than AMP? #11

Closed tfeldmann closed 2 years ago

tfeldmann commented 2 years ago

Hi! Thanks a lot for maintaining this extension.

I updated to v2 of your fork from nicolindeman's script. I use MoneyMoney 2.4.10. The problem is there is no currency shown besides AMP (Coinbase rewards). It should show some ETH and BTC. My api key is setup as shown in the readme and worked with the script before.

I am not entirely comfortable with sharing the log protocol. If you absolutely need it I'll have to check the data included first 😅 What I found is that "ETH" does not appear in the accounts ({"data": }) json response. Also there is only one data request although a pagination link is given in the accounts response.

mnin commented 2 years ago

Hey @tfeldmann,

does the API Key have rights to all accounts?

tfeldmann commented 2 years ago

Yes, looks like in your readme screenshot

mnin commented 2 years ago

Are you using the MoneyMoney version from the Mac App Store?

tfeldmann commented 2 years ago

Yes it's from the AppStore

mnin commented 2 years ago

Increased the request limit up to 250, please test again.

tfeldmann commented 2 years ago

Works, thank you!