<?php
include 'common.php';

include 'wallet_common.php';

$wallet_id = "test";
$curl_response = get(WALLET_API_URL.'/is_tx_available', array(
		'wallet_id' => $wallet_id));		

echo $curl_response ;
echo MIN_EXCHANGE_CRYSTAL_AMOUNT;

?>