🤖 Telegram Bot - Debug Mode

Test příkazu: /yieldall (en)

❌ You do not have admin permission

🔗 Test odkazy:

🇨🇿 Česky:

📊 Test /rates - Max rates všechny měny

📊 Test /r - Stejné jako /rates

💰 Test /rusd - Rates pouze USD

💰 Test /rbtc - Rates pouze BTC

💰 Test /rust - Rates pouze UST

📈 Test /status - Rychlý přehled

💰 Test /yield - Earnings aktuálního uživatele

💰 Test /yieldall - Earnings všech uživatelů

❓ Test /help - Nápověda

🇺🇸 English:

📊 Test /rates - Max rates all currencies

📊 Test /r - Same as /rates

💰 Test /rusd - USD rates only

💰 Test /rbtc - BTC rates only

💰 Test /rust - UST rates only

📈 Test /status - Quick overview

💰 Test /yield - Current user earnings

💰 Test /yieldall - All users earnings

❓ Test /help - Help

📋 Nastavení Webhook

Pro aktivaci Telegram příkazů nastav webhook:

curl "https://api.telegram.org/bot7381636391:AAF4DgGo1vUfmN9gp_36mu3FNL8DitJTFOA/setWebhook?url=https://orb.claudev.cz/bitfinexbot/telegram_bot.php"

📊 Funkce:

Test opravené earnings implementace

Testuju s uživatelem: admin

Test 24 hodin

Počet earnings za 24h: 2

Earnings za 24h:

Array
(
    [0] => Array
        (
            [0] => 10342821212
            [1] => USD
            [2] => funding
            [3] => 1775784601000
            [4] => 
            [5] => 2113.24880391
            [6] => 20052833.988398
            [7] => 
            [8] => Margin Funding Payment on wallet funding
        )

    [1] => Array
        (
            [0] => 10343968456
            [1] => UST
            [2] => funding
            [3] => 1775861295000
            [4] => 
            [5] => 102820.49215944
            [6] => 102820.49215944
            [7] => 
            [8] => Transfer of 102820.49215944 UST from wallet Exchange to Deposit on wallet funding
        )

)

Formátovaný souhrn 24h:

💰 2,113.25 USD
💰 102,820.49 UST

Test týden

Počet earnings za týden: 5

Sample earnings za týden:

Array
(
    [0] => Array
        (
            [0] => 10342821212
            [1] => USD
            [2] => funding
            [3] => 1775784601000
            [4] => 
            [5] => 2113.24880391
            [6] => 20052833.988398
            [7] => 
            [8] => Margin Funding Payment on wallet funding
        )

    [1] => Array
        (
            [0] => 10342308745
            [1] => USD
            [2] => funding
            [3] => 1775757785000
            [4] => 
            [5] => 90474.08505934
            [6] => 20050720.739594
            [7] => 
            [8] => Transfer of 90474.08505934 USD from wallet Exchange to Deposit on wallet funding
        )

    [2] => Array
        (
            [0] => 10342301082
            [1] => USD
            [2] => funding
            [3] => 1775757500000
            [4] => 
            [5] => 294325.73827658
            [6] => 19960246.654534
            [7] => 
            [8] => Transfer of 294325.73827658 USD from wallet Exchange to Deposit on wallet funding
        )

)

Formátovaný souhrn týden:

💰 930,251.01 USD
💰 102,820.49 UST

Test bez časových filtrů

Počet earnings celkem: 5

Sample earnings celkem:

Array
(
    [0] => Array
        (
            [0] => 10343968456
            [1] => UST
            [2] => funding
            [3] => 1775861295000
            [4] => 
            [5] => 102820.49215944
            [6] => 102820.49215944
            [7] => 
            [8] => Transfer of 102820.49215944 UST from wallet Exchange to Deposit on wallet funding
        )

    [1] => Array
        (
            [0] => 10342821212
            [1] => USD
            [2] => funding
            [3] => 1775784601000
            [4] => 
            [5] => 2113.24880391
            [6] => 20052833.988398
            [7] => 
            [8] => Margin Funding Payment on wallet funding
        )

)

Formátovaný souhrn celkem:

💰 102,820.49 UST
💰 930,251.01 USD

Test příkazu /yield

/yield response:

❌ API keys not set

Test dokončen: 2026-04-10 22:58:27