This commit is contained in:
Flatlogic Bot 2025-11-15 09:32:44 +00:00
parent e44c880941
commit aa472d16a2

View File

@ -2,7 +2,7 @@
header('Content-Type: application/json'); header('Content-Type: application/json');
// --- Configuration --- // --- 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; $api_url = "https://api.bitget.com/api/v2/spot/market/tickers?symbol=" . $symbol;
// --- cURL Execution --- // --- cURL Execution ---