-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
cryptopia privatePostGetDepositAddress Python 2.7 ccxt 1.9.189 #347
Comments
Yep, I think I do. Let' try this: cryptopia = ccxt.cryptopia({
[you know how it goes],
'verbose': True,
})
print(cryptopia.privatePostGetDepositAddress({'Currency': 'XMR'})) |
Okay, I got it... the method did not like the way I was stacking the dictionary keys, I guess. Once I formatted it like this, all is well:
It facilitates both non-paymentid/memo addresses as well as those including the field. Thanks for your quidance, again. |
@PhinixPhire it accepts positional args |
I added a unified deposit method to Cryptopia, in case you need it further ;) Should be available as of next version. |
Nice! Cryptopia looks like an awesome exchange. I just discovered it yesterday. |
Hey, Igor. I'm going to keep you busy today, okay? In all seriousness, I can't thank you enough for your work. I'm not sure how to fix this one... I've been fiddling around with the exchanges.py to see if I can trace the issue, but I'm getting lost.
This is my code:
This is the result:
I'm at a loss as to the cause. Let me know if you need verbose output.
Thanks so much!
The text was updated successfully, but these errors were encountered: