Network
mainnet
Subgraph ID
BHNH3L—1zad2k
Deployment ID
QmZg8o—eJmUxp
Query URL
/subgraphs/id/BHNH3L—1zad2k
14 Queries (Past 30D)
1.0 Signal
Updated 10 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
users(first: 5) {
id
address
balances {
id
}
transactions {
id
}
}
markets(first: 5) {
id
address
supplyIndex
poolSupplyIndex
}
}
1
x
{
"errors": [
{
"message": "bad indexers: {0xbdfb5ee5a2abf4fc7bb1bd1221067aef7f9de491: BadResponse(no attestation: indexing_error)}"
}
]
}
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/BHNH3LABs2djqxscK1D9c8TAHuAbHzhuWqUJnd1zad2k
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ users(first: 5) { id address balances { id } transactions { id } } markets(first: 5) { id address supplyIndex poolSupplyIndex } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/BHNH3LABs2djqxscK1D9c8TAHuAbHzhuWqUJnd1zad2k