Aura Subgraphs
Current Versions
Network
Subgraph URL
Examples
query accountData($accountAddress: String!, $blockNumber: Int!) {
accounts(where: { id: $accountAddress }, block: { number: $blockNumber }) {
id
auraLockerAccount {
balanceLocked
balanceNextUnlockIndex
delegateUpdatedAt
id
userLocksLength
account {
id
poolAccounts(where: {}) {
id
pool {
id
totalStaked
totalSupply
}
}
}
}
}
}GraphQL Schema
Last updated