Network
fuse
Subgraph ID
6CtoTU—1SRjFy
Deployment ID
QmZ3Zq—s3Sfsc
Query URL
/subgraphs/id/6CtoTU—1SRjFy
1.1K Queries (Past 30D)
3.7 Signal
Updated 10 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
tokens(first: 5) {
id
address
decimals
name
}
metrics(first: 5) {
id
exact
decimals
simple
}
}
1
x
Query quick start
The production url for querying this Subgraph on the decentralized network.
Query url format
{base_url}
/api
/subgraphs/id/
{subgraph_id}
- Api key
- Base URL
- Subgraph id
Query URL
https://gateway.thegraph.com/api/subgraphs/id/6CtoTUig1ej3i24WGmJ5o9N6CL9JWB3FUjsF5C1SRjFy
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ tokens(first: 5) { id address decimals name } metrics(first: 5) { id exact decimals simple } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/6CtoTUig1ej3i24WGmJ5o9N6CL9JWB3FUjsF5C1SRjFy