Binance API Keys
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I have set up a read-only API key on Binance to access account information like currency balances but I can't see the JSON data. The string query I put into the URL returns the following error: {"code":-2014,"msg":"API-key format invalid."} The URL I am using is this: https://api.binance.com/api/v3/account?X-MBX-APIKEY=**key**&signature=**s-key** The documentation for Binance API can be found here: https://www.binance.com/restapipub.html . What am I doing wrong ? 回答1: You should set the API key in the request header, not as a parameter in