ccxt.net icon indicating copy to clipboard operation
ccxt.net copied to clipboard

Where can I find corresponding CreateAddressAsync function in JavaScript.

Open zydjohnHotmail opened this issue 2 years ago • 1 comments

Hello: I used CCXT JavaScript for a while, but I have issue to for FetchAddress on its JavaScript for exchange Poloniex. I looked at ccxt.net source code, and I found there is one statement like this: var _new_address = await _private_api.CreateAddressAsync("XRP", GetJsonContent(_private_api.privateClient, "createAddress", _args)); But I can't find the corresponding function in JavaScript. Let me know if I have to use this function before I can use FetchAddressAsync, or this is the only exception for exchange: Poloniex. I am using Windows 10 (21H2), and nuget package CCXT.NET version 1.4.13. Please advise, Thanks,

zydjohnHotmail avatar Oct 18 '22 20:10 zydjohnHotmail

Using fetchaddress means that you have run createaddress in the past.

lisa3907 avatar Oct 18 '22 21:10 lisa3907