leoschweizer / moneymoney-coinbase-pro

Inofficial MoneyMoney extension to list Coinbase Pro balances as securities
MIT License
6 stars 4 forks source link

Missing Coins #11

Open Duffycola opened 3 years ago

Duffycola commented 3 years ago

I tried out this extension and noticed that a number of coins are missing. There have been some recent listings, so maybe the extension is not compatible anymore. Would be nice if there could be an update.

leoschweizer commented 3 years ago

It's probably the same issue as https://github.com/nicolindemann/coinbase-moneymoney/issues/6

It might be enough to increase the page size in this request https://github.com/leoschweizer/moneymoney-coinbase-pro/blob/master/Coinbase%20Pro.lua#L65

local balances = queryCoinbaseProApi("accounts?limit=100")

However I can't test this right now; would gladly accept a pull request from someone willing to test this.