require 'lib/Blockchain.php';
$Blockchain = new Blockchain($api_code);
$Blockchain->Wallet->credentials($wallet_id, $main_password, $second_password);
// Zahlung senden
$response = $Blockchain->Wallet->send($btcAddress, $amount, null, "0.0001", "Here you go, Satoshi!");
Ok, dann fehlt mir nur noch der API Code. Den muss man also beantragen, lieg ich da richtig? Ich hab nach 24h immer noch keinen Code. Sind die da anspruchsvoll?