Network
celo
Subgraph ID
CFtpbJ—6eJjRP
Deployment ID
QmP62J—TsYW3n
Query URL
/subgraphs/id/CFtpbJ—6eJjRP
13 Queries (Past 30D)
7.6K Signal
Updated 10 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
approvals(first: 5) {
id
owner
spender
value
}
inflationFactorUpdateds(first: 5) {
id
factor
lastUpdated
blockNumber
}
}
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/CFtpbJRPMNdEhpCEigHMpLh8M5y55vmVQ285uo6eJjRP
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ approvals(first: 5) { id owner spender value } inflationFactorUpdateds(first: 5) { id factor lastUpdated blockNumber } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/CFtpbJRPMNdEhpCEigHMpLh8M5y55vmVQ285uo6eJjRP