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

AToken

Fields

NameDescription
id
ID!

AToken address

pool
Pool!
underlyingAssetAddress
Bytes!
underlyingAssetDecimals
Int!
tokenContractImpl
Bytes!

ATokenBalanceHistoryItem

Fields

NameDescription
id
ID!

userReserve + txHash

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

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
BorrowRateMode!
referrer
Referrer
timestamp
Int!
stableTokenDebt
BigInt!
variableTokenDebt
BigInt!
assetPriceUSD
BigDecimal!

ChainlinkAggregator

Fields

NameDescription
id
ID!
oracleAsset
PriceOracleAsset!

ChainlinkENS

Fields

NameDescription
id
ID!

id is the node hash

aggregatorAddress
Bytes!

address of the aggregator

underlyingAddress
Bytes!

token address represented with this aggregator

symbol
String!

symbol of the token represented on the aggregator

ClaimIncentiveCall

Fields

NameDescription
id
ID!

txHash

incentivesController
IncentivesController!
user
User!
amount
BigInt!

ContractToPoolMapping

Fields

NameDescription
id
ID!
pool
Pool!

Deposit

Implements

Fields

NameDescription
id
ID!

tx hash

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

FlashLoan

Fields

NameDescription
id
ID!

tx hash

pool
Pool!
reserve
Reserve!
target
Bytes!
amount
BigInt!
totalFee
BigInt!
initiator
User!
timestamp
Int!
assetPriceUSD
BigDecimal!

IncentivesController

Fields

NameDescription
id
ID!

address of the incentives controller

rewardToken
Bytes!
rewardTokenDecimals
Int!
rewardTokenSymbol
String!
precision
Int!
emissionEndTimestamp
Int!
incentivizedActions
[IncentivizedAction!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
IncentivizedAction_orderBy
orderDirection
OrderDirection
where
IncentivizedAction_filter
claimIncentives
[ClaimIncentiveCall!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
ClaimIncentiveCall_orderBy
orderDirection
OrderDirection
where
ClaimIncentiveCall_filter

IncentivizedAction

Fields

NameDescription
id
ID!

txHash

incentivesController
IncentivesController!
user
User!
amount
BigInt!

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!

Pool

Fields

NameDescription
id
ID!
protocol
Protocol!
lendingPool
Bytes
lendingPoolCollateralManager
Bytes
lendingPoolConfiguratorImpl
Bytes
lendingPoolImpl
Bytes
lendingPoolConfigurator
Bytes
proxyPriceProvider
Bytes
lendingRateOracle
Bytes
configurationAdmin
Bytes
ethereumAddress
Bytes
emergencyAdmin
Bytes
history
[PoolConfigurationHistoryItem!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
PoolConfigurationHistoryItem_orderBy
orderDirection
OrderDirection
where
PoolConfigurationHistoryItem_filter
lastUpdateTimestamp
Int!
reserves
[Reserve!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
Reserve_orderBy
orderDirection
OrderDirection
where
Reserve_filter
depositHistory
[Deposit!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
Deposit_orderBy
orderDirection
OrderDirection
where
Deposit_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
[Swap!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
Swap_orderBy
orderDirection
OrderDirection
where
Swap_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!

PoolConfigurationHistoryItem

Fields

NameDescription
id
ID!

tx hash

active
Boolean
pool
Pool!
lendingPool
Bytes
lendingPoolCollateralManager
Bytes
lendingPoolConfiguratorImpl
Bytes
lendingPoolImpl
Bytes
lendingPoolConfigurator
Bytes
proxyPriceProvider
Bytes
lendingRateOracle
Bytes
configurationAdmin
Bytes
timestamp
Int!

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!
deposits
[Deposit!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
Deposit_orderBy
orderDirection
OrderDirection
where
Deposit_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!
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!
totalDeposits
BigInt!
liquidityRate
BigInt!
averageStableRate
BigInt!
variableBorrowRate
BigInt!
stableBorrowRate
BigInt!
liquidityIndex
BigInt!
variableBorrowIndex
BigInt!
aToken
AToken!
vToken
VToken!
sToken
SToken!
reserveFactor
BigInt!
lastUpdateTimestamp
Int!
stableDebtLastUpdateTimestamp
Int!
aEmissionPerSecond
BigInt!
vEmissionPerSecond
BigInt!
sEmissionPerSecond
BigInt!
aTokenIncentivesIndex
BigInt!
vTokenIncentivesIndex
BigInt!
sTokenIncentivesIndex
BigInt!
aIncentivesLastUpdateTimestamp
Int!
vIncentivesLastUpdateTimestamp
Int!
sIncentivesLastUpdateTimestamp
Int!
lifetimeLiquidity
BigInt!
lifetimePrincipalStableDebt
BigInt!
lifetimeScaledVariableDebt
BigInt!
lifetimeCurrentVariableDebt
BigInt!
lifetimeRepayments
BigInt!
lifetimeWithdrawals
BigInt!
lifetimeBorrows
BigInt!
lifetimeLiquidated
BigInt!
lifetimeFlashLoans
BigInt!
lifetimeFlashLoanPremium
BigInt!
lifetimeDepositorsInterestEarned
BigInt!
lifetimeReserveFactorAccrued
BigInt!
userReserves
[UserReserve!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
UserReserve_orderBy
orderDirection
OrderDirection
where
UserReserve_filter
depositHistory
[Deposit!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
Deposit_orderBy
orderDirection
OrderDirection
where
Deposit_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
[Swap!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
Swap_orderBy
orderDirection
OrderDirection
where
Swap_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
deposits
[Deposit!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
Deposit_orderBy
orderDirection
OrderDirection
where
Deposit_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!
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!
lifetimeReserveFactorAccrued
BigInt!
lifetimeDepositorsInterestEarned
BigInt!

StableDebtToken

Fields

NameDescription
id
ID!

StableDebtToken address

pool
Pool!
underlyingAssetAddress
Bytes!
underlyingAssetDecimals
Int!

StableTokenDelegatedAllowance

Fields

NameDescription
id
ID!

stable + fromuser address + touser address+ reserve address

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

SToken

Fields

NameDescription
id
ID!

SToken address

pool
Pool!
underlyingAssetAddress
Bytes!
underlyingAssetDecimals
Int!
tokenContractImpl
Bytes!

STokenBalanceHistoryItem

Fields

NameDescription
id
ID!

userReserve + txHash

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

Swap

Implements

Fields

NameDescription
id
ID!

tx hash

txHash
Bytes!
action
Action!
pool
Pool!
user
User!
reserve
Reserve!
userReserve
UserReserve!
borrowRateModeFrom
BorrowRateMode!
borrowRateModeTo
BorrowRateMode!
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!
incentivesLastUpdated
Int!
reserves
[UserReserve!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
UserReserve_orderBy
orderDirection
OrderDirection
where
UserReserve_filter
depositHistory
[Deposit!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
Deposit_orderBy
orderDirection
OrderDirection
where
Deposit_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
[Swap!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
Swap_orderBy
orderDirection
OrderDirection
where
Swap_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
incentivizedActions
[IncentivizedAction!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
IncentivizedAction_orderBy
orderDirection
OrderDirection
where
IncentivizedAction_filter
claimIncentives
[ClaimIncentiveCall!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
ClaimIncentiveCall_orderBy
orderDirection
OrderDirection
where
ClaimIncentiveCall_filter

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!
aTokenincentivesUserIndex
BigInt!
vTokenincentivesUserIndex
BigInt!
sTokenincentivesUserIndex
BigInt!
aIncentivesLastUpdateTimestamp
Int!
vIncentivesLastUpdateTimestamp
Int!
sIncentivesLastUpdateTimestamp
Int!
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
depositHistory
[Deposit!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
Deposit_orderBy
orderDirection
OrderDirection
where
Deposit_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
[Swap!]!

Arguments

NameDescription
skip
Int
first
Int
orderBy
Swap_orderBy
orderDirection
OrderDirection
where
Swap_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

VariableDebtToken

Fields

NameDescription
id
ID!

VariableDebtToken address

pool
Pool!
underlyingAssetAddress
Bytes!
underlyingAssetDecimals
Int!

VariableTokenDelegatedAllowance

Fields

NameDescription
id
ID!

variable + fromuser address + touser address+ reserve address

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

VToken

Fields

NameDescription
id
ID!

VToken address

pool
Pool!
underlyingAssetAddress
Bytes!
underlyingAssetDecimals
Int!
tokenContractImpl
Bytes!

VTokenBalanceHistoryItem

Fields

NameDescription
id
ID!

userReserve + txHash

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

WETHReserve

Fields

NameDescription
id
ID!

weth address

address
Bytes!
symbol
String!
name
String!
decimals
Int!
updatedTimestamp
Int!
updatedBlockNumber
BigInt!