blockchain.info api_code 缺失

blockchain.info api_code is missing

我用 php api 代替 blockchain.info。

这是我的代码:

$Blockchain = new \Blockchain\Blockchain();
$Blockchain->setServiceUrl('http://localhost:' . env('BTCPORT') . '/');
$Blockchain->Wallet->credentials($w_id, $w_password);
// $w_id is wallet id
$response = $Blockchain->Wallet->send($account, $amount, null, $fee, 'my comment');

这里我的 node.js 过程显示 'error: Missing query parameter: api_code'。 我使用这个 php 库 https://github.com/blockchain/api-v1-client-php

检查区块链api。应该是

$Blockchain = new \Blockchain\Blockchain($url, $my_api_code);

如果您需要API代码,您可以获得here