From aa472d16a2891af22a0c3fe4074e45b288b17c3b Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Sat, 15 Nov 2025 09:32:44 +0000 Subject: [PATCH] V.1.12 --- api/ticker.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/ticker.php b/api/ticker.php index 5dd75be..4a0350f 100644 --- a/api/ticker.php +++ b/api/ticker.php @@ -2,7 +2,7 @@ header('Content-Type: application/json'); // --- Configuration --- -$symbol = 'BTCUSDT_SPBL'; // Bitget symbol for BTC/USDT spot market +$symbol = 'BTCUSDT'; // Bitget symbol for BTC/USDT spot market $api_url = "https://api.bitget.com/api/v2/spot/market/tickers?symbol=" . $symbol; // --- cURL Execution ---