question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

zb account can't be accessed with correct apiKey and secret

See original GitHub issue

PASTE_YOUR_TEXT_DESCRIPTION_HERE

  • OS: ubuntu 16
  • Programming Language: python
  • CCXT version: 1.10.357
  • Exchange: zb
  • Method: fetchBalance()
↑↑↑ DO_NOT_DELETE_THE_BACKTICKS_AROUND_THE_CODE

MUST_READ_THIS https://github.com/kroitor/ccxt/wiki/Manual#troubleshooting

REPLACE_WITH_YOUR_CODE_TO_REPRODUCE_THE_BUG_HERE

p=ccxt.zb()
p.apiKey=''
p.secret=''
p.fetchBalance()

REPLACE_WITH_YOUR_VERBOSE_OUTPUT_HERE

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\Python36\lib\site-packages\ccxt\zb.py", line 130, in fetch_balance
    response = self.privatePostGetAccountInfo()
  File "C:\Python36\lib\site-packages\ccxt\zb.py", line 286, in request
    raise ExchangeError(self.id + ' ' + self.json(response))
ccxt.base.errors.ExchangeError: zb {"code":1003,"message":"\u9a8c\u8bc1\u4e0d\u901a\u8fc7"}

↓↓↓ DO_NOT_DELETE_THE_BACKTICKS_AROUND_THE_CODE

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:11 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
jjheskcommented, Jan 15, 2018

@kroitor @Deathamns please consider the new update implementations from the official guide https://github.com/zb2017/api

1reaction
lechengyucommented, Jan 11, 2018

Using nodejs and facing the same issue, I checked the code in ZB.js, found that something wrong with the code in it , I will try to fix it and make a pull request later.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cryptocurrency Trading Platform | Account Security Guide - ZB
Please do not share your secret key. The disclosure of the secret key may cause a third party to operate the account to...
Read more >
ZB Exchange API updates (zb.com) #1269 - ccxt/ccxt - GitHub
zb account can't be accessed with correct apiKey and secret #1024. Closed. @kroitor kroitor changed the title zb api upgrade ZB Exchange API ......
Read more >
Getting Started with ZAPI Cloud | SmartBear Software
Navigate to Administration -> Add-ons and find the 'ZAPI' page in the 'Zephyr for JIRA Cloud' section · Click the 'Create System Key'...
Read more >
The A to Z of API AuthoriZation - YouTube
And how does this all protect my user's passwords, while giving my apps a way to access their data? Get it right, and...
Read more >
How to Connect ZB.com with Koinly
As ZB.com has an API, the simplest way to import everything is to just add your API keys (api key, api secret). ·...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found