Network
mainnet
Subgraph ID
3Mn7ZT—eDL7sF
Deployment ID
QmXPLU—wMPMYM
Query URL
/subgraphs/id/3Mn7ZT—eDL7sF
13.9K Queries (Past 30D)
4.9K 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/3Mn7ZTjHvYPcNW1KCHtsecdRvo7ANTNtrfMszSeDL7sF
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/3Mn7ZTjHvYPcNW1KCHtsecdRvo7ANTNtrfMszSeDL7sF