VaultSortKey

Documentation for eth_defi.hyperliquid.vault.VaultSortKey Python class.

class VaultSortKey

Bases: enum.Enum

Supported sort keys for vault listing.

These correspond to fields available in VaultSummary that provide stable, deterministic ordering.

Attributes summary

VAULT_ADDRESS

Sort by vault address (hex string, stable and unique)

NAME

Sort by vault name (alphabetical)

TVL

Sort by TVL (Total Value Locked)

APR

Sort by APR (Annual Percentage Rate)

CREATE_TIME

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