Mystic Morpho GraphQL API
Read real-time Morpho data on the chains Mystic is on, including vaults and markets data, APYs, TVL, liquidity, rewards and much more.
Introduction
Base URL
https://api.mysticfinance.xyz/graphqlhttps://staging-api.mysticfinance.xyz/graphqlAuthentication
Making a Request
curl "https://api.mysticfinance.xyz/graphql" \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_API_KEY" \
-d '{
"query": "query Markets($ids: [ChainId!]) { morphoMarkets(where: { chainId_in: $ids }, limit: 2) { items { marketId name supplyApy { total } } } }",
"variables": { "ids": [98866] }
}'What you can Query
Query
Returns
Example Queries
Last updated