I got an error when i’m trying to get an order status. Someone knows what is going on?
an error occurred: Response { url: Url { scheme: “https”, cannot_be_a_base: false, username: “”, password: None, host: Some(Domain(“testnet.binancefuture.com ”)), port: None, path: “/fapi/v1/order”, query: Some(“symbol=BTCUSDT×tamp=1687277082188&recvWindow=30000&orderId=3379637067&signature=cf7082a304309e6c1e9efc1ac9e2cd3cc1dc1903006da935001a0a2cb2dd514a”), fragment: None }, status: 502, headers: {“content-type”: “text/html”, “content-length”: “759”, “connection”: “keep-alive”, “date”: “Tue, 20 Jun 2023 16:04:43 GMT”, “server”: “Bengine”, “access-control-allow-origin”: “*”, “access-control-allow-methods”: “GET, POST, PUT, DELETE, OPTIONS”, “x-cache”: “Error from cloudfront”, “via”: “1.1 7894243d20a2d3e6d9705f4507e0ee8c.cloudfront.net (CloudFront)”, “x-amz-cf-pop”: “GRU3-C2”, “x-amz-cf-id”: “wWRmu2yog-PchWLfNlO-v3r7uuvUsQHAstaYCgcO3UVeL-TUy8JAfw==”} }
rs:
502 Bad Gateway
502 Bad Gateway
Sorry for the inconvenience.
Please report this message and include the following information to us.
Thank you very much!
URL:
http://testnet.binancefuture.com/fapi/v1/order?symbol=BTCUSDT×tamp=1687277082188&recvWindow=30000&orderId=3379637067&signature=cf7082a304309e6c1e9efc1ac9e2cd3cc1dc1903006da935001a0a2cb2dd514a
Server:
tk_prod_dispatcher_pg
Date:
2023/06/20 16:04:43
Powered by Bengine
tengine
jonte
June 21, 2023, 12:21am
2
Can you retry the request now? It looks like there may have been a temporary issue on the API side when you made that request.
I tried and received the same error. Actually, im retrying since 16/06 but i don’t have any ideia about what is going on.
15/06 before the API update everything was working fine.
Is my url request correct @jonte ? I really want to know what is happening.
I am encountering the same issue, using GitHub - binance/binance-futures-connector-java
502 Bad Gateway
502 Bad Gateway
Sorry for the inconvenience.
Please report this message and include the following information to us.
Thank you very much!
URL:
http://testnet.binancefuture.com/fapi/v1/order?timestamp=1687647739228&symbol=BTCUSDT&orderId=3384597891&signature=1fb21c8e8f18cfa1e7b568050d9c7ca1c7cf30016795390f7c46ed78f8856b2e
Server:
tk_prod_dispatcher_pg
Date:
2023/06/24 23:02:19
Powered by Bengine
tengine
@ldoblies I still dont know what is happening . If you discover it, let me know please. I will do the same.
@LeonardoVieira1630 I pulled from the binance-futures-connector repo above and it seems to be fixed
this request succeeded:
https://testnet.binancefuture.com/fapi/v1/order?timestamp=1687985635352&symbol=XRPUSDT&orderId=249043901&signature=85bcbe388ada7ae4aa1a094d44923dae379cb2c6d5cf6ec6713c1578a3d52a82
@ldoblies Thats is fire!!! I will test it today to see if it is working here. Binance apparently needed two weeks to fix it… But if it is working now, that is fine
Works!!! It was indeed an API problem. They fixed it after two weeks.