The calls commands

Three commands read the calls database: `/mycalls`, `/viewallcalls`, and `/leaderboard`.

Three commands read the calls database: /mycalls, /viewallcalls, and /leaderboard.

Common to all three

Where each command works

CommandWorks inWho
/mycallsPrivate chat or groupAnyone
/viewallcallsGroup onlyAnyone in the chat
/leaderboard [window]Group onlyAnyone in the chat

The leading slash is optional, @botname after the command is accepted, and matching is case-insensitive. None of the three appears in the bot's / command menu.

Forum topics are not separated: the group commands cover every call made anywhere in the group.

While the scanner is switched off (chapter 3.8), all three reply with nothing. Past calls are kept; turning the scanner back on makes them answer again.

A long reply is split into several messages.

/mycalls

Lists your own calls on this bot, newest first, one row per coin. An anonymous admin post gets no reply.

Row fields, in order

FieldContent
Number and symbolN. $SYM
Call market capcalled at $MC, or no market cap at the call
ATH since the callATH $MC (Nx · +N%); dropped when the call had no market cap
Live market capnow $MC
Age<age> ago

Header and a row

InputOutput
Header🎯 <b>Your calls</b> · 2 coins
Row1. <b>$CAKE</b> · called at <b>$500M</b> · ATH <b>$500M</b> (<b>1.00x</b> · +0.0%) · now $250M · 1m ago

Reply when the sender has made no calls

You haven't called any coins yet — paste a contract address in a group to make a call.

/viewallcalls

Lists every call made in the current group, one row per coin, best all-time-high multiple first. Calls that never had a market cap sort last.

Row fields, in order

FieldContent
Number, symbol, callerN. $SYM by <caller>
Call → ATH$MC → ATH $MC (Nx · +N%), or no market cap at the call
Age<age> ago

Header and a row

InputOutput
Header🏆 <b>All calls in Test Group</b> · 2
Row1. <b>$PEPE</b> by <a href="tg://user?id=777">@chris</a> · <b>$420M</b> → ATH <b>$1.26B</b> (<b>3.00x</b> · +200%) · 1m ago

Reply when the group has no calls

No calls in this group yet — paste a contract address to make the first one.

/leaderboard [window]

Ranks the group's calls the same way /viewallcalls does, within a time window. Calls with no market cap are left out.

Accepted window tokens, case-insensitive

WindowTokensLabel shown
All timenothing, or allall time
1 day1, 1d, d, 24hlast 24 h
7 days7, 7d, w, 1wlast 7 days
30 days30, 30d, m, 1mlast 30 days

Where a coin has more than one call inside the window, the earliest one is the row shown.

Reply to an unrecognized window, e.g. /leaderboard 99y

🏆 <b>/leaderboard</b> — all time · <b>1d</b> · <b>7d</b> · <b>30d</b>

Header and a row (all time)

InputOutput
Header🏆 <b>Leaderboard · Test Group</b> · all time · 2
Row1. <b>$PEPE</b> by <a href="tg://user?id=777">@chris</a> · <b>$420M</b> → ATH <b>$1.26B</b> (<b>3.00x</b> · +200%) · 1m ago

Row shape is identical to /viewallcalls.

Reply when no call in the window is rankable, e.g. all time

No ranked calls in this group (all time) — paste a contract address to make one.