Network
mainnet
Subgraph ID
3XBwk5—PQPc9m
Deployment ID
QmcMk2—zSbXJ8
Query URL
/subgraphs/id/3XBwk5—PQPc9m
592.2K Queries (Past 30D)
2.1K Signal
Updated 10 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
rentals(first: 5) {
id
contractAddress
tokenId
lessor
}
counts(first: 5) {
id
value
}
}
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/3XBwk5hC3VQN8ukNFsbuLueQypBubFVZfBDBwWPQPc9m
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ rentals(first: 5) { id contractAddress tokenId lessor } counts(first: 5) { id value } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/3XBwk5hC3VQN8ukNFsbuLueQypBubFVZfBDBwWPQPc9m