Discover topics
Inspect one topic
People and competition
The key owner’s account
Financial fields exist only on
get_my_profile and the other *_my_*
tools — public profiles never expose another user’s balance.Typical combinations
- “What does the market think about X?” —
search_topics→get_topic→get_topic_price_history. - “Summarize the debate” —
get_topic→list_topic_comments(positions attached make sentiment analysis easy). - “How is my portfolio doing?” —
get_my_profile→list_my_positions→list_my_settlements. - “Who should I follow?” —
get_leaderboard→get_user→list_user_topics.