Exposes the GET /api/v3/openOrders endpoint.

spot_open_orders(symbol = NULL)

Arguments

symbol

Symbol.

Value

A data frame.

Examples

if (FALSE) {
spot_open_orders()
spot_open_orders("ETHUSDT")
}