Uniswap Governance logo

Uniswap Governance

9 Queries (Past 30D)

3.0K Signal

Updated 10 months ago

Network

mainnet

Subgraph ID

4GakXV—PxFVyY

Deployment ID

QmTExu—ZJgC3Z

Query URL

/subgraphs/id/4GakXV—PxFVyY

9 Queries (Past 30D)

3.0K Signal

Updated 10 months ago

Network
mainnet
Subgraph ID
4GakXV—PxFVyY
Deployment ID
QmTExu—ZJgC3Z
Query URL
/subgraphs/id/4GakXV—PxFVyY
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
4GakXV53AWmhh1p5tAmrM7AQMzQzjWCmwnD1FVPxFVyY
Query URL
https://gateway.thegraph.com/api/subgraphs/id/4GakXV53AWmhh1p5tAmrM7AQMzQzjWCmwnD1FVPxFVyY

bash
curl -X POST \  -H "Content-Type: application/json" \  -H "Authorization: Bearer {api-key}" \  -d '{"query": "{ tokenHolders(first: 5) { id delegate { id } tokenBalanceRaw tokenBalance } delegates(first: 5) { id delegatedVotesRaw delegatedVotes tokenHoldersRepresentedAmount } }", "operationName": "Subgraphs", "variables": {}}' \  https://gateway.thegraph.com/api/subgraphs/id/4GakXV53AWmhh1p5tAmrM7AQMzQzjWCmwnD1FVPxFVyY