Network
mainnet
Subgraph ID
FwsBnb—ribNxK
Deployment ID
QmNkTr—Lxo3i3
Query URL
/subgraphs/id/FwsBnb—ribNxK
113.8K Queries (Past 30D)
49.0K Signal
Updated 8 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
users(first: 5) {
id
stakingPools {
id
}
bsptPools {
id
}
marketplacePools {
id
}
}
stakingPools(first: 5) {
id
poolAmounts {
id
}
poolUsers {
id
}
stats {
id
}
}
}
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/FwsBnbhUZ58CpN3C1qSKKACvwBUoAD3xgBVFRLribNxK
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ users(first: 5) { id stakingPools { id } bsptPools { id } marketplacePools { id } } stakingPools(first: 5) { id poolAmounts { id } poolUsers { id } stats { id } } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/FwsBnbhUZ58CpN3C1qSKKACvwBUoAD3xgBVFRLribNxK