Network
fuse
Subgraph ID
7FQVAo—Qmpntp
Deployment ID
QmZG8C—KYhscg
Query URL
/subgraphs/id/7FQVAo—Qmpntp
1.1K Queries (Past 30D)
118.0 Signal
Updated a month ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
liquidStakings(first: 5) {
id
sFuse {
id
}
ratio
totalStaked
}
stakedFuses(first: 5) {
id
address
decimals
name
}
}
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/7FQVAoYfsrYPAVzaHnky1rHGYjXj2hcw3yokeLQmpntp
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ liquidStakings(first: 5) { id sFuse { id } ratio totalStaked } stakedFuses(first: 5) { id address decimals name } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/7FQVAoYfsrYPAVzaHnky1rHGYjXj2hcw3yokeLQmpntp