Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Provide separate information for deposit / withdrawal status on each currency #11107

Closed
susemeee opened this issue Jan 2, 2022 · 0 comments
Assignees

Comments

@susemeee
Copy link

susemeee commented Jan 2, 2022

*this is a feature request.

  • OS: -
  • Programming Language version: -
  • CCXT version: -

Current currency structure does not distinguish between 'depositable' and 'withdrawable' status. A lot of exchanges make some currencies depositable but not withdrawable, vice versa. Some exchange (particularly, Binance) provides two or more methods to deposit / withdraw the currency and not every methods may be usable at some time because of reasons like blockchain network issue.

I think adding depositActive and withdrawalActive property in each currency in addition to active might be a good start point. However, there maybe the case that those flag can't be determined, as I don't think every exchange would provide separate information for deposit and withdrawal.

I'm in process of adopting ccxt for ongoing project and lack of this feature made me to temporally use implicit API.

Thanks for great consolidation code for tons of different exchanges by the way.

@kroitor kroitor self-assigned this Jan 8, 2022
sc0Vu added a commit to sc0Vu/ccxt that referenced this issue Jan 9, 2022
sc0Vu added a commit to sc0Vu/ccxt that referenced this issue Jan 9, 2022
sc0Vu added a commit to sc0Vu/ccxt that referenced this issue Jan 9, 2022
kroitor added a commit that referenced this issue Jan 9, 2022
aax: add deposit/withdraw flag in currencies #11107
kroitor added a commit that referenced this issue Jan 9, 2022
ascendex: add deposit/withdraw flag in currencies #11107
sc0Vu added a commit to sc0Vu/ccxt that referenced this issue Jan 10, 2022
sc0Vu added a commit to sc0Vu/ccxt that referenced this issue Jan 10, 2022
sc0Vu added a commit to sc0Vu/ccxt that referenced this issue Jan 10, 2022
sc0Vu added a commit to sc0Vu/ccxt that referenced this issue Jan 10, 2022
sc0Vu added a commit to sc0Vu/ccxt that referenced this issue Jan 10, 2022
sc0Vu added a commit to sc0Vu/ccxt that referenced this issue Jan 10, 2022
sc0Vu added a commit to sc0Vu/ccxt that referenced this issue Jan 10, 2022
sc0Vu added a commit to sc0Vu/ccxt that referenced this issue Jan 10, 2022
sc0Vu added a commit to sc0Vu/ccxt that referenced this issue Jan 10, 2022
sc0Vu added a commit to sc0Vu/ccxt that referenced this issue Jan 10, 2022
sc0Vu added a commit to sc0Vu/ccxt that referenced this issue Jan 10, 2022
kroitor added a commit that referenced this issue Jan 12, 2022
kraken: add deposit/withdraw flag in currencies #11107
kroitor added a commit that referenced this issue Jan 12, 2022
whitebit: add deposit/withdraw flag in currencies #11107
kroitor added a commit that referenced this issue Jan 13, 2022
tidex: add deposit/withdraw flag in currencies #11107
kroitor added a commit that referenced this issue Jan 13, 2022
idex: add deposit/withdraw flag in currencies #11107
kroitor added a commit that referenced this issue Jan 13, 2022
zb: add deposit/withdraw flag in currencies #11107
kroitor added a commit that referenced this issue Jan 13, 2022
huobijp: add deposit/withdraw flag in currencies #11107
kroitor added a commit that referenced this issue Jan 13, 2022
stex: add deposit/withdraw flag in currencies #11107
sc0Vu added a commit to sc0Vu/ccxt that referenced this issue Jan 13, 2022
kroitor added a commit that referenced this issue Jan 13, 2022
xena: add deposit/withdraw flag in currencies #11107
kroitor added a commit that referenced this issue Jan 13, 2022
ndax: add deposit/withdraw flag in currencies #11107
kroitor added a commit that referenced this issue Jan 13, 2022
phemex: add deposit/withdraw flag in currencies #11107
kroitor added a commit that referenced this issue Jan 13, 2022
poloniex: add deposit/withdraw flag in currencies #11107
kroitor added a commit that referenced this issue Jan 13, 2022
ripio: add deposit/withdraw flag in currencies #11107
kroitor added a commit that referenced this issue Jan 13, 2022
qtrade: add deposit/withdraw flag in currencies #11107
kroitor added a commit that referenced this issue Jan 13, 2022
hitbtc3: add deposit/withdraw flag in currencies #11107
kroitor added a commit that referenced this issue Jan 13, 2022
huobi: add deposit/withdraw flag in currencies #11107
kroitor added a commit that referenced this issue Jan 13, 2022
liquid: add deposit/withdraw flag in currencies #11107
kroitor added a commit that referenced this issue Jan 14, 2022
timex: add deposit/withdraw flag in currencies #11107
kroitor added a commit that referenced this issue Jan 14, 2022
vcc: add deposit/withdraw flag in currencies #11107
kroitor added a commit that referenced this issue Jan 14, 2022
okex3: add deposit/withdraw flag in currencies #11107
kroitor added a commit that referenced this issue Jan 14, 2022
okex: add deposit/withdraw flag in currencies #11107
kroitor added a commit that referenced this issue Jan 14, 2022
bw: add deposit/withdraw flag in currencies #11107
kroitor added a commit that referenced this issue Jan 14, 2022
hollaex: add deposit/withdraw flag in currencies #11107
kroitor added a commit that referenced this issue Jan 15, 2022
exmo: add deposit/withdraw flag in currencies #11107
kroitor added a commit that referenced this issue Jan 15, 2022
kucoin: add deposit/withdraw flag in currencies #11107
kroitor added a commit that referenced this issue Jan 15, 2022
probit: add deposit/withdraw flag in currencies #11107
sc0Vu added a commit to sc0Vu/ccxt that referenced this issue Jan 16, 2022
@kroitor kroitor closed this as completed Jan 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants