VaultSortKey
Documentation for eth_defi.hyperliquid.vault.VaultSortKey Python class.
- class VaultSortKey
Bases:
enum.EnumSupported sort keys for vault listing.
These correspond to fields available in VaultSummary that provide stable, deterministic ordering.
Attributes summary
Sort by vault address (hex string, stable and unique)
Sort by vault name (alphabetical)
Sort by TVL (Total Value Locked)
Sort by APR (Annual Percentage Rate)
Sort by creation time
- VAULT_ADDRESS = 'vault_address'
Sort by vault address (hex string, stable and unique)
- NAME = 'name'
Sort by vault name (alphabetical)
- TVL = 'tvl'
Sort by TVL (Total Value Locked)
- APR = 'apr'
Sort by APR (Annual Percentage Rate)
- CREATE_TIME = 'create_time'
Sort by creation time