0 Signal
Updated 3 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
xxxxxxxxxx
{
accounts(first: 5) {
id
address
collectibles {
id
}
}
collectibles(first: 5) {
id
tokenId
creator {
id
}
owner {
id
}
}
}
1
x
{
"errors": [
{
"message": "subgraph not found: QmXCycXYPeKcRUY2rmivStKnq5dowHpF4H2fP4M4ViQsvF"
}
]
}
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/36MBsLQLDobyKmN9NWW5bStUS5GdXjK6mmKytMxcWFbq
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ accounts(first: 5) { id address collectibles { id } } collectibles(first: 5) { id tokenId creator { id } owner { id } } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/36MBsLQLDobyKmN9NWW5bStUS5GdXjK6mmKytMxcWFbq