Skip to content

Instantly share code, notes, and snippets.

@Anderson-Juhasc
Last active August 28, 2015 21:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Anderson-Juhasc/de083a6b0ac291e5a47c to your computer and use it in GitHub Desktop.
Save Anderson-Juhasc/de083a6b0ac291e5a47c to your computer and use it in GitHub Desktop.
<?php
$guid = BLOCKCHAIN_ID;
$main_password = BLOCKCHAIN_PASS;
$json = getCurl("https://blockchain.info/pt/merchant/$guid/new_address?password=$main_password");
echo $json;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment