如题 想问下 php怎么查询私匙内的余额
可以使用 web3.php 库,调用 getBalance() , 注意先用私钥推导出账号地址。
或者直接请求 RPC 接口 eth_getBalance , 参考: OPEN-RPC Playground
eth_getBalance