typescript-sdk
typescript-sdk copied to clipboard
GetOrders expects order_id and returns Order rather than Order[]
trafficstars
I notice when attempting to getOrders that it expects me to provide and order_id and that it returns a single Order rather than an array of Order.
I would expect to be able fetch an array of orders for a list of symbols.