Network
gnosis
Subgraph ID
FPPoFB—wXd4SP
Deployment ID
QmUbSe—NKm6g7
Query URL
/subgraphs/id/FPPoFB—wXd4SP
3.5K Queries (Past 1D)
5.1K Signal
Updated 10 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
burnEvents(first: 5) {
id
token {
id
}
amount
sender
}
mintEvents(first: 5) {
id
token {
id
}
amount
sender
}
}
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/FPPoFB7S2dcCNrRyjM5QbaMwKqRZPdbTg8ysBrwXd4SP
bash
curl -X POST \ -H "Content-Type: application/json" \ -d '{"query": "{ burnEvents(first: 5) { id token { id } amount sender } mintEvents(first: 5) { id token { id } amount sender } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/{api-key}/subgraphs/id/FPPoFB7S2dcCNrRyjM5QbaMwKqRZPdbTg8ysBrwXd4SP