Hats v1 Arbitrum logo

Hats v1 Arbitrum

Queries (Past 1D)

10.1K Signal

Updated 10 months ago

Network

arbitrum-one

Subgraph ID

4CiXQP—fm5HEk

Deployment ID

QmXMBY—txjoms

Query URL

/subgraphs/id/4CiXQP—fm5HEk

Queries (Past 1D)

10.1K Signal

Updated 10 months ago

Network
arbitrum-one
Subgraph ID
4CiXQP—fm5HEk
Deployment ID
QmXMBY—txjoms
Query URL
/subgraphs/id/4CiXQP—fm5HEk
Index Status

Query quick start

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

Query url format

{base_url}

/api/

{api-key}

/subgraphs/id/

{subgraph_id}

Base URL
https://gateway.thegraph.com/api
Subgraph id
4CiXQPjzKshBbyK2dgJiknTNWcj8cGUJsopTsXfm5HEk
Query URL format
https://gateway.thegraph.com/api/{api-key}/subgraphs/id/4CiXQPjzKshBbyK2dgJiknTNWcj8cGUJsopTsXfm5HEk

bash
curl -X POST \  -H "Content-Type: application/json" \  -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/{api-key}/subgraphs/id/4CiXQPjzKshBbyK2dgJiknTNWcj8cGUJsopTsXfm5HEk