ApexHistoryFetchResult
Documentation for eth_defi.apex.metrics.ApexHistoryFetchResult Python class.
- class ApexHistoryFetchResult
Bases:
objectImmutable worker result for one history request.
Attributes summary
Platform vault identifier.
Parsed history, or
Noneon failure.Error text on failure.
Methods summary
__init__(vault_id, points, error)- vault_id: str
Platform vault identifier.
- points: Optional[tuple[eth_defi.apex.vault.ApexHistoryPoint, ...]]
Parsed history, or
Noneon failure.
- error: Optional[str]
Error text on failure.