Skip to main content
Ten tools read public data; four read the key owner’s account. Tool results carry the same JSON as the corresponding REST endpoint (linked in each page).

Discover topics

ToolUse when
search_topicsYou have a keyword (“bitcoin”, “World Cup final”)
list_topicsYou want a ranking — trending, newest, or ending soon

Inspect one topic

ToolReturns
get_topicFull detail: description, options with probabilities or votes, volume
get_topic_price_historyProbability time series (prediction markets only)
list_topic_commentsDiscussion, with each author’s position when they hold one

People and competition

ToolReturns
get_userPublic profile + track record by handle
list_user_topicsTopics a user created (privacy-gated)
get_leaderboardGlobal / zone / contest boards
list_zonesTopic communities with counts
get_contestWorld Cup pick’em schedule and results

The key owner’s account

ToolReturns
get_my_profileOwn profile including credits, diamonds, total assets
list_my_positionsOpen positions with cost, current price, unrealized P&L
list_my_settlementsSettled outcomes: payouts, claim status, realized P&L
list_my_topicsOwn created topics, incl. moderation status
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_topicsget_topicget_topic_price_history.
  • “Summarize the debate”get_topiclist_topic_comments (positions attached make sentiment analysis easy).
  • “How is my portfolio doing?”get_my_profilelist_my_positionslist_my_settlements.
  • “Who should I follow?”get_leaderboardget_userlist_user_topics.