Network
mainnet
Subgraph ID
CcR73Z—Qhd6h8
Deployment ID
Qmb3hd—mE1tNy
Query URL
/subgraphs/id/CcR73Z—Qhd6h8
12.9K Queries (Past 30D)
501.2 Signal
Updated a year ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
voterRegistries(first: 5) {
id
coldAddress
hotAddress
voteProxies {
id
}
}
voteProxies(first: 5) {
id
locked
owner {
id
}
votedSlate {
id
}
}
}
1
x
Query quick start
The production url for querying this Subgraph on the decentralized network.
Query url format
{base_url}
/api
/subgraphs/id/
{subgraph_id}
- Api key
- Base URL
- Subgraph id
Query URL
https://gateway.thegraph.com/api/subgraphs/id/CcR73ZB82xbUZwZg9hSD4XUNhWjRDYt375KawRQhd6h8
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ voterRegistries(first: 5) { id coldAddress hotAddress voteProxies { id } } voteProxies(first: 5) { id locked owner { id } votedSlate { id } } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/CcR73ZB82xbUZwZg9hSD4XUNhWjRDYt375KawRQhd6h8