Network
bsc
Subgraph ID
2LHYMs—zMKFmW
Deployment ID
Qmao5R—1Jyo7v
Query URL
/subgraphs/id/2LHYMs—zMKFmW
387.6K Queries (Past 30D)
5.1K Signal
Updated 10 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
collections(first: 5) {
id
name
symbol
active
}
nfts(first: 5) {
id
tokenId
otherId
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/2LHYMstVV7vuxR8zz3Lx8i4pD1JgYS5mPoecBTzMKFmW
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ collections(first: 5) { id name symbol active } nfts(first: 5) { id tokenId otherId collection { id } } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/2LHYMstVV7vuxR8zz3Lx8i4pD1JgYS5mPoecBTzMKFmW