Network
polygon-zkevm
Subgraph ID
CKtDKo—18ZitQ
Deployment ID
QmSqDF—rCckZD
Query URL
/subgraphs/id/CKtDKo—18ZitQ
1.7M Queries (Past 30D)
1.5K Signal
Updated 2 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
protocols(first: 5) {
id
slug
name
underlyingProtocol
}
protocolDistributions(first: 5) {
id
distributed
distributedUSD
}
}
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/CKtDKo64paZz7hmkQPBszQ1hA9G3ujQaN8kktJ18ZitQ
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ protocols(first: 5) { id slug name underlyingProtocol } protocolDistributions(first: 5) { id distributed distributedUSD } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/CKtDKo64paZz7hmkQPBszQ1hA9G3ujQaN8kktJ18ZitQ