mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 23:04:21 +01:00
Split BfxRestInterface methods in t_ and f_ handlers.
This commit is contained in:
@@ -63,7 +63,7 @@ FundingCurrencyTicker = _Serializer[typings.FundingCurrencyTicker]("FundingCurre
|
||||
"FRR_AMOUNT_AVAILABLE"
|
||||
])
|
||||
|
||||
TickerHistory = _Serializer[typings.TickerHistory]("TickerHistory", labels=[
|
||||
TickersHistory = _Serializer[typings.TickersHistory]("TickersHistory", labels=[
|
||||
"SYMBOL",
|
||||
"BID",
|
||||
"_PLACEHOLDER",
|
||||
|
||||
Reference in New Issue
Block a user