Network
arbitrum-one
Subgraph ID
FBJtdR—Uv7Vx4
Deployment ID
QmVaUW—1ai6bs
Query URL
/subgraphs/id/FBJtdR—Uv7Vx4
93.7K Queries (Past 1D)
1.2K Signal
Updated 9 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
bonderAddeds(first: 5) {
id
newBonder
block {
id
}
transaction {
id
}
}
bonderRemoveds(first: 5) {
id
previousBonder
block {
id
}
transaction {
id
}
}
}
1
x
{
"errors": [
{
"message": "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON",
"stack": "SyntaxError: Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
}
]
}
Query quick start
The production url for querying this Subgraph on the decentralized network.
Query url format
{base_url}
/api/
{api-key}
/subgraphs/id/
{subgraph_id}
- Api key
- Base URL
- Subgraph id
Query URL format
https://gateway.thegraph.com/api/{api-key}/subgraphs/id/FBJtdRbCYDeQKbth5KTpqN3RXCRhGSg3bdiZVGUv7Vx4
bash
curl -X POST \ -H "Content-Type: application/json" \ -d '{"query": "{ bonderAddeds(first: 5) { id newBonder block { id } transaction { id } } bonderRemoveds(first: 5) { id previousBonder block { id } transaction { id } } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/{api-key}/subgraphs/id/FBJtdRbCYDeQKbth5KTpqN3RXCRhGSg3bdiZVGUv7Vx4