Network
mainnet
Subgraph ID
CBf1Ft—NNq5ow
Deployment ID
QmX4LA—8TUeW9
Query URL
/subgraphs/id/CBf1Ft—NNq5ow
14 Queries (Past 30D)
0 Signal
Updated 2 years ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
contracts(first: 5) {
id
asERC721 {
id
}
}
accounts(first: 5) {
id
tokens {
id
}
transfersFrom {
id
}
transfersTo {
id
}
}
}
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/CBf1FtUKFnipwKVm36mHyeMtkuhjmh4KHzY3uWNNq5ow
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ contracts(first: 5) { id asERC721 { id } } accounts(first: 5) { id tokens { id } transfersFrom { id } transfersTo { id } } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/CBf1FtUKFnipwKVm36mHyeMtkuhjmh4KHzY3uWNNq5ow