Commit f5319e4
authored
fix: retrieve all the wallets in the account (#842)
The default page size of 50 records may miss the wallet with funds
which results in 'Insufficient funds' error. Currently, Coinbase
list around 70 wallets and using maximum page size of 250 avoid the
funds error. However, this is a temporary fix; until they add more
than 250 wallets. This is an edge case as well and the error is only
seen when a user has selected all the wallets when creating an API
keys.1 parent 5be74cf commit f5319e4
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
0 commit comments