Blockchain 如何将我的HD帐户的列表事务获取为json

Blockchain 如何将我的HD帐户的列表事务获取为json,blockchain,Blockchain,如何使用HD帐户将所有我的btc地址的事务列表转换为json格式。PHP。我需要它的链接 $json_url = "http://127.0.0.1:3000/merchant/$guid/accounts/0?password=$pass"; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $json_url); curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1); $content = json_d

如何使用HD帐户将所有我的btc地址的事务列表转换为json格式。PHP。我需要它的链接

$json_url = "http://127.0.0.1:3000/merchant/$guid/accounts/0?password=$pass";   
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $json_url);
curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1);
$content = json_decode(curl_exec($ch));
curl_close ($ch);

HD代表什么?HD(分层确定性)钱包HD代表什么?HD(分层确定性)钱包