You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to consider balances from all wallets, on the balance.list method. The method should return all balances combined in a single list, as it already does — the only difference is that it must include all wallets of a given exchange.
It doesn't matter if we don't support the related account type; we still want to gather balances from all available sources.
Exchanges
Please, review and implement this for all exchanges.
Implementation order:
Binance
Readme
Bitfinex
Bitmex
Poloniex
Bittrex
Valr
Gate
OKX
Huobi
TODO
We also need to update all exchange's READMEs — add a new table after "Features".
If a given Wallet doesn't connect to any account, we simply use a hyphen for the account column.
See example below:
The text was updated successfully, but these errors were encountered:
So, @Torres-ssf brought up that some exchanges have what could be considered sub-wallets, f.e. multiple wallets for [multiple] derivatives account types and sub-types.
In this case, perhaps we could start prefixing instead of sub-typing?
It requires further examination, but here's a first thought:
Intro
We need to consider balances from all
wallets
, on thebalance.list
method. The method should return all balances combined in a single list, as it already does — the only difference is that it must include all wallets of a given exchange.It doesn't matter if we don't support the related
account
type; we still want to gather balances from all available sources.Exchanges
Please, review and implement this for all exchanges.
Implementation order:
TODO
We also need to update all exchange's
README
s — add a new table after "Features".See example below:
The text was updated successfully, but these errors were encountered: