Network
avalanche
Subgraph ID
CtVpY2—BgDnHA
Deployment ID
QmSpP7—oYk9a4
Query URL
/subgraphs/id/CtVpY2—BgDnHA
351.8K Queries (Past 30D)
163.6 Signal
Updated 9 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
collectionTokens(first: 5) {
id
address
tokenId
orderId
}
bids(first: 5) {
id
nftAddress
tokenId
orderId
}
}
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/CtVpY2UZn5CwwaEE6ahJgJbfrqeTgHknpLyHhGBgDnHA
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ collectionTokens(first: 5) { id address tokenId orderId } bids(first: 5) { id nftAddress tokenId orderId } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/CtVpY2UZn5CwwaEE6ahJgJbfrqeTgHknpLyHhGBgDnHA