export type AccumulativeTradingVolumeResponseDTO = { /** * accumulative trading volume */ accumulatedValue?: string; };