Network
arbitrum-one
Subgraph ID
J8e3FP—mKZEYn
Deployment ID
QmQvRc—46LKHb
Query URL
/subgraphs/id/J8e3FP—mKZEYn
3.3K Queries (Past 30D)
1.5K Signal
Updated 8 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
operations(first: 5) {
id
type
timestamp
transaction
}
tokens(first: 5) {
id
symbol
name
decimals
}
}
1
x
{
"errors": [
{
"message": "bad indexers: {0x3b9ba748691f135b71582dc3292e5e3ed7e13341: BadResponse(no attestation: indexing_error), 0xbdfb5ee5a2abf4fc7bb1bd1221067aef7f9de491: BadResponse(no attestation: indexing_error), 0xedca8740873152ff30a2696add66d1ab41882beb: BadResponse(no attestation: indexing_error)}"
}
]
}
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/J8e3FPp5ixbWhk6bosKZkyMzynszpzvHKMd3kLmKZEYn
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ operations(first: 5) { id type timestamp transaction } tokens(first: 5) { id symbol name decimals } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/J8e3FPp5ixbWhk6bosKZkyMzynszpzvHKMd3kLmKZEYn