Hats v1 Gnosis Chain logo

Hats v1 Gnosis Chain

675 Queries (Past 30D)

9.8K Signal

Updated a year ago

Network

gnosis

Subgraph ID

2VPQUu—s1wb5n

Deployment ID

QmPabn—jaf6z8

Query URL

/subgraphs/id/2VPQUu—s1wb5n

675 Queries (Past 30D)

9.8K Signal

Updated a year ago

Network
gnosis
Subgraph ID
2VPQUu—s1wb5n
Deployment ID
QmPabn—jaf6z8
Query URL
/subgraphs/id/2VPQUu—s1wb5n
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
2VPQUuAeS9Xy8VtinpjHRJEMnZS1sqzFQyCHAys1wb5n
Query URL
https://gateway.thegraph.com/api/subgraphs/id/2VPQUuAeS9Xy8VtinpjHRJEMnZS1sqzFQyCHAys1wb5n

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/2VPQUuAeS9Xy8VtinpjHRJEMnZS1sqzFQyCHAys1wb5n