Testing Binance API connection...

Test 1 - file_get_contents:
✗ Failed
Error: file_get_contents(https://api.binance.com/api/v3/ticker/24hr?symbol=BTCUSDT): failed to open stream: HTTP request failed! HTTP/1.1 451 


Test 2 - cURL:
✓ Success (HTTP 451)
Response: {
  "code": 0,
  "msg": "Service unavailable from a restricted location according to 'b. Eligibility...

Test 3 - PHP Configuration:
allow_url_fopen: enabled
cURL extension: installed
