0
Follow
0
Followers
관리자는 future_binance에 연결할 때 항상 API 문제를 제기합니다. 도와줄 수 있는 친구가 있나요?
Created 2021-02-18 17:44:48
2
1932
제가 직접 서버를 구입하고, 호스트를 배포하고, 거래 터미널 인터페이스로 Future_binance에 연결할 때 항상 이렇게 묻습니다.
Error: GetAccount: 401: {"code":-2015,"msg":"Invalid API-key, IP, or permissions for action}
하지만 저는 제 바이너스 API의 권한을 확인했고, 계약 거래가 시작되었고, IP 주소도 차단되지 않았습니다. 제 자신의 서버에서 파이썬으로 이 API를 사용하여 미래 바이너스를 호출하는 인터페이스를 사용하여 주문과 계정을 얻는 데 아무런 문제가 없었습니다. 왜 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

