fetch_asseto_products
Documentation for eth_defi.tokenised_fund.asseto.offchain_api.fetch_asseto_products function.
- fetch_asseto_products(api_base_url='https://asseto.finance', timeout=20.0)
Fetch public EVM product metadata from Asseto’s application registry.
This is an undocumented application endpoint and its response schema may change without notice. It is suitable for optional discovery and descriptions, not for canonical TVL or NAV calculations.
- Parameters
- Returns
Iterator over parseable EVM product records.
- Raises
AssetoAPIError – If the public endpoint returns an invalid response envelope.
- Return type
collections.abc.Iterator[eth_defi.tokenised_fund.asseto.offchain_api.AssetoOffchainProduct]