Network
sepolia
Subgraph ID
CoLsmL—58qfwq
Deployment ID
QmW43f—VTY4p9
Query URL
/subgraphs/id/CoLsmL—58qfwq
7 Queries (Past 30D)
0 Signal
Updated a year ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
collections(first: 5) {
id
name
symbol
approved
}
activeCollections(first: 5) {
id
collection {
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/CoLsmL2XfWT8ToEcSYojFQ3ggtW6XmXpzB7J2q58qfwq
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ collections(first: 5) { id name symbol approved } activeCollections(first: 5) { id collection { id } } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/CoLsmL2XfWT8ToEcSYojFQ3ggtW6XmXpzB7J2q58qfwq