Skip to content

Commit 202e45a

Browse files
authored
Merge pull request #945 from vitaly-t/master
Update types.ts
2 parents 92f293b + b6ffe1a commit 202e45a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,12 +221,14 @@ export interface FundingRate {
221221
}
222222

223223
export interface PositionRisk {
224+
breakEvenPrice: string
224225
entryPrice: string
225226
marginType: 'isolated' | 'cross'
226227
isAutoAddMargin: string
227228
isolatedMargin: string
228229
leverage: string
229230
liquidationPrice: string
231+
marginAsset: string
230232
markPrice: string
231233
maxNotionalValue: string
232234
positionAmt: string

0 commit comments

Comments
 (0)