我一直试图获取我的区块链钱包的新钱包地址,但没有得到api的任何回复。我也在google上搜索过,但没有任何内容
$Pay = file_get_contents('https://blockchain.info/api/receive? method=create&address=1AFz8hh3hXoiPdfrVLfBpyQkZW6yCDy8o3&callback='.urlencode($callback_url));
$wallet = json_decode($Pay, true);
echo "Send to : ".$wallet["address"]."</br></br>";
我也试过了$ wallet-&gt; input_address但没有显示任何内容。
如何获取新的钱包地址? 有没有我做错了?
解决:
The problem has been solved by using the latest Blockchain.info wallet api i.e. v2 api.