Network
eos
Subgraph ID
BEPBdC—qQHy2p
Deployment ID
QmWiiv—nB8p8m
Query URL
/subgraphs/id/BEPBdC—qQHy2p
51.6K Queries (Past 30D)
0 Signal
Updated 5 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/BEPBdCakjSNmQFLy8RiSYpjnsKYN58VxJ41uz6qQHy2p
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/BEPBdCakjSNmQFLy8RiSYpjnsKYN58VxJ41uz6qQHy2p