Curve
https://curve.readthedocs.io/
Subgraph 相關 Query
LpToken amount
Last updated
https://curve.readthedocs.io/
Last updated
{
addLiquidityEvents(
where: {
provider: "0xbdfa4f4492dd7b7cf211209c4791af8d52bf5c50",
},
orderBy: block,
orderDirection: desc
)
{
block
tokenAmounts
timestamp
transaction
invariant
pool {
name
assetType
adminFee
virtualPrice
isMeta
coins {
token {
name
}
}
}
}
}