mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 23:04:21 +01:00
rename subdata to sub_data, add margin info endpoints
This commit is contained in:
@@ -373,5 +373,21 @@ class Movement(_Type):
|
||||
DESTINATION_ADDRESS: str
|
||||
TRANSACTION_ID: str
|
||||
WITHDRAW_TRANSACTION_NOTE: str
|
||||
|
||||
@dataclass
|
||||
class SymbolMarginInfo(_Type):
|
||||
SYMBOL: str
|
||||
TRADABLE_BALANCE: float
|
||||
GROSS_BALANCE: float
|
||||
BUY: float
|
||||
SELL: float
|
||||
|
||||
@dataclass
|
||||
class BaseMarginInfo(_Type):
|
||||
USER_PL: float
|
||||
USER_SWAPS: float
|
||||
MARGIN_BALANCE: float
|
||||
MARGIN_NET: float
|
||||
MARGIN_MIN: float
|
||||
|
||||
#endregion
|
||||
Reference in New Issue
Block a user