Network
optimism
Subgraph ID
9jpa2F—5iwyeC
Deployment ID
QmUaoj—xeRb5A
Query URL
/subgraphs/id/9jpa2F—5iwyeC
752.7K Queries (Past 30D)
5.1K Signal
Updated 6 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
deposits(first: 5) {
id
market
timestamp
caller
}
withdraws(first: 5) {
id
market
timestamp
caller
}
}
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/9jpa2F3ZuirB11m3GL36wcNoNGETd3Z2zf7Cre5iwyeC
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ deposits(first: 5) { id market timestamp caller } withdraws(first: 5) { id market timestamp caller } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/9jpa2F3ZuirB11m3GL36wcNoNGETd3Z2zf7Cre5iwyeC