Network
sepolia
Subgraph ID
92BNVV—EjhdLn
Deployment ID
QmZdVa—xtacRx
Query URL
/subgraphs/id/92BNVV—EjhdLn
0 Signal
Updated 22 days ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
factories(first: 5) {
id
totalStaked
totalPendingWithdrawal
numOfCandidate
}
}
1
x
Query quick start
The production url for querying this Subgraph on the decentralized network.
Query url format
{base_url}
/api/
{api-key}
/subgraphs/id/
{subgraph_id}
- Api key
- Base URL
- Subgraph id
Query URL format
https://gateway.thegraph.com/api/{api-key}/subgraphs/id/92BNVVCVdzTTkCRaJ7pLQoXmEdcnmF7dpkKsjtEjhdLn
bash
curl -X POST \ -H "Content-Type: application/json" \ -d '{"query": "{ factories(first: 5) { id totalStaked totalPendingWithdrawal numOfCandidate } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/{api-key}/subgraphs/id/92BNVVCVdzTTkCRaJ7pLQoXmEdcnmF7dpkKsjtEjhdLn