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

Can't call for all open orders #339

Description

@icemagno

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions