export type SecondaryTradingVolumeResponseDTO = { /** * trading volume of the specified main token in USD in the last 24 hours. */ value?: string; };