Network
base
Subgraph ID
2L6yxq—GsmJUZ
Deployment ID
QmNPsG—cXEYAo
Query URL
/subgraphs/id/2L6yxq—GsmJUZ
10.8K Queries (Past 30D)
62.4 Signal
Updated 3 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
pools(first: 5) {
id
poolId
currency0
currency1
}
}
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/2L6yxqUZ7dT6GWoTy9qxNBkf9kEk65me3XPMvbGsmJUZ
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ pools(first: 5) { id poolId currency0 currency1 } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/2L6yxqUZ7dT6GWoTy9qxNBkf9kEk65me3XPMvbGsmJUZ