0
Follow
0
Followers
私はサーバーを購入し,ホストを配置し,取引先のインターフェイスで futures_binance に接続するたびに,
Error: GetAccount: 401: {"code":-2015,"msg":"Invalid API-key, IP, or permissions for action}
しかし,私は私のBinance APIの権限をチェックし,契約取引が起動し,IPアドレスも遮断されていません.私は自分のサーバーでこのapiを python で 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的权限不足。
6 years ago
- 1

