Neutrl logo
Protocol

Neutrl API

Neutrl is a delta-neutral yield vault on Ethereum. It exposes a single vault (sNUSD) that earns yield through a market-neutral strategy.

Supported chains

Ethereum

Available data

Vault Position

sNUSD vault deposit with balance, APY, exchange rate, and vault metrics

Notes

  • APY is a decimal calculated from historical exchange rate changes
  • APY may be null if insufficient historical data is available
  • vaultPosition is null when the wallet has no position

Example query

query.graphql
query {
  walletPositions(inputs: [
    { protocol: "neutrl", chainId: 1, walletAddress: "0x742d35Cc6634C0532925a3b8D4C9db96C4b4d8b6" }
  ]) {
    data {
      ... on NeutrlWalletPositions {
        protocol
        walletAddress
        chainId
        vaultPosition {
          underlyingAsset { symbol }
          balanceUsd
          apy
          exchangeRate
          vaultMetrics { totalAssets totalSupply }
        }
      }
    }
    errors { protocol error { code message } }
  }
}
Try in PlaygroundView full docs

Other protocols

MorphoMorphoAaveAavePendlePendleFluidFluidCompoundCompoundAvantAvantAvantisAvantisMidasMidas