Avant is a yield strategy protocol on Avalanche. The API exposes a single vault (savUSD) where depositors earn yield from the protocol's strategy.
savUSD vault deposit with balance, APY, exchange rate, and vault metrics
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 } } } }