Network
arbitrum-one
Subgraph ID
5ihUPC—sfWRHA
Deployment ID
QmWKoD—gV3njX
Query URL
/subgraphs/id/5ihUPC—sfWRHA
803.1K Queries (Past 30D)
23.5 Signal
Updated 5 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
users(first: 5) {
id
collateralShares
debtShares
debtCollateralRatio
}
}
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/5ihUPCCLKV3B58LCx5L4A8GCz9Bfxr1HKUXiFssfWRHA
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ users(first: 5) { id collateralShares debtShares debtCollateralRatio } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/5ihUPCCLKV3B58LCx5L4A8GCz9Bfxr1HKUXiFssfWRHA