Network
matic
Subgraph ID
Conp1v—eaxPaV
Deployment ID
QmasNv—wbcRvT
Query URL
/subgraphs/id/Conp1v—eaxPaV
8 Queries (Past 30D)
4.0K Signal
Updated a year ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
alls(first: 5) {
id
claimIds
claims {
id
}
claimTxs {
id
}
}
claims(first: 5) {
id
_all {
id
}
contractAddress
type
}
}
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/Conp1v3dBbZshDtws86pffuKDxYd7tmhUbEkRveaxPaV
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ alls(first: 5) { id claimIds claims { id } claimTxs { id } } claims(first: 5) { id _all { id } contractAddress type } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/Conp1v3dBbZshDtws86pffuKDxYd7tmhUbEkRveaxPaV