Network
matic
Subgraph ID
BFq4sS—UxcUKC
Deployment ID
Qmddr5—opraHV
Query URL
/subgraphs/id/BFq4sS—UxcUKC
175.5K Queries (Past 30D)
5.0K Signal
Updated 3 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
collections(first: 5) {
id
items {
id
}
owner
creator
}
items(first: 5) {
id
collection {
id
}
blockchainId
creator
}
}
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/BFq4sSGCQZALJfAbur9EubSSNcMbqpcBpABwcyUxcUKC
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ collections(first: 5) { id items { id } owner creator } items(first: 5) { id collection { id } blockchainId creator } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/BFq4sSGCQZALJfAbur9EubSSNcMbqpcBpABwcyUxcUKC