Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Can't call for all open orders #339

Open
icemagno opened this issue Mar 31, 2021 · 1 comment
Open

Can't call for all open orders #339

icemagno opened this issue Mar 31, 2021 · 1 comment

Comments

@icemagno
Copy link

icemagno commented Mar 31, 2021

According the API docs here, I actualy can call the endpoint passing no symbol (but they tells nothing about the "be careful" warning)

My intent is to ask for all users's open orders like this binance feature (https://www.binance.com/en/my/orders/exchange/openorder)

But I can't pass no symbol parameter in "OrderRequest":
Tried null and empty values.

    // Getting list of open orders
    List<Order> openOrders = client.getOpenOrders(new OrderRequest("LINKETH"));
    System.out.println(openOrders);

Capturar

@jimmyheller
Copy link

jimmyheller commented Sep 21, 2021

Hi,
I have created a PR so this will be fixed if that PR get merged.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants