SharePriceEvent
Documentation for eth_defi.hyperliquid.trade_history.SharePriceEvent Python class.
- class SharePriceEvent
Bases:
objectA single event in the share price time series.
Each event represents a state change that affects the vault’s share price: a deposit, withdrawal, trading PnL, or funding payment.
Attributes summary
timestampevent_typetotal_assetstotal_supplyshare_pricedeltaepoch_resetcoinMethods summary
__init__(timestamp, event_type, ...[, ...])- __init__(timestamp, event_type, total_assets, total_supply, share_price, delta, epoch_reset=False, coin=None)