fetch_asseto_product_detail
Documentation for eth_defi.tokenised_fund.asseto.offchain_api.fetch_asseto_product_detail function.
- fetch_asseto_product_detail(product_name, api_base_url='https://asseto.finance', timeout=20.0)
Fetch the richer public description for an Asseto product.
The application requires the registry product key in a
productNamerequest header. Products without a parseable EVM address returnNone.- Parameters
- Returns
Public product detail, or
Nonefor a non-EVM/malformed product.- Raises
AssetoAPIError – If the public endpoint returns an invalid response envelope.
- Return type
Optional[eth_defi.tokenised_fund.asseto.offchain_api.AssetoProductDetail]