Network
polygon-amoy
Subgraph ID
CTX7VQ—MhQo5K
Deployment ID
QmRFR2—zzjiQA
Query URL
/subgraphs/id/CTX7VQ—MhQo5K
0 Queries (Past 1D)
0 Signal
Updated 2 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
approvals(first: 5) {
id
owner
approved
tokenId
}
approvalForAlls(first: 5) {
id
owner
operator
approved
}
}
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/CTX7VQeKohSret1saaaPiVzGRKKKqkrUt7DyHfMhQo5K
bash
curl -X POST \ -H "Content-Type: application/json" \ -d '{"query": "{ approvals(first: 5) { id owner approved tokenId } approvalForAlls(first: 5) { id owner operator approved } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/{api-key}/subgraphs/id/CTX7VQeKohSret1saaaPiVzGRKKKqkrUt7DyHfMhQo5K