Closed cipig closed 1 year ago
Depositing ARRR on Kucoin and Coinex requires a memo field in the tx.
This was already added to ADEX-API:
curl --url "http://127.0.0.1:7783" --data "{ \"mmrpc\":\"2.0\", \"userpass\":\"${userpass}\", \"method\":\"task::withdraw::init\", \"params\": { \"coin\":\"ARRR\", \"to\":\"zswhatever\", \"memo\":\"1234567arrr\", \"amount\":\"2000\" } ,\"id\":0 }"
@cipig can you please provide a list of coins which should include a memo field for withdrawals?
added in https://github.com/KomodoPlatform/atomicDEX-Desktop/pull/2230
and works fine with kucoin
and coinex
Depositing ARRR on Kucoin and Coinex requires a memo field in the tx.
This was already added to ADEX-API: