Skip to content

ApiMarketDTO

stonepy.models.ApiMarketDTO.ApiMarketDTO

Bases: ResponseModel

Basic information about a Market.

market_id class-attribute instance-attribute

market_id: int | None = Field(
    default=None, alias="MarketId"
)

A market's unique identifier.

name class-attribute instance-attribute

name: str | None = Field(default=None, alias='Name')

The market name.

weighting class-attribute instance-attribute

weighting: int | None = Field(
    default=None, alias="Weighting"
)

Weighting of the market between 0 and 1000 inclusive. Relays the priority of the market in the market search results. The higher the value the more prominent the market should appear.