Network
arbitrum-one
Subgraph ID
8uWgxY—tDKyr6
Deployment ID
QmdY45—vMqLPA
Query URL
/subgraphs/id/8uWgxY—tDKyr6
11 Queries (Past 30D)
99.0 Signal
Updated a year ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
ownershipTransferreds(first: 5) {
id
previousOwner
newOwner
blockNumber
}
vaultCreateds(first: 5) {
id
name
proxyAddress
blockNumber
}
}
1
x
{
"errors": [
{
"message": "bad indexers: {0x326c584e0f0eab1f1f83c93cc6ae1acc0feba0bc: Unavailable(no status: indexer not available), 0x6f3ce93a09f30f18d728d2364268b5fe9444b89e: Unavailable(no status: indexer not available), 0x920fdeb00ee04dd72f62d8a8f80f13c82ef76c1e: BadResponse(400), 0xaa988dcb035518bc0e20082a3148a5d3dfd1776d: Unavailable(no status: indexer not available), 0xdec965f0604125be05cd8a136c85d02ef344d61a: Unavailable(no status: indexer not available)}"
}
]
}
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/8uWgxYERUX3y5SfGZvyMRDthLfMbL1MkyawinStDKyr6
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ ownershipTransferreds(first: 5) { id previousOwner newOwner blockNumber } vaultCreateds(first: 5) { id name proxyAddress blockNumber } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/8uWgxYERUX3y5SfGZvyMRDthLfMbL1MkyawinStDKyr6