SharePriceEvent

Documentation for eth_defi.hyperliquid.trade_history.SharePriceEvent Python class.

class SharePriceEvent

Bases: object

A 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

timestamp

event_type

total_assets

total_supply

share_price

delta

epoch_reset

coin

Methods summary

__init__(timestamp, event_type, ...[, ...])

__init__(timestamp, event_type, total_assets, total_supply, share_price, delta, epoch_reset=False, coin=None)
Parameters
Return type

None