Network
arbitrum-one
Subgraph ID
RJt91n—hb1srd
Deployment ID
QmfENf—XiPCTH
Query URL
/subgraphs/id/RJt91n—hb1srd
2.0K Signal
Updated 2 years ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
assetEntities(first: 5) {
id
contractAddress
assetId
uniswapPool
}
vaultEntities(first: 5) {
id
contractAddress
vaultId
owner
}
}
1
x
Query quick start
The production url for querying this Subgraph on the decentralized network.
Query url format
{base_url}
/api/
{api-key}
/subgraphs/id/
{subgraph_id}
- Api key
- Base URL
- Subgraph id
Query URL format
https://gateway.thegraph.com/api/{api-key}/subgraphs/id/RJt91nwobgQp4x2ZiDL5GpcLjanWXwBNFnUhbhb1srd
bash
curl -X POST \ -H "Content-Type: application/json" \ -d '{"query": "{ assetEntities(first: 5) { id contractAddress assetId uniswapPool } vaultEntities(first: 5) { id contractAddress vaultId owner } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/{api-key}/subgraphs/id/RJt91nwobgQp4x2ZiDL5GpcLjanWXwBNFnUhbhb1srd