Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
zydjohnHotmail opened this issue Oct 18, 2022 · 1 comment
Assignees
Labels
help wanted Extra attention is needed question Further information is requested

Comments

@zydjohnHotmail
Copy link

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
Copy link
Member

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

@lisa3907 lisa3907 self-assigned this Feb 3, 2023
@lisa3907 lisa3907 added help wanted Extra attention is needed question Further information is requested labels Feb 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants