binance / binance-futures-connector-java

MIT License
111 stars 61 forks source link

IP not permisstion. why can i create and submit order through api but can't get status of order through above api? #14

Closed khanhtran94 closed 6 months ago

khanhtran94 commented 1 year ago

code get status

        String infoStateOrder = umFuturesClient.account().queryOrder(parametersGetOrder);

I have granted enough ip

khanhtran94 commented 1 year ago

I have set up another api key that is exactly the same as the old one, can I still call it normally? I don't understand why my old key can't be called from the local machine. but on the server, it still calls normally? What is the source of the problem here?

aisling-2 commented 6 months ago

Since this issue has been open for a while, we're not sure what's the current status. However, using src/test/java/examples/um_futures/account/QueryOrder.java with the current connector version 3.0.3 and Futures Testnet URL and API keys, we can't reproduce the stated issue.

Given the reasons above, we're closing the issue. However, if someone run into a similar issue, please open a new issue with a more detailed description so that we can get more context: the used steps, expected result, what got instead and the exact returned error message.