Network
mainnet
Subgraph ID
FR1R19—Eo9knY
Deployment ID
QmYSen—6kw3i3
Query URL
/subgraphs/id/FR1R19—Eo9knY
2.6M Queries (Past 30D)
4.9K Signal
Updated 7 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
counts(first: 5) {
id
orderTotal
orderParcel
orderEstate
}
orders(first: 5) {
id
marketplaceAddress
category
nft {
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/FR1R19t8KBzjeWzi8nPVevAiJnMJfeUhzQAHvGEo9knY
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ counts(first: 5) { id orderTotal orderParcel orderEstate } orders(first: 5) { id marketplaceAddress category nft { id } } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/FR1R19t8KBzjeWzi8nPVevAiJnMJfeUhzQAHvGEo9knY