based_snapshot logo

based_snapshot

1.0 Signal

Updated 5 months ago

Network

base

Subgraph ID

ueZ5ox—MXCa8c

Deployment ID

QmY3h2—sGvVZP

Query URL

/subgraphs/id/ueZ5ox—MXCa8c

1.0 Signal

Updated 5 months ago

Network
base
Subgraph ID
ueZ5ox—MXCa8c
Deployment ID
QmY3h2—sGvVZP
Query URL
/subgraphs/id/ueZ5ox—MXCa8c
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
ueZ5oxV7NxWakQtKAv7X17zrRbuiSpA3L6CktMXCa8c
Query URL format
https://gateway.thegraph.com/api/{api-key}/subgraphs/id/ueZ5oxV7NxWakQtKAv7X17zrRbuiSpA3L6CktMXCa8c

bash
curl -X POST \  -H "Content-Type: application/json" \  -d '{"query": "{ users(first: 5) { id blockNumber } transfers(first: 5) { id from to value } }", "operationName": "Subgraphs", "variables": {}}' \  https://gateway.thegraph.com/api/{api-key}/subgraphs/id/ueZ5oxV7NxWakQtKAv7X17zrRbuiSpA3L6CktMXCa8c