Cryptovoxels logo

Cryptovoxels

8 Queries (Past 30D)

10.9 Signal

Updated a year ago

Network

mainnet

Subgraph ID

AzAWf5—BxRp8Q

Deployment ID

QmaKuu—s4ih5B

Query URL

/subgraphs/id/AzAWf5—BxRp8Q

8 Queries (Past 30D)

10.9 Signal

Updated a year ago

Network
mainnet
Subgraph ID
AzAWf5—BxRp8Q
Deployment ID
QmaKuu—s4ih5B
Query URL
/subgraphs/id/AzAWf5—BxRp8Q
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
AzAWf585u2JGovjCQYpuQ8Y5MvbjcuWPnx59hLBxRp8Q
Query URL
https://gateway.thegraph.com/api/subgraphs/id/AzAWf585u2JGovjCQYpuQ8Y5MvbjcuWPnx59hLBxRp8Q

bash
curl -X POST \  -H "Content-Type: application/json" \  -H "Authorization: Bearer {api-key}" \  -d '{"query": "{ parcels(first: 5) { id tokenID location buildHeight } names(first: 5) { id tokenID name owner { id } } }", "operationName": "Subgraphs", "variables": {}}' \  https://gateway.thegraph.com/api/subgraphs/id/AzAWf585u2JGovjCQYpuQ8Y5MvbjcuWPnx59hLBxRp8Q