Network
arbitrum-one
Subgraph ID
Hj9mNa—UjeEwQ
Deployment ID
QmdTYT—qS3Jtf
Query URL
/subgraphs/id/Hj9mNa—UjeEwQ
187.9K Queries (Past 30D)
4.9K Signal
Updated 2 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
totalSupplyUsds(first: 5) {
id
totalInVault
totalInStrategies
TVL
}
mints(first: 5) {
id
wallet {
id
}
collateral {
id
}
usdsAmt
}
}
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/Hj9mNaz5KzkAbrELZBENMrvM5hqcGa8k8WBHvpUjeEwQ
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ totalSupplyUsds(first: 5) { id totalInVault totalInStrategies TVL } mints(first: 5) { id wallet { id } collateral { id } usdsAmt } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/Hj9mNaz5KzkAbrELZBENMrvM5hqcGa8k8WBHvpUjeEwQ