Testing remote explorer API... URL: https://weh.wehrlilegacy.org/api/explorer.php?token=wehrli_explorer_read_2026&mode=overview STEP 1: curl available? YES STEP 2: trying CURL... CURL errno: 0 CURL error: [none] HTTP code: 200 ---- RESPONSE HEADERS ---- HTTP/2 200 date: Sat, 25 Apr 2026 16:37:05 GMT content-type: application/json; charset=utf-8 vary: Accept-Encoding x-powered-by: PHP/8.3.30 set-cookie: PHPSESSID=0qmk2inp2ilvmf0ih5dtkd5a9q; path=/; secure expires: Thu, 19 Nov 1981 08:52:00 GMT cache-control: no-store, no-cache, must-revalidate pragma: no-cache access-control-allow-origin: * platform: hostinger panel: hpanel content-security-policy: upgrade-insecure-requests server: hcdn alt-svc: h3=":443"; ma=86400 x-hcdn-request-id: b1bd29bde8c8f5d954f21f820cf2c3c1-bos-edge6 x-hcdn-cache-status: DYNAMIC x-hcdn-upstream-rt: 0.093 ---- RESPONSE BODY (first 2000 chars) ---- { "success": true, "mode": "overview", "data": { "counts": { "wallets": 1, "transactions": 1, "purchase_orders": 0, "active_contracts": 0 }, "latest_transactions": [ { "id": 1, "txid": "CMPSETTX-3F6F962D60F0-1777087206", "tx_type": "COMPANY_WALLET_SET", "asset_symbol": "WEH", "amount": "100000000.000000000000000000", "status": "confirmed", "reference_code": "CMPSET-31143DE0B1C3-1777087206", "created_at": "2026-04-25 03:20:06" } ], "latest_orders": [], "latest_wallets": [ { "id": 3, "wallet_code": "COMPANY_ADMIN", "wallet_name": "Company Wallet", "wallet_type": "ADMIN", "balance_available": "100000000.000000000000000000", "balance_locked": "0.000000000000000000", "balance_rewards": "0.000000000000000000", "voting_power": "0.000000000000000000" } ], "active_contracts": [] } } JSON decoded? YES ---- JSON PRINT_R ---- Array ( [success] => 1 [mode] => overview [data] => Array ( [counts] => Array ( [wallets] => 1 [transactions] => 1 [purchase_orders] => 0 [active_contracts] => 0 ) [latest_transactions] => Array ( [0] => Array ( [id] => 1 [txid] => CMPSETTX-3F6F962D60F0-1777087206 [tx_type] => COMPANY_WALLET_SET [asset_symbol] => WEH [amount] => 100000000.000000000000000000 [status] => confirmed [reference_code] => CMPSET-31143DE0B1C3-1777087206 [created_at] => 2026-04-25 03:20:06 ) ) [latest_orders] => Array ( ) [latest_wallets] => Array ( [0] => Array ( [id] => 3 [wallet_code] => COMPANY_ADMIN [wallet_name] => Company Wallet [wallet_type] => ADMIN [balance_available] => 100000000.000000000000000000 [balance_locked] => 0.000000000000000000 [balance_rewards] => 0.000000000000000000 [voting_power] => 0.000000000000000000 ) ) [active_contracts] => Array ( ) ) ) ============================== STEP 3: trying file_get_contents... file_get_contents succeeded. ---- BODY (first 2000 chars) ---- { "success": true, "mode": "overview", "data": { "counts": { "wallets": 1, "transactions": 1, "purchase_orders": 0, "active_contracts": 0 }, "latest_transactions": [ { "id": 1, "txid": "CMPSETTX-3F6F962D60F0-1777087206", "tx_type": "COMPANY_WALLET_SET", "asset_symbol": "WEH", "amount": "100000000.000000000000000000", "status": "confirmed", "reference_code": "CMPSET-31143DE0B1C3-1777087206", "created_at": "2026-04-25 03:20:06" } ], "latest_orders": [], "latest_wallets": [ { "id": 3, "wallet_code": "COMPANY_ADMIN", "wallet_name": "Company Wallet", "wallet_type": "ADMIN", "balance_available": "100000000.000000000000000000", "balance_locked": "0.000000000000000000", "balance_rewards": "0.000000000000000000", "voting_power": "0.000000000000000000" } ], "active_contracts": [] } } JSON decoded? YES ---- JSON PRINT_R ---- Array ( [success] => 1 [mode] => overview [data] => Array ( [counts] => Array ( [wallets] => 1 [transactions] => 1 [purchase_orders] => 0 [active_contracts] => 0 ) [latest_transactions] => Array ( [0] => Array ( [id] => 1 [txid] => CMPSETTX-3F6F962D60F0-1777087206 [tx_type] => COMPANY_WALLET_SET [asset_symbol] => WEH [amount] => 100000000.000000000000000000 [status] => confirmed [reference_code] => CMPSET-31143DE0B1C3-1777087206 [created_at] => 2026-04-25 03:20:06 ) ) [latest_orders] => Array ( ) [latest_wallets] => Array ( [0] => Array ( [id] => 3 [wallet_code] => COMPANY_ADMIN [wallet_name] => Company Wallet [wallet_type] => ADMIN [balance_available] => 100000000.000000000000000000 [balance_locked] => 0.000000000000000000 [balance_rewards] => 0.000000000000000000 [voting_power] => 0.000000000000000000 ) ) [active_contracts] => Array ( ) ) )