python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Binance python API - ValueError: Length mismatch: Expected axis has 0 elements, new values have 5 elements
I'm trying to get the daily data from all BUSD and USDT pairs from Binance over the past 2 years.
I have created 2 lists of BUSD and USDT pairs like this:
busd_list = ["BTCBUSD","ETHBUS...

Vince Dfr
Votes: 0
Answers: 0
Why does ws.run_forever() return True instead of the api values in this case?
I'm trying to get the klines value of BTC-USDT from binance but I can't seem to fetch the right values
def on_message(ws, message):
print("received a message")
print(json.loads(messa...

Ishan Mishra
Votes: 0
Answers: 1
Binance API {"code":-1022,"msg":"Signature for this request is not valid."}. Not sure what I am doing incorrectly
I'm not sure what is wrong with this code. I think I might be missing something somewhere but I can't figure it out. I keep getting the error. The keys are for the binance test net and so they aren't ...
Adam
Votes: 0
Answers: 1
Binance API 'Unauthorized' Reponse
I've made a call of Client.MakeRequest("/api/v3/account"); to check if I'm authorized to make such a call, but I keep getting an error status 'unauthorized' everytime I make the call.
public...

Sylas Coker
Votes: 0
Answers: 1