Network
soneium
Subgraph ID
6e5FiT—4j8qzN
Deployment ID
QmUzo6—4L42AB
Query URL
/subgraphs/id/6e5FiT—4j8qzN
0 Signal
Updated a month ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
transferSingles(first: 5) {
id
operator
from
to
}
dailyOmaMints(first: 5) {
id
to
amount
timestamp
}
}
1
x
{
"errors": [
{
"message": "subgraph not found: no allocations"
}
]
}
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/6e5FiTmdnRfJioeTKjsfXVvT7cuWDZVtNnvwuT4j8qzN
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ transferSingles(first: 5) { id operator from to } dailyOmaMints(first: 5) { id to amount timestamp } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/6e5FiTmdnRfJioeTKjsfXVvT7cuWDZVtNnvwuT4j8qzN