V.1.12
This commit is contained in:
parent
e44c880941
commit
aa472d16a2
@ -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 ---
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user