0
Follow
0
Followers
我自己买了个服务器然后部署了托管者,然后在交易终端界面连接future_binance的时候总是提示:
Error: GetAccount: 401: {"code":-2015,"msg":"Invalid API-key, IP, or permissions for action}
但是我检查了我币安API的权限,合约交易开启了的,ip地址也没有屏蔽。我在我自己的服务器上用python使用这个api调用future binance的接口获取订单和账户都没有问题,想知道为什么在fmz上会出现这个问题?
Related Recommendations
How to Specify Different Versions of Data for the Rented Strategy by Its Rental Code MetadataAdvanced Tutorial for FMZ Quant platform Strategy WritingElementary Tutorial for FMZ Quant platform Strategy WritingGet Started with FMZ Quant PlatformSECURITY BUGI keep getting error: Exchange_GetAccount: Invalid ContractTypeWe have an incredibly profitable market making algorithm for sideways markets on Bitmex - but need expert to help eliminate wait times during downward volatility in the marketError with deribitLimitations of the backtesting engineHow to install ta-lib on linux docker?
Comment
All comments (2)
1、API KEY 配置错误。2、或者申请API KEY的时候设置了IP地址白名单, 但是目前你访问接口的设备的IP不在白名单之内。 3、API KEY的权限不足。
5 years ago
- 1

