Network
fantom
Subgraph ID
3Kr9Cb—bZ2n7B
Deployment ID
QmVaku—wV91qS
Query URL
/subgraphs/id/3Kr9Cb—bZ2n7B
190 Queries (Past 30D)
5.5K Signal
Updated a year ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
nftcontractInternals(first: 5) {
id
sales
prices
valid
}
nftinfos(first: 5) {
id
history {
id
}
sales
activeSales
}
}
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/3Kr9CbYnP2V9UD5iUD4Ehdqbi9Sy2DGYTNQgjMbZ2n7B
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ nftcontractInternals(first: 5) { id sales prices valid } nftinfos(first: 5) { id history { id } sales activeSales } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/3Kr9CbYnP2V9UD5iUD4Ehdqbi9Sy2DGYTNQgjMbZ2n7B