Interface QueryGetMarketSummaryResponseAmino

interface QueryGetMarketSummaryResponseAmino {
    highPrice: string;
    lastPrice: string;
    lowPrice: string;
    totalVolume: string;
    totalVolumeNotional: string;
}

Properties

highPrice: string
lastPrice: string
lowPrice: string
totalVolume: string
totalVolumeNotional: string