Network
mainnet
Subgraph ID
J2f756—9WvJP3
Deployment ID
QmTgsf—hb3W9r
Query URL
/subgraphs/id/J2f756—9WvJP3
14.7K Queries (Past 30D)
0 Signal
Updated 4 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}
/subgraphs/id/
{subgraph_id}
- Api key
- Base URL
- Subgraph id
Query URL
https://gateway.thegraph.com/api/subgraphs/id/J2f756n9odYccBcntvSRia72Nn3gWcY4HQNfvU9WvJP3
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/J2f756n9odYccBcntvSRia72Nn3gWcY4HQNfvU9WvJP3