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 ---