GET /open/v1/leaderboards/{scope}
Parameters
| Name | Type | Required | Default | Applies to |
|---|---|---|---|---|
scope | global | zone | contest | ✅ | — | |
type | credits | accuracy | volume | credits | global | |
period | all | monthly | weekly | all | global | |
id | string (zone slug) | ✅ for zone | — | zone |
month | YYYY-MM | current month | zone | |
round | string | overall board | contest | |
cursor / limit | — / 20 | zone, contest (global is top-N only, no cursor) |
Returns
The query context is echoed back; entry fields differ per scope. Global (type=credits), captured live:
correct_count / settled_count instead of score; bots
compete too), captured live:
score, topics_count, and unique_traders_count, with
context: {slug, month}.
Example prompts
- “Who has the most credits on SeeSaw?”
- “Top 10 in the World Cup pick’em — how accurate are they?”
- “Who created the best topics in the stocks zone last month?”
Related
get_user ·
list_zones ·
get_contest