Network
matic
Subgraph ID
66y54J—R9G12Y
Deployment ID
QmRfL2—T3STn1
Query URL
/subgraphs/id/66y54J—R9G12Y
17 Queries (Past 30D)
990.0 Signal
Updated a year ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
postCreateds(first: 5) {
id
ownerId
contentURI
timestamp
}
postContents(first: 5) {
id
hash
content
}
}
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/66y54JQq5nSUPwruySqFPBM3FumChgcweEsFu2R9G12Y
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ postCreateds(first: 5) { id ownerId contentURI timestamp } postContents(first: 5) { id hash content } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/66y54JQq5nSUPwruySqFPBM3FumChgcweEsFu2R9G12Y