Add support for deposit/withdraw APIs
Hi! I'm the developer of https://github.com/stellar/kelp and have heavily integrated ccxt-rest into the codebase, i.e. ccxt-rest is a big dependency. I really appreciate all the work you have put into ccxt-rest !!
Is your feature request related to a problem? Please describe. I would like to be able to programmatically withdraw assets from the exchange and programmatically fetch deposit addresses.
Describe the solution you'd like I would like ccxt-rest to implement the ccxt API that already supports:
- Deposit: https://docs.ccxt.com/en/latest/manual.html#deposit
- Withdraw: https://docs.ccxt.com/en/latest/manual.html#withdrawal
One of the challenges with this is the 2FA requirements, however, this is not required by all exchanges. Even so, programmers can use the API for various things and manually enter the 2FA as needed (or work around that programmatically), which would be out of scope for the ccxt-rest library.
Describe alternatives you've considered Manually implement this for the few exchanges I'm interested in using. This is not scalable and would be ideal if it was included in ccxt-rest since it is already available in ccxt.
Additional context Add any other context or screenshots about the feature request here.