Network
gnosis
Subgraph ID
4U58PZ—h1EY9f
Deployment ID
Qmb9jm—EbADeh
Query URL
/subgraphs/id/4U58PZ—h1EY9f
Queries (Past 1D)
3.0K Signal
Updated 5 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
factories(first: 5) {
id
pools {
id
}
}
pools(first: 5) {
id
address
factory {
id
}
name
}
}
1
x
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}
- Api key
- Base URL
- Subgraph id
Query URL format
https://gateway.thegraph.com/api/{api-key}/subgraphs/id/4U58PZMVdUF6Kk7gW5wh78kHyr9pZ2pdxAEQeEh1EY9f
bash
curl -X POST \ -H "Content-Type: application/json" \ -d '{"query": "{ factories(first: 5) { id pools { id } } pools(first: 5) { id address factory { id } name } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/{api-key}/subgraphs/id/4U58PZMVdUF6Kk7gW5wh78kHyr9pZ2pdxAEQeEh1EY9f