Skip to content

Commit b6ffe1a

Browse files
authored
Update types.ts
Adding `breakEvenPrice` and `marginAsset` to `PositionRisk`.
1 parent 92f293b commit b6ffe1a

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)