Ribbon Subgraph
Querying Vaults
{
vaults(first: 5) {
id
totalPremiumEarned
underlyingAsset
underlyingSymbol
}
}Querying Vault APY
{
vaultPerformanceUpdates(
where:{vault:"0x25751853eab4d0eb3652b5eb6ecb102a2789644b"},
orderBy:timestamp, orderDirection:asc) {
id
pricePerShare
timestamp
}
}Querying Vault Fees
Last updated
Was this helpful?