get_moolah_vault_history
Fetches time series of APY, TVL, and supply mining data for a V2 Moolah vault to analyze historical performance and yield trends.
Instructions
Time series of a V2 Moolah vault's APY, TVL, and supply mining data. Returns currentSupplyUsd, supplyBaseApy, supplyMiningApy, and a historyRecords array. Use vaultAddress from get_moolah_vaults or chains.ts vault map.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Network. Default: mainnet | |
| vaultAddress | Yes | Vault contract address (Base58 T...) |