Network
fantom
Subgraph ID
DLPodu—YvEEUu
Deployment ID
QmWN3i—R2nxVN
Query URL
/subgraphs/id/DLPodu—YvEEUu
0 Queries (Past 1D)
9.9 Signal
Updated a month ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
contributions(first: 5) {
id
contributor
amount
timestamp
}
}
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/DLPoduCtQ9gUZLV9bqkT8B87HqFvkfSS2N1BjbYvEEUu
bash
curl -X POST \ -H "Content-Type: application/json" \ -d '{"query": "{ contributions(first: 5) { id contributor amount timestamp } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/{api-key}/subgraphs/id/DLPoduCtQ9gUZLV9bqkT8B87HqFvkfSS2N1BjbYvEEUu