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
Returns

Set of atomist display names IPOR exposes through API or frontend data.

Return type

set[str]