Network
arbitrum-one
Subgraph ID
EatVrC—3wNnDc
Deployment ID
QmWsEY—8GV5Lz
Query URL
/subgraphs/id/EatVrC—3wNnDc
9.7K Signal
Updated a year ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
pairEntities(first: 5) {
id
marginId
pairId
uniswapPool
}
tokenEntities(first: 5) {
id
address
pair {
id
}
symbol
}
}
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/EatVrC9TSKYBKn5gGbRNDSVdvDs99BsvcYSn4K3wNnDc
bash
curl -X POST \ -H "Content-Type: application/json" \ -d '{"query": "{ pairEntities(first: 5) { id marginId pairId uniswapPool } tokenEntities(first: 5) { id address pair { id } symbol } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/{api-key}/subgraphs/id/EatVrC9TSKYBKn5gGbRNDSVdvDs99BsvcYSn4K3wNnDc