Network
base-sepolia
Subgraph ID
8XPmGx—VY6Nmo
Deployment ID
QmSmRV—e34AJL
Query URL
/subgraphs/id/8XPmGx—VY6Nmo
34.6M Queries (Past 30D)
10.9 Signal
Updated a month ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
fizzNodes(first: 5) {
id
fizzId
providerId
spec
}
altFizzNodes(first: 5) {
id
cpuAttributesLength
gpuAttributesLength
pendingRewards
}
}
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/8XPmGxKD883S8hGW3QqrZs872FJYMM5VFx6akwVY6Nmo
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ fizzNodes(first: 5) { id fizzId providerId spec } altFizzNodes(first: 5) { id cpuAttributesLength gpuAttributesLength pendingRewards } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/8XPmGxKD883S8hGW3QqrZs872FJYMM5VFx6akwVY6Nmo