Hats v1 Polygon logo

Hats v1 Polygon

470 Queries (Past 30D)

9.8K Signal

Updated a year ago

Network

matic

Subgraph ID

7MxsRb—EPCxBP

Deployment ID

QmerwH—nHKLv4

Query URL

/subgraphs/id/7MxsRb—EPCxBP

470 Queries (Past 30D)

9.8K Signal

Updated a year ago

Network
matic
Subgraph ID
7MxsRb—EPCxBP
Deployment ID
QmerwH—nHKLv4
Query URL
/subgraphs/id/7MxsRb—EPCxBP
Index Status

Query quick start

The production url for querying this Subgraph on the decentralized network.

Query url format

{base_url}

/api

/subgraphs/id/

{subgraph_id}

Base URL
https://gateway.thegraph.com/api
Subgraph id
7MxsRb1p4UQNET8AgrWd93h3GUgeQ7NWrk5SHLEPCxBP
Query URL
https://gateway.thegraph.com/api/subgraphs/id/7MxsRb1p4UQNET8AgrWd93h3GUgeQ7NWrk5SHLEPCxBP

bash
curl -X POST \  -H "Content-Type: application/json" \  -H "Authorization: Bearer {api-key}" \  -d '{"query": "{ hats(first: 5) { id prettyId status createdAt } wearers(first: 5) { id currentHats { id } mintEvent { id } burnEvent { id } } }", "operationName": "Subgraphs", "variables": {}}' \  https://gateway.thegraph.com/api/subgraphs/id/7MxsRb1p4UQNET8AgrWd93h3GUgeQ7NWrk5SHLEPCxBP