IMarketInfo: {
1h_funding: string;
24_trades: number;
24h_funds: string;
24h_percent_change: string;
24h_price_change: string;
24h_volume: string;
index_price: string;
last_price: string;
latest_trade_price?: string;
latest_trade_quantity?: string;
market_price?: string;
open_interest: string;
oracle_price: string;
trades_quantity?: string;
trades_volume?: string;
}
Type declaration
-
1h_funding: string
-
24_trades: number
-
24h_funds: string
-
24h_percent_change: string
-
24h_price_change: string
-
24h_volume: string
-
index_price: string
-
last_price: string
-
Optional
latest_trade_price?: string
-
Optional
latest_trade_quantity?: string
-
Optional
market_price?: string
-
open_interest: string
-
oracle_price: string
-
Optional
trades_quantity?: string
-
Optional
trades_volume?: string