Skip to content

Commit

Permalink
Merge pull request #317 from will2022/master
Browse files Browse the repository at this point in the history
v3.9.3: add `marketUnit` optional property to `OrderParamsV5` interface
  • Loading branch information
tiagosiebler authored Feb 19, 2024
2 parents f4d525d + 0921cc0 commit d3a9bc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bybit-api",
"version": "3.9.2",
"version": "3.9.3",
"description": "Complete & robust Node.js SDK for Bybit's REST APIs and WebSockets, with TypeScript & strong end to end tests.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/types/request/v5-trade.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export interface OrderParamsV5 {
side: OrderSideV5;
orderType: OrderTypeV5;
qty: string;
marketUnit?: 'baseCoin' | 'quoteCoin';
price?: string;
triggerDirection?: 1 | 2;
orderFilter?: OrderFilterV5;
Expand Down

0 comments on commit d3a9bc9

Please sign in to comment.