ApexOfficialVault

Documentation for eth_defi.apex.constants.ApexOfficialVault Python class.

class ApexOfficialVault

Bases: object

Curated metadata for one ApeX Omni official, protocol-operated vault.

ApeX Omni runs a small number of official vaults built and operated by the ApeX team itself, as opposed to the user-created copy-trading vaults. These are the ApeX equivalent of a protocol market-making / liquidity-provider vault such as Hyperliquid’s HLP or Lighter’s LLP, and they hold the vast majority of real ApeX vault TVL.

The ApeX ranking API only exposes placeholder desc text for these vaults, so the short and long descriptions here are curated from ApeX’s official documentation and announcements. See the Protocol Vaults announcement.

Attributes summary

vault_id

ApeX platform vault ID (small integer namespace for official vaults).

name

Display name reported by the ApeX official-vaults endpoint.

reported_ethereum_address

Distinct StarkEx L2 vault address reported by ApeX.

short_description

One-line summary shown on vault listing pages.

long_description

Multi-paragraph strategy description in Markdown.

Methods summary

__init__(vault_id, name, ...)

vault_id: str

ApeX platform vault ID (small integer namespace for official vaults).

name: str

Display name reported by the ApeX official-vaults endpoint.

reported_ethereum_address: eth_typing.evm.HexAddress

Distinct StarkEx L2 vault address reported by ApeX.

short_description: str

One-line summary shown on vault listing pages.

long_description: str

Multi-paragraph strategy description in Markdown.

__init__(vault_id, name, reported_ethereum_address, short_description, long_description)
Parameters
Return type

None