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

@icemagno

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

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