Network
arbitrum-one
Subgraph ID
HcQUG7—gFdhmC
Deployment ID
Qmf4WH—NJ7uLu
Query URL
/subgraphs/id/HcQUG7—gFdhmC
2.6M Queries (Past 30D)
3.1K Signal
Updated 3 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
positions(first: 5) {
id
productId
vault
owner
}
transactions(first: 5) {
id
hash
vault
minter
}
}
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/HcQUG7TbdiSUpsNd4QxJ54iAHvD4TjmkUxsTfkgFdhmC
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ positions(first: 5) { id productId vault owner } transactions(first: 5) { id hash vault minter } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/HcQUG7TbdiSUpsNd4QxJ54iAHvD4TjmkUxsTfkgFdhmC