mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 18:23:50 +00:00
Add offset to trades response
This commit is contained in:
parent
a757c2410a
commit
86897e1f64
|
@ -120,6 +120,7 @@ export interface ClosedTrade extends Trade {
|
|||
|
||||
export interface TradeResponse {
|
||||
trades: ClosedTrade[];
|
||||
offset: number;
|
||||
/** Trades count for this response */
|
||||
trades_count: number;
|
||||
/** Total trade count */
|
||||
|
|
Loading…
Reference in New Issue
Block a user