Skip to main content

Objects

Block

Fields

NameDescription
hash
Bytes

The hash of the block

number
Int!

The block number

timestamp
Int

Integer representation of the timestamp stored in blocks for the chain

Meta

The type for the top-level _meta field

Fields

NameDescription
block
_Block_!

Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for a block number. It will be filled if the _meta field has no block constraint and therefore asks for the latest block

deployment
String!

The deployment ID

hasIndexingErrors
Boolean!

If true, the subgraph encountered indexing errors at some past block

ATokenBalanceHistoryItem

Fields

NameDescription
id
ID!

userReserve + txHash

userReserve
UserReserve!
timestamp
Int!
scaledATokenBalance
BigInt!
currentATokenBalance
BigInt!
index
BigInt!

BackUnbacked

Fields

NameDescription
id
ID!
pool
Pool!
reserve
Reserve!
userReserve
UserReserve!
backer
User!
amount
BigInt!
fee
BigInt!
lpFee
BigInt!
protocolFee
BigInt!
timestamp
Int!

Borrow

Implements

Fields

NameDescription
id
ID!

tx hash

txHash
Bytes!
action
Action!
pool
Pool!
user
User!
caller
User!
reserve
Reserve!
userReserve
UserReserve!
amount
BigInt!
borrowRate
BigInt!
borrowRateMode
Int!
referrer
Referrer
timestamp
Int!
stableTokenDebt
BigInt!
variableTokenDebt
BigInt!
assetPriceUSD
BigDecimal!

ChainlinkAggregator

Fields

NameDescription
id
ID!
oracleAsset
PriceOracleAsset!

ClaimRewardsCall

Fields

NameDescription
id
ID!

txHash

rewardsController
RewardsController!
user
User!
amount
BigInt!
to
User!
caller
User!

ContractToPoolMapping

Fields

NameDescription
id
ID!
pool
Pool!

EModeCategory

Fields

NameDescription
id
ID!

id: categoryId

ltv
BigInt!
liquidationThreshold
BigInt!
liquidationBonus
BigInt!
oracle
Bytes!
label
String!

FlashLoan

Fields

NameDescription
id
ID!

tx hash

pool
Pool!
reserve
Reserve!
target
Bytes!
amount
BigInt!
totalFee
BigInt!
lpFee
BigInt!
protocolFee
BigInt!
initiator
User!
timestamp
Int!

IsolationModeTotalDebtUpdated

Fields

NameDescription
id
ID!

tx hash

pool
Pool!
reserve
Reserve!
isolatedDebt
BigInt!
timestamp
Int!

LiquidationCall

Implements

Fields

NameDescription
id
ID!

tx hash

txHash
Bytes!
action
Action!
pool
Pool!
user
User!
collateralReserve
Reserve!
collateralUserReserve
UserReserve!
collateralAmount
BigInt!
principalReserve
Reserve!
principalUserReserve
UserReserve!
principalAmount
BigInt!
liquidator
Bytes!
timestamp
Int!
collateralAssetPriceUSD
BigDecimal!
borrowAssetPriceUSD
BigDecimal!

MapAssetPool

Fields

NameDescription
id
ID!

address of a /s /v token

pool
String!
underlyingAsset
Bytes!

MintedToTreasury

Fields

NameDescription
id
ID!
pool
Pool!
reserve
Reserve!
amount
BigInt!
timestamp
Int!

MintUnbacked

Fields

NameDescription
id
ID!
pool
Pool!
user
User!
caller
User!
reserve
Reserve!
userReserve
UserReserve!
amount
BigInt!
referral
Int!
timestamp
Int!

Pool

Fields

NameDescription
id
ID!
addressProviderId
BigInt!
protocol
Protocol!
pool
Bytes
poolCollateralManager
Bytes
poolConfiguratorImpl
Bytes
poolImpl
Bytes
poolConfigurator
Bytes
proxyPriceProvider
Bytes
lastUpdateTimestamp
Int!
bridgeProtocolFee
BigInt
flashloanPremiumTotal
BigInt
flashloanPremiumToProtocol
BigInt
reserves
[Reserve!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
Reserve_orderBy
orderDirection
OrderDirection
where
Reserve_filter
supplyHistory
[Supply!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
Supply_orderBy
orderDirection
OrderDirection
where
Supply_filter
mintUnbackedHistory
[MintUnbacked!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
MintUnbacked_orderBy
orderDirection
OrderDirection
where
MintUnbacked_filter
backUnbackedHistory
[BackUnbacked!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
BackUnbacked_orderBy
orderDirection
OrderDirection
where
BackUnbacked_filter
mintedToTreasuryHistory
[MintedToTreasury!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
MintedToTreasury_orderBy
orderDirection
OrderDirection
where
MintedToTreasury_filter
isolationModeTotalDebtUpdatedHistory
[IsolationModeTotalDebtUpdated!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
IsolationModeTotalDebtUpdated_orderBy
orderDirection
OrderDirection
where
IsolationModeTotalDebtUpdated_filter
redeemUnderlyingHistory
[RedeemUnderlying!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
RedeemUnderlying_orderBy
orderDirection
OrderDirection
where
RedeemUnderlying_filter
borrowHistory
[Borrow!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
Borrow_orderBy
orderDirection
OrderDirection
where
Borrow_filter
swapHistory
[SwapBorrowRate!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
SwapBorrowRate_orderBy
orderDirection
OrderDirection
where
SwapBorrowRate_filter
usageAsCollateralHistory
[UsageAsCollateral!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
UsageAsCollateral_orderBy
orderDirection
OrderDirection
where
UsageAsCollateral_filter
rebalanceStableBorrowRateHistory
[RebalanceStableBorrowRate!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
RebalanceStableBorrowRate_orderBy
orderDirection
OrderDirection
where
RebalanceStableBorrowRate_filter
repayHistory
[Repay!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
Repay_orderBy
orderDirection
OrderDirection
where
Repay_filter
flashLoanHistory
[FlashLoan!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
FlashLoan_orderBy
orderDirection
OrderDirection
where
FlashLoan_filter
liquidationCallHistory
[LiquidationCall!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
LiquidationCall_orderBy
orderDirection
OrderDirection
where
LiquidationCall_filter
active
Boolean!
paused
Boolean!

PriceHistoryItem

Fields

NameDescription
id
ID!
asset
PriceOracleAsset!
price
BigInt!
timestamp
Int!

PriceOracle

Fields

NameDescription
id
ID!
proxyPriceProvider
Bytes!
usdPriceEth
BigInt!
usdPriceEthMainSource
Bytes!
usdPriceEthFallbackRequired
Boolean!
usdDependentAssets
[PriceOracleAsset!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
PriceOracleAsset_orderBy
orderDirection
OrderDirection
where
PriceOracleAsset_filter
fallbackPriceOracle
Bytes!
tokens
[PriceOracleAsset!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
PriceOracleAsset_orderBy
orderDirection
OrderDirection
where
PriceOracleAsset_filter
usdPriceEthHistory
[UsdEthPriceHistoryItem!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
UsdEthPriceHistoryItem_orderBy
orderDirection
OrderDirection
where
UsdEthPriceHistoryItem_filter
tokensWithFallback
[PriceOracleAsset!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
PriceOracleAsset_orderBy
orderDirection
OrderDirection
where
PriceOracleAsset_filter
lastUpdateTimestamp
Int!
version
Int!
baseCurrency
Bytes!
baseCurrencyUnit
BigInt!

PriceOracleAsset

Fields

NameDescription
id
ID!
oracle
PriceOracle!
priceInEth
BigInt!
priceSource
Bytes!
isFallbackRequired
Boolean!
type
PriceOracleAssetType!
platform
PriceOracleAssetPlatform!
dependentAssets
[PriceOracleAsset!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
PriceOracleAsset_orderBy
orderDirection
OrderDirection
where
PriceOracleAsset_filter
lastUpdateTimestamp
Int!
priceHistory
[PriceHistoryItem!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
PriceHistoryItem_orderBy
orderDirection
OrderDirection
where
PriceHistoryItem_filter
fromChainlinkSourcesRegistry
Boolean!

Protocol

Fields

NameDescription
id
ID!
pools
[Pool!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
Pool_orderBy
orderDirection
OrderDirection
where
Pool_filter

RebalanceStableBorrowRate

Implements

Fields

NameDescription
id
ID!

tx hash

txHash
Bytes!
action
Action!
pool
Pool!
user
User!
reserve
Reserve!
userReserve
UserReserve!
borrowRateFrom
BigInt!
borrowRateTo
BigInt!
timestamp
Int!

RedeemUnderlying

Implements

Fields

NameDescription
id
ID!

tx hash

txHash
Bytes!
action
Action!
pool
Pool!
user
User!
to
User!
reserve
Reserve!
userReserve
UserReserve!
amount
BigInt!
timestamp
Int!
assetPriceUSD
BigDecimal!

Referrer

Fields

NameDescription
id
ID!
supplies
[Supply!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
Supply_orderBy
orderDirection
OrderDirection
where
Supply_filter
borrows
[Borrow!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
Borrow_orderBy
orderDirection
OrderDirection
where
Borrow_filter

Repay

Implements

Fields

NameDescription
id
ID!

tx hash

txHash
Bytes!
action
Action!
pool
Pool!
user
User!
repayer
User!
reserve
Reserve!
userReserve
UserReserve!
amount
BigInt!
timestamp
Int!
useATokens
Boolean!
assetPriceUSD
BigDecimal!

Reserve

Fields

NameDescription
id
ID!

Reserve address

underlyingAsset
Bytes!
pool
Pool!
symbol
String!
name
String!
decimals
Int!
usageAsCollateralEnabled
Boolean!
borrowingEnabled
Boolean!
stableBorrowRateEnabled
Boolean!
isActive
Boolean!
isFrozen
Boolean!
price
PriceOracleAsset!
reserveInterestRateStrategy
Bytes!
optimalUtilisationRate
BigInt!
variableRateSlope1
BigInt!
variableRateSlope2
BigInt!
stableRateSlope1
BigInt!
stableRateSlope2
BigInt!
baseVariableBorrowRate
BigInt!
baseLTVasCollateral
BigInt!
reserveLiquidationThreshold
BigInt!
reserveLiquidationBonus
BigInt!
utilizationRate
BigDecimal!
totalLiquidity
BigInt!
totalATokenSupply
BigInt!
totalLiquidityAsCollateral
BigInt!
availableLiquidity
BigInt!
totalPrincipalStableDebt
BigInt!
totalScaledVariableDebt
BigInt!
totalCurrentVariableDebt
BigInt!
totalSupplies
BigInt!
liquidityRate
BigInt!
accruedToTreasury
BigInt!
averageStableRate
BigInt!
variableBorrowRate
BigInt!
stableBorrowRate
BigInt!
liquidityIndex
BigInt!
variableBorrowIndex
BigInt!
aToken
SubToken!
vToken
SubToken!
sToken
SubToken!
reserveFactor
BigInt!
lastUpdateTimestamp
Int!
stableDebtLastUpdateTimestamp
Int!
isPaused
Boolean!
isDropped
Boolean!
borrowCap
BigInt
supplyCap
BigInt
debtCeiling
BigInt
unbackedMintCap
BigInt
liquidationProtocolFee
BigInt
borrowableInIsolation
Boolean
eMode
EModeCategory
siloedBorrowing
Boolean!
lifetimeLiquidity
BigInt!
lifetimePrincipalStableDebt
BigInt!
lifetimeScaledVariableDebt
BigInt!
lifetimeCurrentVariableDebt
BigInt!
lifetimeRepayments
BigInt!
lifetimeWithdrawals
BigInt!
lifetimeBorrows
BigInt!
lifetimeLiquidated
BigInt!
lifetimeFlashLoans
BigInt!
lifetimeFlashLoanPremium
BigInt!
lifetimeFlashLoanLPPremium
BigInt!
lifetimeFlashLoanProtocolPremium
BigInt!
lifetimePortalLPFee
BigInt!
lifetimePortalProtocolFee
BigInt!
lifetimeSuppliersInterestEarned
BigInt!
lifetimeReserveFactorAccrued
BigInt!
userReserves
[UserReserve!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
UserReserve_orderBy
orderDirection
OrderDirection
where
UserReserve_filter
supplyHistory
[Supply!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
Supply_orderBy
orderDirection
OrderDirection
where
Supply_filter
mintUnbackedHistory
[MintUnbacked!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
MintUnbacked_orderBy
orderDirection
OrderDirection
where
MintUnbacked_filter
backUnbackedHistory
[BackUnbacked!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
BackUnbacked_orderBy
orderDirection
OrderDirection
where
BackUnbacked_filter
mintedToTreasuryHistory
[MintedToTreasury!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
MintedToTreasury_orderBy
orderDirection
OrderDirection
where
MintedToTreasury_filter
isolationModeTotalDebtUpdatedHistory
[IsolationModeTotalDebtUpdated!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
IsolationModeTotalDebtUpdated_orderBy
orderDirection
OrderDirection
where
IsolationModeTotalDebtUpdated_filter
redeemUnderlyingHistory
[RedeemUnderlying!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
RedeemUnderlying_orderBy
orderDirection
OrderDirection
where
RedeemUnderlying_filter
borrowHistory
[Borrow!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
Borrow_orderBy
orderDirection
OrderDirection
where
Borrow_filter
usageAsCollateralHistory
[UsageAsCollateral!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
UsageAsCollateral_orderBy
orderDirection
OrderDirection
where
UsageAsCollateral_filter
swapHistory
[SwapBorrowRate!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
SwapBorrowRate_orderBy
orderDirection
OrderDirection
where
SwapBorrowRate_filter
rebalanceStableBorrowRateHistory
[RebalanceStableBorrowRate!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
RebalanceStableBorrowRate_orderBy
orderDirection
OrderDirection
where
RebalanceStableBorrowRate_filter
repayHistory
[Repay!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
Repay_orderBy
orderDirection
OrderDirection
where
Repay_filter
flashLoanHistory
[FlashLoan!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
FlashLoan_orderBy
orderDirection
OrderDirection
where
FlashLoan_filter
liquidationCallHistory
[LiquidationCall!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
LiquidationCall_orderBy
orderDirection
OrderDirection
where
LiquidationCall_filter
paramsHistory
[ReserveParamsHistoryItem!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
ReserveParamsHistoryItem_orderBy
orderDirection
OrderDirection
where
ReserveParamsHistoryItem_filter
configurationHistory
[ReserveConfigurationHistoryItem!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
ReserveConfigurationHistoryItem_orderBy
orderDirection
OrderDirection
where
ReserveConfigurationHistoryItem_filter
supplies
[Supply!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
Supply_orderBy
orderDirection
OrderDirection
where
Supply_filter

ReserveConfigurationHistoryItem

Fields

NameDescription
id
ID!

tx hash

reserve
Reserve!
usageAsCollateralEnabled
Boolean!
borrowingEnabled
Boolean!
stableBorrowRateEnabled
Boolean!
isActive
Boolean!
isFrozen
Boolean!
reserveInterestRateStrategy
Bytes!
baseLTVasCollateral
BigInt!
reserveLiquidationThreshold
BigInt!
reserveLiquidationBonus
BigInt!
timestamp
Int!

ReserveParamsHistoryItem

Fields

NameDescription
id
ID!

tx hash

reserve
Reserve!
variableBorrowRate
BigInt!
variableBorrowIndex
BigInt!
utilizationRate
BigDecimal!
stableBorrowRate
BigInt!
averageStableBorrowRate
BigInt!
liquidityIndex
BigInt!
liquidityRate
BigInt!
totalLiquidity
BigInt!
totalATokenSupply
BigInt!
totalLiquidityAsCollateral
BigInt!
availableLiquidity
BigInt!
priceInEth
BigInt!
priceInUsd
BigDecimal!
timestamp
Int!
accruedToTreasury
BigInt!
totalScaledVariableDebt
BigInt!
totalCurrentVariableDebt
BigInt!
totalPrincipalStableDebt
BigInt!
lifetimePrincipalStableDebt
BigInt!
lifetimeScaledVariableDebt
BigInt!
lifetimeCurrentVariableDebt
BigInt!
lifetimeLiquidity
BigInt!
lifetimeRepayments
BigInt!
lifetimeWithdrawals
BigInt!
lifetimeBorrows
BigInt!
lifetimeLiquidated
BigInt!
lifetimeFlashLoans
BigInt!
lifetimeFlashLoanPremium
BigInt!
lifetimeFlashLoanLPPremium
BigInt!
lifetimeFlashLoanProtocolPremium
BigInt!
lifetimeReserveFactorAccrued
BigInt!
lifetimePortalLPFee
BigInt!
lifetimePortalProtocolFee
BigInt!
lifetimeSuppliersInterestEarned
BigInt!

Reward

Fields

NameDescription
id
ID!

address of ic:asset:reward

rewardToken
Bytes!
asset
SubToken!
rewardTokenDecimals
Int!
rewardFeedOracle
RewardFeedOracle!
rewardTokenSymbol
String!
index
BigInt!
precision
Int!
distributionEnd
Int!
emissionsPerSecond
BigInt!
rewardsController
RewardsController!
createdAt
Int!
updatedAt
Int!

RewardedAction

Fields

NameDescription
id
ID!

txHash

rewardsController
RewardsController!
user
User!
amount
BigInt!

RewardFeedOracle

Fields

NameDescription
id
ID!

address of reward

rewardFeedAddress
Bytes!
createdAt
Int!
updatedAt
Int!

RewardsController

Fields

NameDescription
id
ID!

address of the incentives controller

rewards
[Reward!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
Reward_orderBy
orderDirection
OrderDirection
where
Reward_filter
rewardedActions
[RewardedAction!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
RewardedAction_orderBy
orderDirection
OrderDirection
where
RewardedAction_filter
claimIncentives
[ClaimRewardsCall!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
ClaimRewardsCall_orderBy
orderDirection
OrderDirection
where
ClaimRewardsCall_filter

StableTokenDelegatedAllowance

Fields

NameDescription
id
ID!

stable + fromuser address + touser address+ reserve address

fromUser
User!
toUser
User!
amountAllowed
BigInt!
userReserve
UserReserve!

STokenBalanceHistoryItem

Fields

NameDescription
id
ID!

userReserve + txHash

userReserve
UserReserve!
principalStableDebt
BigInt!
currentStableDebt
BigInt!
timestamp
Int!
avgStableBorrowRate
BigInt!

SubToken

Fields

NameDescription
id
ID!

SubToken address

pool
Pool!
tokenContractImpl
Bytes
underlyingAssetAddress
Bytes!
underlyingAssetDecimals
Int!
rewards
[Reward!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
Reward_orderBy
orderDirection
OrderDirection
where
Reward_filter

Supply

Implements

Fields

NameDescription
id
ID!

tx hash

txHash
Bytes!
action
Action!
pool
Pool!
user
User!
caller
User!
reserve
Reserve!
referrer
Referrer
userReserve
UserReserve!
amount
BigInt!
timestamp
Int!
assetPriceUSD
BigDecimal!

SwapBorrowRate

Implements

Fields

NameDescription
id
ID!

tx hash

txHash
Bytes!
action
Action!
pool
Pool!
user
User!
reserve
Reserve!
userReserve
UserReserve!
borrowRateModeFrom
Int!
borrowRateModeTo
Int!
stableBorrowRate
BigInt!
variableBorrowRate
BigInt!
timestamp
Int!

SwapHistory

Fields

NameDescription
id
ID!

tx hash

fromAsset
String!
toAsset
String!
fromAmount
BigInt!
receivedAmount
BigInt!
swapType
String!

UsageAsCollateral

Implements

Fields

NameDescription
id
ID!

tx hash

txHash
Bytes!
action
Action!
pool
Pool!
user
User!
reserve
Reserve!
userReserve
UserReserve!
fromState
Boolean!
toState
Boolean!
timestamp
Int!

UsdEthPriceHistoryItem

Fields

NameDescription
id
ID!
oracle
PriceOracle!
price
BigInt!
timestamp
Int!

User

Fields

NameDescription
id
ID!

user address

borrowedReservesCount
Int!
unclaimedRewards
BigInt!
lifetimeRewards
BigInt!
rewardsLastUpdated
Int!
rewards
[UserReward!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
UserReward_orderBy
orderDirection
OrderDirection
where
UserReward_filter
eModeCategoryId
EModeCategory
reserves
[UserReserve!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
UserReserve_orderBy
orderDirection
OrderDirection
where
UserReserve_filter
supplyHistory
[Supply!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
Supply_orderBy
orderDirection
OrderDirection
where
Supply_filter
mintUnbackedHistory
[MintUnbacked!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
MintUnbacked_orderBy
orderDirection
OrderDirection
where
MintUnbacked_filter
backUnbackedHistory
[BackUnbacked!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
BackUnbacked_orderBy
orderDirection
OrderDirection
where
BackUnbacked_filter
userEmodeSetHistory
[UserEModeSet!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
UserEModeSet_orderBy
orderDirection
OrderDirection
where
UserEModeSet_filter
redeemUnderlyingHistory
[RedeemUnderlying!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
RedeemUnderlying_orderBy
orderDirection
OrderDirection
where
RedeemUnderlying_filter
usageAsCollateralHistory
[UsageAsCollateral!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
UsageAsCollateral_orderBy
orderDirection
OrderDirection
where
UsageAsCollateral_filter
borrowHistory
[Borrow!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
Borrow_orderBy
orderDirection
OrderDirection
where
Borrow_filter
swapHistory
[SwapBorrowRate!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
SwapBorrowRate_orderBy
orderDirection
OrderDirection
where
SwapBorrowRate_filter
rebalanceStableBorrowRateHistory
[RebalanceStableBorrowRate!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
RebalanceStableBorrowRate_orderBy
orderDirection
OrderDirection
where
RebalanceStableBorrowRate_filter
repayHistory
[Repay!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
Repay_orderBy
orderDirection
OrderDirection
where
Repay_filter
liquidationCallHistory
[LiquidationCall!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
LiquidationCall_orderBy
orderDirection
OrderDirection
where
LiquidationCall_filter
rewardedActions
[RewardedAction!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
RewardedAction_orderBy
orderDirection
OrderDirection
where
RewardedAction_filter
claimRewards
[ClaimRewardsCall!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
ClaimRewardsCall_orderBy
orderDirection
OrderDirection
where
ClaimRewardsCall_filter

UserEModeSet

Fields

NameDescription
id
ID!
user
User!
timestamp
Int!
categoryId
Int!

UserReserve

Fields

NameDescription
id
ID!

user address + reserve address

pool
Pool!
reserve
Reserve!
user
User!
usageAsCollateralEnabledOnUser
Boolean!
scaledATokenBalance
BigInt!
currentATokenBalance
BigInt!
scaledVariableDebt
BigInt!
currentVariableDebt
BigInt!
principalStableDebt
BigInt!
currentStableDebt
BigInt!
currentTotalDebt
BigInt!
stableBorrowRate
BigInt!
oldStableBorrowRate
BigInt!
liquidityRate
BigInt!
stableBorrowLastUpdateTimestamp
Int!
variableBorrowIndex
BigInt!
lastUpdateTimestamp
Int!

Amount in currency units included as fee

stableTokenDelegatedAllowances
[StableTokenDelegatedAllowance!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
StableTokenDelegatedAllowance_orderBy
orderDirection
OrderDirection
where
StableTokenDelegatedAllowance_filter
variableTokenDelegatedAllowances
[VariableTokenDelegatedAllowance!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
VariableTokenDelegatedAllowance_orderBy
orderDirection
OrderDirection
where
VariableTokenDelegatedAllowance_filter
aTokenBalanceHistory
[ATokenBalanceHistoryItem!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
ATokenBalanceHistoryItem_orderBy
orderDirection
OrderDirection
where
ATokenBalanceHistoryItem_filter
vTokenBalanceHistory
[VTokenBalanceHistoryItem!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
VTokenBalanceHistoryItem_orderBy
orderDirection
OrderDirection
where
VTokenBalanceHistoryItem_filter
sTokenBalanceHistory
[STokenBalanceHistoryItem!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
STokenBalanceHistoryItem_orderBy
orderDirection
OrderDirection
where
STokenBalanceHistoryItem_filter
usageAsCollateralHistory
[UsageAsCollateral!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
UsageAsCollateral_orderBy
orderDirection
OrderDirection
where
UsageAsCollateral_filter
supplyHistory
[Supply!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
Supply_orderBy
orderDirection
OrderDirection
where
Supply_filter
mintUnbackedHistory
[MintUnbacked!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
MintUnbacked_orderBy
orderDirection
OrderDirection
where
MintUnbacked_filter
backUnbackedHistory
[BackUnbacked!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
BackUnbacked_orderBy
orderDirection
OrderDirection
where
BackUnbacked_filter
redeemUnderlyingHistory
[RedeemUnderlying!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
RedeemUnderlying_orderBy
orderDirection
OrderDirection
where
RedeemUnderlying_filter
borrowHistory
[Borrow!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
Borrow_orderBy
orderDirection
OrderDirection
where
Borrow_filter
swapHistory
[SwapBorrowRate!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
SwapBorrowRate_orderBy
orderDirection
OrderDirection
where
SwapBorrowRate_filter
rebalanceStableBorrowRateHistory
[RebalanceStableBorrowRate!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
RebalanceStableBorrowRate_orderBy
orderDirection
OrderDirection
where
RebalanceStableBorrowRate_filter
repayHistory
[Repay!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
Repay_orderBy
orderDirection
OrderDirection
where
Repay_filter
liquidationCallHistory
[LiquidationCall!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
LiquidationCall_orderBy
orderDirection
OrderDirection
where
LiquidationCall_filter

UserReward

Fields

NameDescription
id
ID!

id: ic:asset:reward:user

user
User!
index
BigInt!
reward
Reward!
createdAt
Int!
updatedAt
Int!

VariableTokenDelegatedAllowance

Fields

NameDescription
id
ID!

variable + fromuser address + touser address+ reserve address

fromUser
User!
toUser
User!
amountAllowed
BigInt!
userReserve
UserReserve!

VTokenBalanceHistoryItem

Fields

NameDescription
id
ID!

userReserve + txHash

userReserve
UserReserve!
scaledVariableDebt
BigInt!
currentVariableDebt
BigInt!
timestamp
Int!
index
BigInt!