Verified Bots
Verified BotsTop
Get top verified bots by HTTP requests
Deprecated
radar.verified_bots.top.bots(TopBotsParams**kwargs) -> TopBotsResponse
GET/radar/verified_bots/top/bots
Get top verified bot categories by HTTP requests
Deprecated
radar.verified_bots.top.categories(TopCategoriesParams**kwargs) -> TopCategoriesResponse
GET/radar/verified_bots/top/categories
ModelsExpand Collapse
class TopBotsResponse: …
class TopBotsResponse: …
meta: MetaMetadata for the results.
meta: Meta
Metadata for the results.
confidence_info: Optional[MetaConfidenceInfo]
confidence_info: Optional[MetaConfidenceInfo]
normalization: Literal["PERCENTAGE", "MIN0_MAX", "MIN_MAX", 5 more]Normalization method applied to the results. Refer to Normalization methods.
normalization: Literal["PERCENTAGE", "MIN0_MAX", "MIN_MAX", 5 more]
Normalization method applied to the results. Refer to Normalization methods.
class TopCategoriesResponse: …
class TopCategoriesResponse: …
meta: MetaMetadata for the results.
meta: Meta
Metadata for the results.
confidence_info: Optional[MetaConfidenceInfo]
confidence_info: Optional[MetaConfidenceInfo]
normalization: Literal["PERCENTAGE", "MIN0_MAX", "MIN_MAX", 5 more]Normalization method applied to the results. Refer to Normalization methods.
normalization: Literal["PERCENTAGE", "MIN0_MAX", "MIN_MAX", 5 more]
Normalization method applied to the results. Refer to Normalization methods.