" import okcoin import csv import re import btcchina
"""API KEYS"""
access_key= "XXXXXXX" secret_key= "XXXXXXX"
bc = btcchina.BTCChina(access_key,secret_key)
"BTC-CHINA FETCHING"
result = bc.get_account_info()"
I always get the error:
"C:\Python27\python.exe C:/Python27/OKCoin-API-master/examples.py Traceback (most recent call last): File "C:/Python27/OKCoin-API-master/examples.py", line 15, in
TypeError: sequence item 0: expected string, long found"
Link to their API: https://github.com/BTCChina/btcchina-api-python[1]
I'd be glad if someone could help me out!