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

btcturk endpoits -> fetchBalance. Fixes #3003 #3004

Merged
merged 1 commit into from
May 31, 2018
Merged

btcturk endpoits -> fetchBalance. Fixes #3003 #3004

merged 1 commit into from
May 31, 2018

Conversation

farukuzun
Copy link
Contributor

No description provided.

js/btcturk.js Outdated
'total': response['money_balance'],
'free': response['try_available'],
'used': response['try_reserved'],
'total': response['try_balance'],
Copy link
Member

@kroitor kroitor May 31, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey, what about eth_available, eth_reserved and eth_balance ? ) They can add other currencies as well...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey, I really didn't know what's base or quote stands for, I'm gonna look at js files of other exchanges with multiple crpytocurrencies, then I'll try to add them.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thx so much!

I'm gonna look at js files of other exchanges with multiple crpytocurrencies, then I'll try to add them.

Yep, this is the right way to go )

Your help is really appreciated! Let me know if you have any questions or difficulties with it, though, copying the code from another exchange would really do the job here with very little edits on the way.

Thx again!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey, updated the commit. Also thanks.

@kroitor kroitor self-assigned this May 31, 2018
@kroitor
Copy link
Member

kroitor commented May 31, 2018

Much better now! ) Will merge shortly! Thx for your effort! )

@kroitor kroitor merged commit dd9a21d into ccxt:master May 31, 2018
kroitor added a commit that referenced this pull request May 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants