Graph Activity Ethereum logo

Graph Activity Ethereum

1.2K Queries (Past 30D)

4.9K Signal

Updated 9 months ago

Network

mainnet

Subgraph ID

868b5v—bohEGg

Deployment ID

QmQfzr—ZRaEXR

Query URL

/subgraphs/id/868b5v—bohEGg

1.2K Queries (Past 30D)

4.9K Signal

Updated 9 months ago

Network
mainnet
Subgraph ID
868b5v—bohEGg
Deployment ID
QmQfzr—ZRaEXR
Query URL
/subgraphs/id/868b5v—bohEGg
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
868b5vA4TPM8BCathVNpcBM2XUbVWR4DPypBFjbohEGg
Query URL
https://gateway.thegraph.com/api/subgraphs/id/868b5vA4TPM8BCathVNpcBM2XUbVWR4DPypBFjbohEGg

bash
curl -X POST \  -H "Content-Type: application/json" \  -H "Authorization: Bearer {api-key}" \  -d '{"query": "{ counterEntities(first: 5) { id parameterUpdatedEventCount rewardsDenylistUpdatedEventCount newSubgraphPublishedEventCount } graphAccounts(first: 5) { id curator { id } indexer { id } delegator { id } } }", "operationName": "Subgraphs", "variables": {}}' \  https://gateway.thegraph.com/api/subgraphs/id/868b5vA4TPM8BCathVNpcBM2XUbVWR4DPypBFjbohEGg