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

Getting Withdrawal Status of a Coin #22170

Open
1 task done
vijaykrpp opened this issue Apr 16, 2024 · 2 comments
Open
1 task done

Getting Withdrawal Status of a Coin #22170

vijaykrpp opened this issue Apr 16, 2024 · 2 comments
Assignees

Comments

@vijaykrpp
Copy link

Preliminary Checks

  • I have already searched for existing issues and confirmed that this issue is not a duplicate

Is your feature request related to a problem? Please describe

I have built a crypto arbitrage scanner using ccxt: https://cryptoarbitragescreener.com/. But the problem is, ccxt does not provide the deposit and withdrawal status of coins, with supported networks.

Describe the solution you'd like

I would like to add a feature that returns the deposit/withdraw status with supported networks of a particular coin in a particular exchange. If it also returns the gas fees, that would be great.

Describe alternatives you've considered

No response

@sc0Vu
Copy link
Contributor

sc0Vu commented Apr 16, 2024

@vijaykrpp there is deposit / withdraw / networks in currency structure (https://github.com/ccxt/ccxt/wiki/Manual#currency-structure). The value wouldn't be undefined if exchange provides.

@sc0Vu sc0Vu self-assigned this Apr 16, 2024
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

3 participants
@sc0Vu @vijaykrpp and others