ApexOfficialVault
Documentation for eth_defi.apex.constants.ApexOfficialVault Python class.
- class ApexOfficialVault
Bases:
objectCurated 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
desctext 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
ApeX platform vault ID (small integer namespace for official vaults).
Display name reported by the ApeX official-vaults endpoint.
Distinct StarkEx L2 vault address reported by ApeX.
One-line summary shown on vault listing pages.
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
vault_id (str) –
name (str) –
reported_ethereum_address (eth_typing.evm.HexAddress) –
short_description (str) –
long_description (str) –
- Return type
None