delegates logo

delegates

7 Queries (Past 30D)

0 Signal

Updated 9 months ago

Network

mainnet

Subgraph ID

7VKMnw—qNsgt9

Deployment ID

QmWBa3—kghHZy

Query URL

/subgraphs/id/7VKMnw—qNsgt9

7 Queries (Past 30D)

0 Signal

Updated 9 months ago

Network
mainnet
Subgraph ID
7VKMnw—qNsgt9
Deployment ID
QmWBa3—kghHZy
Query URL
/subgraphs/id/7VKMnw—qNsgt9
Index Status

Query quick start

The production url for querying this Subgraph on the decentralized network.

Query url format

{base_url}

/api

/subgraphs/id/

{subgraph_id}

Base URL
https://gateway.thegraph.com/api
Subgraph id
7VKMnwQaJBXd1PR4R29iUoUUefw7RsCqk1ggUgqNsgt9
Query URL
https://gateway.thegraph.com/api/subgraphs/id/7VKMnwQaJBXd1PR4R29iUoUUefw7RsCqk1ggUgqNsgt9

bash
curl -X POST \  -H "Content-Type: application/json" \  -H "Authorization: Bearer {api-key}" \  -d '{"query": "{ governances(first: 5) { id currentDelegates totalDelegates delegatedVotesRaw } delegates(first: 5) { id governance { id } user delegatedVotesRaw } }", "operationName": "Subgraphs", "variables": {}}' \  https://gateway.thegraph.com/api/subgraphs/id/7VKMnwQaJBXd1PR4R29iUoUUefw7RsCqk1ggUgqNsgt9