Network
kylin
Subgraph ID
GpJpCv—uR2rCb
Deployment ID
QmdLXF—wK7NPM
Query URL
/subgraphs/id/GpJpCv—uR2rCb
88.4K Queries (Past 30D)
0 Signal
Updated 6 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
actions(first: 5) {
id
account
name
jsonData
}
dbOps(first: 5) {
id
code
tableName
scope
}
}
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/GpJpCvfozP3XWQRomagcU8t4tzmU5A788VNqKZuR2rCb
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ actions(first: 5) { id account name jsonData } dbOps(first: 5) { id code tableName scope } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/GpJpCvfozP3XWQRomagcU8t4tzmU5A788VNqKZuR2rCb