Skip to content

ApiListTopholdersDTO

stonepy.models.ApiListTopholdersDTO.ApiListTopholdersDTO

Bases: ResponseModel

List entry for ApiListTopholdersForMarketsResponseDTO . Returns the market ID and corresponding list of CI Connect users who are the top holders for that market.

market_id class-attribute instance-attribute

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

The market ID.

users class-attribute instance-attribute

users: ApiTopholderDTO | None = Field(
    default=None, alias="Users"
)

List of the CI Connect user names that are the top holders for the specified market.