Network
mainnet
Subgraph ID
DaLzr9—LPJ86M
Deployment ID
QmabFf—hL4Yer
Query URL
/subgraphs/id/DaLzr9—LPJ86M
14 Queries (Past 30D)
99.0 Signal
Updated 2 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
collaterals(first: 5) {
id
collIndex
token {
id
}
minCollRatio
}
tokens(first: 5) {
id
collateral {
id
}
name
symbol
}
}
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/DaLzr9Zpvvg8eBEMRUGVfoFVKmTom2DF4Gp7WYLPJ86M
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ collaterals(first: 5) { id collIndex token { id } minCollRatio } tokens(first: 5) { id collateral { id } name symbol } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/DaLzr9Zpvvg8eBEMRUGVfoFVKmTom2DF4Gp7WYLPJ86M