mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 14:54:21 +01:00
fx rate
This commit is contained in:
@@ -191,6 +191,10 @@ class FundingMarketAveragePrice(_Type):
|
||||
RATE_AVG: float
|
||||
AMOUNT: float
|
||||
|
||||
@dataclass
|
||||
class FxRate(_Type):
|
||||
CURRENT_RATE: float
|
||||
|
||||
#endregion
|
||||
|
||||
#region Type hinting for Rest Authenticated Endpoints
|
||||
|
||||
Reference in New Issue
Block a user