-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
v3-client/src/modules/private.ts
Line 399 in 16b171f
| async getActiveOrders( |
Documentation states that id should be optional and it is not here.
async getActiveOrders(market, side, id, genericParams = {}) {
return this._get('active-orders', {
market,
side,
id, // is not optional
...genericParams,
});
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels