Network
bsc
Subgraph ID
JDGjDt—yuFEYL
Deployment ID
Qmb7tb—1vkwZV
Query URL
/subgraphs/id/JDGjDt—yuFEYL
922.7K Queries (Past 30D)
127.3 Signal
Updated 10 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
users(first: 5) {
id
stakingPower
stakingPowerChange
superiorSP
}
userOperationHistories(first: 5) {
id
type
user {
id
}
amount
}
}
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/JDGjDt2zmgz7jurWpeUc54J9MMNaxr9DyMKbPEyuFEYL
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ users(first: 5) { id stakingPower stakingPowerChange superiorSP } userOperationHistories(first: 5) { id type user { id } amount } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/JDGjDt2zmgz7jurWpeUc54J9MMNaxr9DyMKbPEyuFEYL