0
Follow
0
Followers
El custodio siempre indica un problema de API al conectarse a future_binance. ¿Hay algún amigo que pueda ayudarme?
Created 2021-02-18 17:44:48
2
1932
Yo mismo compré un servidor y desplegé un administrador, y cuando me conectaba a future_binance en la interfaz de la terminal de negociación siempre me decía:
Error: GetAccount: 401: {"code":-2015,"msg":"Invalid API-key, IP, or permissions for action}
Pero he comprobado los permisos de mi API de Binance, los contratos están abiertos y la dirección IP no está bloqueada. No tengo ningún problema con los pedidos y las cuentas en mi propio servidor usando Python para llamar a la API de Future Binance, ¿quieres saber por qué tengo este problema en 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

