ccxt-net / ccxt.net

CCXT.NET – CryptoCurrency eXchange Trading Library for .NET
MIT License
196 stars 65 forks source link

Where can I find corresponding CreateAddressAsync function in JavaScript. #33

Open zydjohnHotmail opened 1 year ago

zydjohnHotmail commented 1 year ago

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,

lisa3907 commented 1 year ago

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