Hats v1 Ethereum logo

Hats v1 Ethereum

715 Queries (Past 30D)

9.8K Signal

Updated a year ago

Network

mainnet

Subgraph ID

AtrhAM—dCzpKx

Deployment ID

QmZWfq—KMNNaX

Query URL

/subgraphs/id/AtrhAM—dCzpKx

715 Queries (Past 30D)

9.8K Signal

Updated a year ago

Network
mainnet
Subgraph ID
AtrhAM—dCzpKx
Deployment ID
QmZWfq—KMNNaX
Query URL
/subgraphs/id/AtrhAM—dCzpKx
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
AtrhAMCcVfPbmejxTez3G59Kdfu5tMFoiPsTUjdCzpKx
Query URL
https://gateway.thegraph.com/api/subgraphs/id/AtrhAMCcVfPbmejxTez3G59Kdfu5tMFoiPsTUjdCzpKx

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