Enzyme Vault Shares logo

Enzyme Vault Shares

42.5K Queries (Past 30D)

3.0K Signal

Updated 4 months ago

Network

mainnet

Subgraph ID

6p2L2g—jS7qVo

Deployment ID

QmcPi2—1o9RNe

Query URL

/subgraphs/id/6p2L2g—jS7qVo

42.5K Queries (Past 30D)

3.0K Signal

Updated 4 months ago

Network
mainnet
Subgraph ID
6p2L2g—jS7qVo
Deployment ID
QmcPi2—1o9RNe
Query URL
/subgraphs/id/6p2L2g—jS7qVo
Index Status

Query quick start

The production url for querying this Subgraph on the decentralized network.

Query url format

{base_url}

/api

/subgraphs/id/

{subgraph_id}

Base URL
https://gateway.thegraph.com/api
Subgraph id
6p2L2gQ4Hw4Dh2kxZFDJbcqtbv44vrJbrBEh3EjS7qVo
Query URL
https://gateway.thegraph.com/api/subgraphs/id/6p2L2gQ4Hw4Dh2kxZFDJbcqtbv44vrJbrBEh3EjS7qVo

bash
curl -X POST \  -H "Content-Type: application/json" \  -H "Authorization: Bearer {api-key}" \  -d '{"query": "{ vaults(first: 5) { id supply deposits { id } transfers } depositors(first: 5) { id deposits { id } transfers incoming { id } } }", "operationName": "Subgraphs", "variables": {}}' \  https://gateway.thegraph.com/api/subgraphs/id/6p2L2gQ4Hw4Dh2kxZFDJbcqtbv44vrJbrBEh3EjS7qVo