Skip to content

ApiListTopholdersForMarketsResponseDTO

stonepy.models.ApiListTopholdersForMarketsResponseDTO.ApiListTopholdersForMarketsResponseDTO

Bases: ResponseModel

Response to the CI Connect social trading platform ListTopholdersForMarkets method call. Gives a list of the CI Connect registered topholders for the specified market(s).

top_holders class-attribute instance-attribute

top_holders: ApiListTopholdersDTO | None = Field(
    default=None, alias="TopHolders"
)

List of the topholders for the specified market(s). Only topholders who have registered with the CI Connect social trading platform are returned.