<div id="changenow-widget" style="width: 100%; height: 600px;"></div>
<script src="https://changenow.io/embeds/exchange-widget/v2.js"></script>
<script>
ChangeNOWWidget.init({
width: "100%",
height: "600px",
primaryColor: "#4CAF50", // Customize to match your brand color
backgroundColor: "#ffffff",
to: "ETH", // Change default receiving currency
from: "BTC", // Change default sending currency
amount: 1, // Default amount
apiKey: "1c9361cd8c08fc5e6fe0425f4e89227e6837b58f8b6a086e3" // Replace with your actual API Key
});
</script>