SpotBalance
Documentation for eth_defi.hyperliquid.api.SpotBalance Python class.
- class SpotBalance
Bases:
objectA single spot token balance on HyperCore.
Returned inside
SpotClearinghouseState.Attributes summary
cointokentotalholdMethods summary
__init__(coin, token, total, hold)- __init__(coin, token, total, hold)
- Parameters
coin (str) –
token (int) –
total (decimal.Decimal) –
hold (decimal.Decimal) –
- Return type
None