ListMarketInformationSearchResponseDTO¶
stonepy.models.ListMarketInformationSearchResponseDTO.ListMarketInformationSearchResponseDTO
¶
Bases: ResponseModel
Response from a market information search request.
market_information
class-attribute
instance-attribute
¶
market_information: (
list[ApiMarketInformationDTOv2] | None
) = Field(default=None, alias="MarketInformation")
The requested list of market information.