mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 14:54:21 +01:00
Add support for event base_margin_info and symbol_margin_info.
This commit is contained in:
@@ -248,7 +248,7 @@ class RestAuthEndpoints(Interface):
|
||||
|
||||
def get_base_margin_info(self) -> BaseMarginInfo:
|
||||
return serializers.BaseMarginInfo.parse(
|
||||
*(self._m.post("auth/r/info/margin/base")[1])
|
||||
*self._m.post("auth/r/info/margin/base")
|
||||
)
|
||||
|
||||
def get_symbol_margin_info(self, symbol: str) -> SymbolMarginInfo:
|
||||
|
||||
Reference in New Issue
Block a user