Network
injective-mainnet
Subgraph ID
5K9VPU—TMC595
Deployment ID
Qmcmny—pkV7EC
Query URL
/subgraphs/id/5K9VPU—TMC595
~ 0 Signal
Updated 10 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
events(first: 5) {
id
type
attrs {
id
}
}
attrs(first: 5) {
id
key
value
}
}
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/5K9VPUj4gGnZdRZhzbuLHqADDF4QcSwig84hGLTMC595
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ events(first: 5) { id type attrs { id } } attrs(first: 5) { id key value } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/5K9VPUj4gGnZdRZhzbuLHqADDF4QcSwig84hGLTMC595