Network
optimism
Subgraph ID
82Jfs6—yfHfXD
Deployment ID
QmNQAz—Qmv8Fs
Query URL
/subgraphs/id/82Jfs6—yfHfXD
79.1K 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
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/82Jfs6YUgbBCCmHycPaYujrrfs1LdbXhdUHF8ryfHfXD
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/82Jfs6YUgbBCCmHycPaYujrrfs1LdbXhdUHF8ryfHfXD