Skip to main content
Query wallet positions and pool data across multiple DeFi protocols through a single GraphQL endpoint. One request can fetch positions from Morpho, Aave, Pendle, and more — with built-in partial failure handling so one protocol’s downtime doesn’t block the rest.

What you can do

walletPositions

Fetch a wallet’s DeFi positions across one or more protocols and chains in a single query.

poolDetails

Get pool-level data (APY, TVL, reserves) for specific pools or markets.

Supported protocols

https://mintcdn.com/dapolitoluca01gmailcom/GCFDv97l82QO_3O2/logo/protocols/morpho.svg?fit=max&auto=format&n=GCFDv97l82QO_3O2&q=85&s=4c1a832c6fbb946499868ffb9b5cd88f

Morpho

Vaults and isolated lending markets
https://mintcdn.com/dapolitoluca01gmailcom/GCFDv97l82QO_3O2/logo/protocols/aave.svg?fit=max&auto=format&n=GCFDv97l82QO_3O2&q=85&s=2a01bfb1423388b1e778ffee831a2f27

Aave

Supply, borrow, and market states
https://mintcdn.com/dapolitoluca01gmailcom/GCFDv97l82QO_3O2/logo/protocols/pendle.svg?fit=max&auto=format&n=GCFDv97l82QO_3O2&q=85&s=566ba440360150f9b172498e0cf2fbf0

Pendle

Fixed yield, floating yield, and LP positions
https://mintcdn.com/dapolitoluca01gmailcom/GCFDv97l82QO_3O2/logo/protocols/fluid.svg?fit=max&auto=format&n=GCFDv97l82QO_3O2&q=85&s=e36a0de2c9b337bdc454f100147bbf23

Fluid

Lending and CDP vault positions
https://mintcdn.com/dapolitoluca01gmailcom/GCFDv97l82QO_3O2/logo/protocols/compound.svg?fit=max&auto=format&n=GCFDv97l82QO_3O2&q=85&s=4723b69dbdabc183bbc7bf3b6dd13291

Compound

Supply, borrow, collateral, and COMP rewards
https://mintcdn.com/dapolitoluca01gmailcom/GCFDv97l82QO_3O2/logo/protocols/neutrl.svg?fit=max&auto=format&n=GCFDv97l82QO_3O2&q=85&s=c8baf662543173d380538a294be18b3f

Neutrl

Delta-neutral yield vault
https://mintcdn.com/dapolitoluca01gmailcom/GCFDv97l82QO_3O2/logo/protocols/avantis.svg?fit=max&auto=format&n=GCFDv97l82QO_3O2&q=85&s=38f763799f69ce8bcf1e18e871f74883

Avantis

Perpetual trading vault
https://mintcdn.com/dapolitoluca01gmailcom/GCFDv97l82QO_3O2/logo/protocols/avant.svg?fit=max&auto=format&n=GCFDv97l82QO_3O2&q=85&s=02f841a3e833319a1ed41c5f706b7cae

Avant

Yield strategy vault
https://mintcdn.com/dapolitoluca01gmailcom/GCFDv97l82QO_3O2/logo/protocols/midas.svg?fit=max&auto=format&n=GCFDv97l82QO_3O2&q=85&s=feb74109e6d36b97315e1d4dda692cb7

Midas

Tokenized institutional strategies

Chain support

Chain IDNetworkMorphoPendleAaveFluidCompoundNeutrlAvantisAvantMidas
1EthereumYesYesYesYesYesYesYes
10OptimismYesYesYes
56BSCYes
137PolygonYesYes
146SonicYes
8453BaseYesYesYesYesYesYes
42161ArbitrumYesYesYesYesYes
43114AvalancheYesYes

Key features

  • Single endpoint — one GraphQL query fetches data from multiple protocols
  • Partial failure handling — if one protocol fails, the others still return data
  • Union types — each protocol returns its own typed response via GraphQL inline fragments
  • API key authentication — secure access with pk_ prefixed keys via header or bearer token
  • Rate limited — 100 requests per 60-second window, max 5 inputs per request