Network
bsc
Subgraph ID
5ygYHx—nFF7iR
Deployment ID
QmRNDu—TRY8rg
Query URL
/subgraphs/id/5ygYHx—nFF7iR
107.3K Queries (Past 30D)
1.9K Signal
Updated a month ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
delegates(first: 5) {
id
stakedXvsMantissa
totalVotesMantissa
delegateCount
}
transactions(first: 5) {
id
txHash
blockNumber
timestamp
}
}
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/5ygYHxpnJ7EbQ6LBv39bjc4XmeTH1bQMdXw3uAnFF7iR
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ delegates(first: 5) { id stakedXvsMantissa totalVotesMantissa delegateCount } transactions(first: 5) { id txHash blockNumber timestamp } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/5ygYHxpnJ7EbQ6LBv39bjc4XmeTH1bQMdXw3uAnFF7iR