return taken funding

This commit is contained in:
itsdeka
2023-01-30 14:51:57 +01:00
committed by Davide Casale
parent 0dd23b3ba5
commit 374739b656
4 changed files with 34 additions and 7 deletions

View File

@@ -268,7 +268,7 @@ class FundingOffer(_Type):
notify: bool
hidden: int
renew: bool
@dataclass
class Trade(_Type):
id: int
@@ -383,8 +383,8 @@ class Movement(_Type):
id: str
currency: str
currency_name: str
mts_started: int
mts_updated: int
mts_start: int
mts_update: int
status: str
amount: int
fees: int