fetch_ipor_atomist_names
Documentation for eth_defi.erc_4626.vault_protocol.ipor.offchain_metadata.fetch_ipor_atomist_names function.
- fetch_ipor_atomist_names(cache_path=PosixPath('/home/runner/.tradingstrategy/cache/ipor'), api_base_url='https://api.ipor.io', app_base_url='https://app.ipor.io', now_=None, max_cache_duration=datetime.timedelta(days=2))
Fetch known IPOR atomist names for curator maintenance checks.
This helper is for audits and tests that need the set of IPOR manager names, not a vault-specific lookup. Vault accessors should call
fetch_ipor_vault_atomist()instead.- Parameters
cache_path (pathlib.Path) – Directory for IPOR cache files.
api_base_url (str) – IPOR data API base URL.
app_base_url (str) – IPOR Fusion app base URL.
now – Override current time for tests.
max_cache_duration (datetime.timedelta) – Cache time-to-live.
now_ (Optional[datetime.datetime]) –
- Returns
Set of atomist display names IPOR exposes through API or frontend data.
- Return type