mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 06:44:22 +01:00
Add support for event funding_info_update.
This commit is contained in:
@@ -551,7 +551,7 @@ class RestAuthEndpoints(Interface):
|
||||
|
||||
def get_funding_info(self, key: str) -> FundingInfo:
|
||||
return serializers.FundingInfo.parse(
|
||||
*(self._m.post(f"auth/r/info/funding/{key}")[2])
|
||||
*self._m.post(f"auth/r/info/funding/{key}")
|
||||
)
|
||||
|
||||
def transfer_between_wallets(
|
||||
|
||||
Reference in New Issue
Block a user