Network
avalanche
Subgraph ID
AhdEs7—4ipVRM
Deployment ID
QmSxYd—oEhoSF
Query URL
/subgraphs/id/AhdEs7—4ipVRM
183 Queries (Past 30D)
3.1K Signal
Updated 9 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
adds(first: 5) {
id
depositor
tokenId
amount
}
approvalForAlls(first: 5) {
id
account
operator
approved
}
}
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/AhdEs7wsPhK3oHuFMKyciAwK5Gd3yTLSBuFXKn4ipVRM
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ adds(first: 5) { id depositor tokenId amount } approvalForAlls(first: 5) { id account operator approved } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/AhdEs7wsPhK3oHuFMKyciAwK5Gd3yTLSBuFXKn4ipVRM