require_once ("block_io.php") ;
$apiKey = "123-123-123-123";
$version = 2; // API version
$pin = "test123";
$block_io = new BlockIo($apiKey, $pin, $version);
$newAddressInfo = $block_io->get_new_address();
echo "label: ".$newAddressInfo->data->label. "
";
?>
echo "Deposit Address: ".$newAddressInfo->data->address."
"; ?>
Hope you'll help me! i want to use it accept bitcoin
You need to move this to the technical support section of this forum. As you have already seen from 0 answers so far, users of this section are more focused on talking about services and discussing about them. In the technical support board there are a lot of experienced users who will love to help you out. All the technical problems I had (not that many) I got a really fast response on how to solve them.