Subgraph
Developers > Yield Tranches > Subgraph
Last updated
Developers > Yield Tranches > Subgraph
Last updated
Idle uses a subgraph for indexing and organizing data from the Yield Tranches IdleCDO
smart contract. This subgraph can be found on The Graph hosted service and can be used to query Idle YTs data:
TrancheInfos: contains the data of each YTs tranche (type, apr, virtualPrice
, totalSupply
) updated every hour
Tranche: all deployed YTs tranches (id, type)
Subgraph is case-sensitive. Remember to use all lowercase when inputting tranches' addresses.
To obtain the latest TrancheInfos you can use the following query
To obtain the latest TrancheInfos for a specific tranche add a where
filter. Let's query for example the Clearpool Portofino DAI Senior tranche 0xfc96989b3df087c96c806318436b16e44c697102
For more info about GraphQL API, check TheGraph Documentation.