Skip to main content
Leaderboards provide ranked trading sub-accounts together with trading performance metrics and XP statistics. Competition endpoints provide public competition information, leaderboards, and authenticated competition views.

User Leaderboard

Query parameters: Each leaderboard row includes:
  • sub_account_address
  • place
  • ranked
  • volume
  • pnl
  • roi
  • account_value
  • trading_xp
  • referral_xp
  • total_xp
Pagination metadata is returned in the meta object.

User Placement

Query parameters: Each placement entry includes:
  • sub_account_address
  • place
  • ranked
  • volume
  • pnl
  • roi
  • account_value
  • trading_xp
  • referral_xp
  • total_xp

Public Competitions

List Competitions

Returns the list of public competitions. Query parameters: Each competition includes:
  • id
  • slug
  • title
  • description_md
  • status
  • start_time_ms
  • end_time_ms
  • prize_usdc
  • metric
  • symbol
See the generated OpenAPI schema for the complete response structure.

Competition Details

Returns the details for a single public competition. Path parameters: Returns metadata and configuration for a single public competition. See the generated OpenAPI schema for the complete response structure.

Competition Leaderboard

Path parameters: Query parameters: The response includes:
  • competition
  • data
  • meta
Each leaderboard entry includes:
  • sub_account_address
  • rank
  • score
  • metric_value
  • active_days
  • eligible
  • ineligible_reason
  • projected_xp
Pagination metadata is returned in the meta object.

Authenticated Competition Endpoints

The following endpoints require authentication and operate on competition IDs rather than slugs.
Competition leaderboard rows include:
  • sub_account_address
  • rank
  • score
  • metric_value
  • active_days
  • eligible
  • ineligible_reason
  • projected_xp
projected_xp is a live display-only projection based on the current eligible leaderboard scores. Final XP allocation is recorded in the rewards ledger.