SpotClearinghouseState
Documentation for eth_defi.hyperliquid.api.SpotClearinghouseState Python class.
- class SpotClearinghouseState
Bases:
objectSpot account state for a HyperCore user.
Returned by
fetch_spot_clearinghouse_state().Attributes summary
Spot token balances
USDC in EVM escrow (bridged but not yet processed by HyperCore)
Methods summary
__init__(balances, evm_escrows)- balances: list[eth_defi.hyperliquid.api.SpotBalance]
Spot token balances
- evm_escrows: list[eth_defi.hyperliquid.api.EvmEscrow]
USDC in EVM escrow (bridged but not yet processed by HyperCore)
- __init__(balances, evm_escrows)
- Parameters
balances (list[eth_defi.hyperliquid.api.SpotBalance]) –
evm_escrows (list[eth_defi.hyperliquid.api.EvmEscrow]) –
- Return type
None