From 048ba3136dc1ee422e1ed2aeffb2c63d9cf6398d Mon Sep 17 00:00:00 2001 From: Karim Sakhibgareev Date: Fri, 21 Jun 2024 14:21:13 +0100 Subject: [PATCH] Update CollateralInfoV5 --- src/types/response/v5-account.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/types/response/v5-account.ts b/src/types/response/v5-account.ts index bd155f2..e38e159 100644 --- a/src/types/response/v5-account.ts +++ b/src/types/response/v5-account.ts @@ -60,11 +60,14 @@ export interface CollateralInfoV5 { currency: string; hourlyBorrowRate: string; maxBorrowingAmount: string; - freeBorrowingAmount: string; + freeBorrowAmount: string; + freeBorrowingLimit: string; borrowAmount: string; availableToBorrow: string; borrowable: boolean; + borrowUsageRate: string; marginCollateral: boolean; + collateralSwitch: boolean; collateralRatio: string; }