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; }