Network
arbitrum-one
Subgraph ID
CmX4Xr—PPccBM
Deployment ID
QmY5Sq—KyZMt5
Query URL
/subgraphs/id/CmX4Xr—PPccBM
176 Queries (Past 30D)
15.7 Signal
Updated 10 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
projects(first: 5) {
id
projectId
active
additionalPayee
}
projectScripts(first: 5) {
id
index
project {
id
}
script
}
}
1
x
{
"errors": [
{
"message": "bad indexers: {0x920fdeb00ee04dd72f62d8a8f80f13c82ef76c1e: BadResponse(400)}"
}
]
}
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/CmX4XrH9s5yzaLUj4xixWnKMqba27AsPQgPUcpPPccBM
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ projects(first: 5) { id projectId active additionalPayee } projectScripts(first: 5) { id index project { id } script } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/CmX4XrH9s5yzaLUj4xixWnKMqba27AsPQgPUcpPPccBM