Network
arbitrum-one
Subgraph ID
6w6xFp—moKwAh
Deployment ID
QmbWwL—2eviuU
Query URL
/subgraphs/id/6w6xFp—moKwAh
245 Queries (Past 30D)
1.1K Signal
Updated 5 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
contractCreations(first: 5) {
address
deployer
code
code_hash
}
}
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/6w6xFpTo9HHKYYyL7d4HNDy28bG2fMNBiZLcwymoKwAh
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ contractCreations(first: 5) { address deployer code code_hash } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/6w6xFpTo9HHKYYyL7d4HNDy28bG2fMNBiZLcwymoKwAh