mexcdevelop / mexc-api-sdk

MIT License
173 stars 70 forks source link

account_info not working #65

Open kiwandalabs opened 6 months ago

kiwandalabs commented 6 months ago

Hi! I'm trying the python API sdk, and I found that the function "account_info" is not working. I always get the same response from the server:

with status code 400: {"code":700002,"msg":"Signature for this request is not valid."}

Anyone else with the same problem?

Thanks!