get orders

This commit is contained in:
2023-09-16 13:02:24 +02:00
parent 3de8f53e0f
commit c1f00da176
5 changed files with 46 additions and 11 deletions

View File

@@ -15,6 +15,8 @@ export type MarketOrderHistory = {
export type MarketResult = {
type: MarketType;
history: MarketOrderHistory[];
buy: number,
sell: number
}
export type HistoryQuartils = {