diff --git a/package.json b/package.json index aad3793..1b6a041 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bybit-api", - "version": "3.10.25", + "version": "3.10.26", "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", diff --git a/src/types/response/v5-market.ts b/src/types/response/v5-market.ts index 29ac3ff..a5529fb 100644 --- a/src/types/response/v5-market.ts +++ b/src/types/response/v5-market.ts @@ -293,6 +293,7 @@ export interface RiskLimitV5 { section: any; isLowestRisk: 0 | 1; maxLeverage: string; + mmDeduction: string; } /** @deprecated use DeliveryPriceV5 instead */