{
token(id: "0xc4fbE68522ba81a28879763C3eE33e08b13c499E") {
name
symbol
numMembers
totalSupply
snapshots {
timestamp
numMembers
totalSupply
}
}
}
{
member(id: "MEMBER_ADDRESS") {
balance
startDate
expireDate
snapshots {
timestamp
balance
}
}
}
- MemberSnapshots and TokenSnapshots entities provide daily information for holders/supply growth charts.
- The fields
startDate
andexpireDate
should be used to determine whether a membership is active.