Skip to main content

Tournaments overview

Create tournament via API

  • To create a tournament using the API, use the Create Tournament endpoint.
  • For paid tournaments, you must specify a supported blockchain coin. A list of available coins can be found here.
  • Paid tournaments require a deployed tournament contract to become playable. Deploy transaction must be sent from the TON wallet of the Elympics user who created the tournament.
  • Upon successful tournament creation, the Create Tournament endpoint will return all necessary instructions for contract deployment. Detailed guidelines on how to send the transaction can be found here.

Create tournament manually

  • Where: https://t.me/sweet_rush_bot (or any other Elympics Game Bot)
  • To create tournament that starts right away use command: /playton
  • To create a scheduled tournament, you’ll need to use advanced tournament creation form. It’s available to whitelisted Telegram Accounts. We can add you there after getting your Telegram Account Id (you can get it in the game bot by typing /whoami)
    • In order to access the advanced creation form, type in /advanced

Redirect players to the tournament

To present the players with the link to the tournament, you can send them directly to the game (skipping Game’s bot), constructing a link like this:

For example, for Sweet Rush it would be:

You do not need to attach any authorization details – Elympics will re-authorize the player inside the game’s miniapp.

Get tournament information via API

  • Details by id - returns information about tournament by it’s id.
  • Leaderboard - can be used to get leaderboard. Provide tournament id to scope by tournament.
  • User centered leaderboard - can be used to get leaderboard page where player currently is. Provide tournament id to scope by tournament.