-
-
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
kuna exchange added #330
kuna exchange added #330
Conversation
Hi, @mkutny ! Thx for the PR! We will merge it! But, unfortunately, Travis and GitHub are having troubles at the moment, so, I guess, we'll have to wait until they resolve (usually should not take more than a few hours). Just letting you know! Thx again! |
} else { | ||
account = this.account (); | ||
} | ||
let account = this.extend (this.account (), result[currency]); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, unfortunately it fails on Python, because result[currency]
is illegal in Python if result
does not have such key (throws a KeyError exception)... This is why i had to rewrite that extend
into an if () {} else {}
... But don't bother, I'll fix for that, it's just a Python-only issue and you didn't have to know that. No worries.
Ok, I merged it and it should be available as of v1.9.169+! Respect and thanks a lot for your efforts! |
Just curious, why did you decide to re-implement And as a side note: actually, I wanted to start small with just one market, test it thoroughly and then extend to other markets but I see you already added them. I noticed few bugs there so will send a new PR later on today. |
There's a very slight difference in their endpoint URLs (at least that is what I was observing on my side). ACX and Yunbi do add To reproduce those mentioned pubic API failures, remove that sign() method from Kuna and run: Looking forward to see more commits from you! Thx again! |
@mkutny, ok, somewhat better now ) |
Phemex :: fix authentication resolving
No description provided.