PROTOCOL_MIN_TVL_OVERRIDES
Documentation for eth_defi.vault.top_vaults_json.PROTOCOL_MIN_TVL_OVERRIDES data.
- PROTOCOL_MIN_TVL_OVERRIDES: dict[str, float] = {'apex': 499.0}
Per-protocol peak-NAV export threshold overrides, keyed by protocol slug.
A vault normally has to reach
THRESHOLD_TVLpeak NAV to enter the exported dataset. Some protocols warrant a different bar. The value here replacesTHRESHOLD_TVLfor matching rows.ApeX Omni native vaults are small retail copy-trading leader accounts and, at launch, none have yet gathered meaningful TVL (the largest currently holds roughly USDT 14k, and only about two dozen clear the default USDT 5k export bar). With the default USDT 5k bar the ApeX protocol page is almost empty, so during the rollout period we deliberately lower the ApeX threshold to USDT 499 to give the page a usable set of vaults. Revisit and raise this back towards the default once ApeX vaults gain real traction.