Network
mainnet
Subgraph ID
C6SJwL—QD6y8U
Deployment ID
QmbK3g—XMAGT3
Query URL
/subgraphs/id/C6SJwL—QD6y8U
1.2M Queries (Past 30D)
1.2K Signal
Updated a month ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
debtIndices(first: 5) {
id
index
realIndex
price
}
collateralIndices(first: 5) {
id
index
realIndex
price
}
}
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/C6SJwLJQvknVbJRiS7s3JC2aEqsGtgKEVoesYJQD6y8U
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ debtIndices(first: 5) { id index realIndex price } collateralIndices(first: 5) { id index realIndex price } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/C6SJwLJQvknVbJRiS7s3JC2aEqsGtgKEVoesYJQD6y8U