Network
mainnet
Subgraph ID
2Z1QtQ—Su9kN4
Deployment ID
Qmaeb4—uz4s4Y
Query URL
/subgraphs/id/2Z1QtQ—Su9kN4
3 Queries (Past 30D)
980.1 Signal
Updated 14 days ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
claims(first: 5) {
id
amount
account {
id
}
from
}
accounts(first: 5) {
id
address
claims {
id
}
claimsLength
}
}
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/2Z1QtQT6ea2pxaxxQz9NEmhqiaKiWAq6DiXPbqSu9kN4
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ claims(first: 5) { id amount account { id } from } accounts(first: 5) { id address claims { id } claimsLength } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/2Z1QtQT6ea2pxaxxQz9NEmhqiaKiWAq6DiXPbqSu9kN4