coinexcom / coinex_exchange_api

The global digital coin exchange.
190 stars 87 forks source link

Cant do internal withdraw using api.. #91

Closed flaviomartil closed 3 years ago

flaviomartil commented 3 years ago

On documentations i see -- Inter-user like a option to not use onchain .. when try it i got: invalid enum: 'Inter-user'"}

flaviomartil commented 3 years ago

its enum field,need the right field, and why its not on docs.

flaviomartil commented 3 years ago

{"code": 2, "data": {}, "message": "invalid enum: 'Inter-user'"}

versionzhang commented 3 years ago

onchain : Normal transfer local: internal withdraw You can use "local" for internal withdraw.

flaviomartil commented 3 years ago

onchain : Normal transfer local: internal withdraw You can use "local" for internal withdraw. Ok it works. About coin_adress i tried my personal email and dont worked too. Can you give me one example? this doc is such a mess to be honest.

versionzhang commented 3 years ago

onchain : Normal transfer local: internal withdraw You can use "local" for internal withdraw. Ok it works. About coin_adress i tried my personal email and dont worked too. Can you give me one example? this doc is such a mess to be honest.

You need add one record in Withdrawal Whitelist(under Api management) for using this withdraw api. We are working on improving this api doc because it's too old and has some errors.

flaviomartil commented 3 years ago

happy to know, i got some difficulty to understand some things.. About withdraw, i wish i can have a confirmation by email if i want each transation done.. But whitelist for the moment is working Thank you problem solved. Please put in docs this new information,will help all developers thank you again.