zb account can't be accessed with correct apiKey and secret
See original GitHub issuePASTE_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:
- Created 6 years ago
- Comments:11 (8 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@kroitor @Deathamns please consider the new update implementations from the official guide https://github.com/zb2017/api
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.