Network
optimism
Subgraph ID
3yBwiR—3rHeZu
Deployment ID
QmTVi6—jJtQPp
Query URL
/subgraphs/id/3yBwiR—3rHeZu
577 Queries (Past 1D)
1.1K Signal
Updated 9 days ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
tokens(first: 5) {
id
address
totalSupply
totalUniqueSenders
}
endUsers(first: 5) {
id
address
isSmartWallet
createdAt
}
}
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/3yBwiRjVr7RUAF7MBABS7tjaEcqjdCmfAwSHAX3rHeZu
bash
curl -X POST \ -H "Content-Type: application/json" \ -d '{"query": "{ tokens(first: 5) { id address totalSupply totalUniqueSenders } endUsers(first: 5) { id address isSmartWallet createdAt } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/{api-key}/subgraphs/id/3yBwiRjVr7RUAF7MBABS7tjaEcqjdCmfAwSHAX3rHeZu