add endpoints

Co-Authored-By: itsdeka <dario.moceri@bitfinex.com>
This commit is contained in:
Davide Casale
2023-02-12 21:45:01 +01:00
parent 3c377928b2
commit c41c00259f
3 changed files with 12 additions and 2 deletions

View File

@@ -618,4 +618,9 @@ class InvoiceCountStats(_Type):
time: str
count: float
@dataclass
class InvoiceEarningStats(_Type):
time: str
count: float
#endregion