Network
mainnet
Subgraph ID
7tJKp4—3havbb
Deployment ID
QmP2CJ—LcEYbW
Query URL
/subgraphs/id/7tJKp4—3havbb
480 Queries (Past 30D)
0 Signal
Updated 4 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
transactions(first: 5) {
id
timestamp
block
type
}
pools(first: 5) {
id
}
}
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/7tJKp4ZzuJtjUKazN8w3SG5PbUmo7acf8yNSPL3havbb
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ transactions(first: 5) { id timestamp block type } pools(first: 5) { id } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/7tJKp4ZzuJtjUKazN8w3SG5PbUmo7acf8yNSPL3havbb