availableBorrow
availableBorrow: string
borrowCapCeiling
borrowCapCeiling: string
borrowedAmount
borrowedAmount: string
borrowIncentiveApyInfo
borrowIncentiveApyInfo: {
apy: string;
boostedApr: string;
rewardCoin: string[];
stakingYieldApy: string;
treasuryApy: string;
vaultApr: string;
voloApy: string;
}
Type declaration
apy: string
boostedApr: string
rewardCoin: string[]
stakingYieldApy: string
treasuryApy: string
vaultApr: string
voloApy: string
borrowRateFactors
borrowRateFactors: {
fields: {
baseRate: string;
jumpRateMultiplier: string;
multiplier: string;
optimalUtilization: string;
reserveFactor: string;
};
}
coinType
coinType: string
contract
contract: { pool: string; reserveId: string; rewardFundId?: string }
Type declaration
pool: string
reserveId: string
Optional
rewardFundId?: string
currentBorrowIndex
currentBorrowIndex: string
currentBorrowRate
currentBorrowRate: string
currentSupplyIndex
currentSupplyIndex: string
currentSupplyRate
currentSupplyRate: string
id
id: number
isIsolated
isIsolated: boolean
lastUpdateTimestamp
lastUpdateTimestamp: string
leftBorrowAmount
leftBorrowAmount: string
leftSupply
leftSupply: string
liquidationFactor
liquidationFactor: { bonus: string; ratio: string; threshold: string }
Type declaration
bonus: string
ratio: string
threshold: string
ltv
ltv: string
minimumAmount
minimumAmount: string
oracle
oracle: {
decimal: number;
oracleId: number;
price: string;
valid: boolean;
value: string;
}
Type declaration
decimal: number
oracleId: number
price: string
valid: boolean
value: string
oracleId
oracleId: number
suiCoinType
suiCoinType: string
supplyCapCeiling
supplyCapCeiling: string
supplyIncentiveApyInfo
supplyIncentiveApyInfo: {
apy: string;
boostedApr: string;
rewardCoin: string[];
stakingYieldApy: string;
treasuryApy: string;
vaultApr: string;
voloApy: string;
}
Type declaration
apy: string
boostedApr: string
rewardCoin: string[]
stakingYieldApy: string
treasuryApy: string
vaultApr: string
voloApy: string
token
token: { coinType: string; decimals: number; logoURI: string; symbol: string }
Type declaration
coinType: string
decimals: number
logoURI: string
symbol: string
totalBorrow
totalBorrow: string
totalSupply
totalSupply: string
totalSupplyAmount
totalSupplyAmount: string
treasuryBalance
treasuryBalance: string
treasuryFactor
treasuryFactor: string
validBorrowAmount
validBorrowAmount: string
Comprehensive pool information for lending operations