Network
arbitrum-one
Subgraph ID
Gtkb9L—4zEWym
Deployment ID
QmT1T3—GjM5Tw
Query URL
/subgraphs/id/Gtkb9L—4zEWym
10 Queries (Past 30D)
9.9K Signal
Updated 2 years ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
contracts(first: 5) {
id
asERC1155 {
id
}
}
accounts(first: 5) {
id
transfersFrom {
id
}
transfersTo {
id
}
holdings {
id
}
}
}
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/Gtkb9LdjxZR99YfaxHtZDi6j5fbCho1gypSKuN4zEWym
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ contracts(first: 5) { id asERC1155 { id } } accounts(first: 5) { id transfersFrom { id } transfersTo { id } holdings { id } } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/Gtkb9LdjxZR99YfaxHtZDi6j5fbCho1gypSKuN4zEWym