Add offset to trade response

This commit is contained in:
Matthias
2022-06-18 17:44:15 +02:00
parent bb61250bfe
commit 0809f9aef6
3 changed files with 4 additions and 1 deletions

View File

@@ -283,6 +283,7 @@ class OpenTradeSchema(TradeSchema):
class TradeResponse(BaseModel):
trades: List[TradeSchema]
trades_count: int
offset: int
total_trades: int