Hats v1 Celo logo

Hats v1 Celo

1.1K Queries (Past 30D)

9.8K Signal

Updated a year ago

Network

celo

Subgraph ID

GpKseh—jhvz7t

Deployment ID

QmXvbD—8sjKqt

Query URL

/subgraphs/id/GpKseh—jhvz7t

1.1K Queries (Past 30D)

9.8K Signal

Updated a year ago

Network
celo
Subgraph ID
GpKseh—jhvz7t
Deployment ID
QmXvbD—8sjKqt
Query URL
/subgraphs/id/GpKseh—jhvz7t
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
GpKseh3Z4nX2X8W5HjQPp5hpSSxPxsaQ3t1KpEjhvz7t
Query URL
https://gateway.thegraph.com/api/subgraphs/id/GpKseh3Z4nX2X8W5HjQPp5hpSSxPxsaQ3t1KpEjhvz7t

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/GpKseh3Z4nX2X8W5HjQPp5hpSSxPxsaQ3t1KpEjhvz7t