Avant logo
Protocol

Avant API

Avant is a yield strategy protocol on Avalanche. The API exposes a single vault (savUSD) where depositors earn yield from the protocol's strategy.

Supported chains

Avalanche

Available data

Vault Position

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

Notes

  • APY is a decimal (e.g., 0.0612 = 6.12%)
  • vaultPosition is null when the wallet has no position

Example query

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

Other protocols

MorphoMorphoAaveAavePendlePendleFluidFluidCompoundCompoundAvantisAvantisNeutrlNeutrlMidasMidas