如何将我的高清帐户的列表交易获取到json

时间:2019-02-16 19:31:30

标签: blockchain

如何使用高清帐户将所有我的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);

0 个答案:

没有答案