Network
arbitrum-one
Subgraph ID
59QREC—eWiM3D
Deployment ID
QmbHt1—MqCPv1
Query URL
/subgraphs/id/59QREC—eWiM3D
10.1K Signal
Updated 2 years ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
pairGroupEntities(first: 5) {
id
stableTokenAddress
pairs {
id
}
createdAt
}
pairEntities(first: 5) {
id
pairGroup {
id
}
pairId
uniswapPool
}
}
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/59QRECjVLT2ZM1LbBBeP4DYajfK4dC8pJDjhz6eWiM3D
bash
curl -X POST \ -H "Content-Type: application/json" \ -d '{"query": "{ pairGroupEntities(first: 5) { id stableTokenAddress pairs { id } createdAt } pairEntities(first: 5) { id pairGroup { id } pairId uniswapPool } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/{api-key}/subgraphs/id/59QRECjVLT2ZM1LbBBeP4DYajfK4dC8pJDjhz6eWiM3D