Data API
Hosted GraphQL API for vault discovery, token prices, and protocol-wide analytics
Endpoint
POST https://api-v2.dhedge.org/graphqlKnown queries
Example: list vaults on a chain
curl -X POST https://api-v2.dhedge.org/graphql \
-H "Content-Type: application/json" \
-d '{"query":"{ allFundsByBlockchainCode(blockchainCode: \"POLYGON\") { address name managerName totalValue } }"}'Schema introspection
When to use which
Need
Use
See also
Last updated

