Network
arbitrum-one
Subgraph ID
AdLbcS—YFGYFo
Deployment ID
QmXXP4—NZByx1
Query URL
/subgraphs/id/AdLbcS—YFGYFo
2.4M Queries (Past 30D)
271.2 Signal
Updated 2 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
fastSyncs(first: 5) {
id
syncState
syncStep
}
impermaxFactories(first: 5) {
id
totalBalanceUSD
totalSupplyUSD
totalBorrowsUSD
}
}
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/AdLbcSfG6JnpZ7RDdHNHq3bJ21waGnRi7AJ5x3YFGYFo
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ fastSyncs(first: 5) { id syncState syncStep } impermaxFactories(first: 5) { id totalBalanceUSD totalSupplyUSD totalBorrowsUSD } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/AdLbcSfG6JnpZ7RDdHNHq3bJ21waGnRi7AJ5x3YFGYFo