mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 14:54:21 +01:00
Add support to new calculation endpoints.
This commit is contained in:
@@ -181,6 +181,16 @@ class PulseMessage(_Type):
|
||||
PROFILE: PulseProfile
|
||||
COMMENTS: int
|
||||
|
||||
@dataclass
|
||||
class TradingMarketAveragePrice(_Type):
|
||||
PRICE_AVG: float
|
||||
AMOUNT: float
|
||||
|
||||
@dataclass
|
||||
class FundingMarketAveragePrice(_Type):
|
||||
RATE_AVG: float
|
||||
AMOUNT: float
|
||||
|
||||
#endregion
|
||||
|
||||
#region Type hinting for Rest Authenticated Endpoints
|
||||
|
||||
Reference in New Issue
Block a user