Geo Genesis logo

Geo Genesis

0 Signal

Updated 9 months ago

Network

geo

Subgraph ID

DDKLyf—FMoHNK

Deployment ID

QmWbJd—AB9HB4

Query URL

/subgraphs/id/DDKLyf—FMoHNK

0 Signal

Updated 9 months ago

Network
geo
Subgraph ID
DDKLyf—FMoHNK
Deployment ID
QmWbJd—AB9HB4
Query URL
/subgraphs/id/DDKLyf—FMoHNK
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
DDKLyfMiZCM4neSvqZeWzHRAgCko81WKJAHrVbFMoHNK
Query URL
https://gateway.thegraph.com/api/subgraphs/id/DDKLyfMiZCM4neSvqZeWzHRAgCko81WKJAHrVbFMoHNK

bash
curl -X POST \  -H "Content-Type: application/json" \  -H "Authorization: Bearer {api-key}" \  -d '{"query": "{ accounts(first: 5) { nodeId id entitiesByCreatedById { id } onchainProfiles { id } } accountsConnections(first: 5) { nodes { id } edges { id } pageInfo { id } totalCount } }", "operationName": "Subgraphs", "variables": {}}' \  https://gateway.thegraph.com/api/subgraphs/id/DDKLyfMiZCM4neSvqZeWzHRAgCko81WKJAHrVbFMoHNK