HLOC markets api.

This commit is contained in:
softsimon
2020-09-13 17:51:53 +07:00
parent 98cc81c53d
commit bafe2db094
8 changed files with 282 additions and 98 deletions

View File

@@ -222,10 +222,14 @@ export interface TradesData {
primaryMarketTradeVolume: number;
_market: string;
_tradePrice: string;
_tradeAmount: string;
_tradeVolume: string;
_offerAmount: string;
_tradePriceStr: string;
_tradeAmountStr: string;
_tradeVolumeStr: string;
_offerAmountStr: string;
_tradePrice: number;
_tradeAmount: number;
_tradeVolume: number;
_offerAmount: number;
}
export interface MarketVolume {