Network
arbitrum-one
Subgraph ID
BCCAQ3—Tv224r
Deployment ID
QmWpt1—HeQ6Hb
Query URL
/subgraphs/id/BCCAQ3—Tv224r
157.2K Queries (Past 30D)
2.5K Signal
Updated a year ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
factories(first: 5) {
id
pairCount
txCount
}
tokens(first: 5) {
id
symbol
name
decimals
}
}
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/BCCAQ3VvF4jLqCpr966QRRnAK8xpvv4MFJYHYCTv224r
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ factories(first: 5) { id pairCount txCount } tokens(first: 5) { id symbol name decimals } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/BCCAQ3VvF4jLqCpr966QRRnAK8xpvv4MFJYHYCTv224r