Network
arbitrum-one
Subgraph ID
GSSeTn—XUwdeM
Deployment ID
QmcMTK—JuHVjc
Query URL
/subgraphs/id/GSSeTn—XUwdeM
93.2K Queries (Past 1D)
913.7 Signal
Updated 17 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/GSSeTnix4YG6SiuwCtzUnVFSbYaqzG3e2rN4oSXUwdeM
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/GSSeTnix4YG6SiuwCtzUnVFSbYaqzG3e2rN4oSXUwdeM