๐Ÿš€ Doozy Exchange Integration Guide

This guide explains how to integrate doozycrypto.com with doozy.exchange for seamless cryptocurrency trading.

โœ… USVI Licensed Exchange: Doozy Exchange operates under a U.S. Virgin Islands banking license, providing regulatory compliance for US customers.

๐Ÿ“‹ Quick Start

Add this script to your doozycrypto.com pages:

<script src="https://doozy.exchange/connect-from-doozycrypto.js"></script>

๐Ÿ”— Method 1: HTML Data Attributes (Recommended)

The easiest way to integrate - just add data attributes to your existing buttons:

Sell Button Example:

<button data-doozy-action="sell" data-doozy-asset="BTC" data-doozy-amount="0.5" data-doozy-user="user123" class="sell-crypto-btn"> Sell Bitcoin on Doozy Exchange </button>

Buy Button Example:

<button data-doozy-action="buy" data-doozy-asset="ETH" data-doozy-amount="2.0" data-doozy-user="user123" class="buy-crypto-btn"> Buy Ethereum on Doozy Exchange </button>

Data Attribute Reference:

Attribute Required Description Example
data-doozy-action โœ… Yes Trading action "buy" or "sell"
data-doozy-asset โŒ No Crypto asset symbol "BTC", "ETH", "SOL", etc.
data-doozy-amount โŒ No Amount to trade "0.5", "1000"
data-doozy-user โŒ No User identifier "user123"

โšก Method 2: JavaScript API

For more control, use the JavaScript API directly:

// Simple connection DoozyExchange.connect({ action: 'sell', asset: 'BTC', amount: '0.5', userId: 'user123' }); // Enhanced connection with API tracking DoozyExchange.connectAPI({ action: 'sell', asset: 'BTC', amount: '0.5', userId: 'user123', referenceId: 'transaction_abc123' });

๐ŸŽฏ Supported Cryptocurrencies

Symbol Name Status
BTCBitcoinโœ… Active
ETHEthereumโœ… Active
SOLSolanaโœ… Active
DOGEDogecoinโœ… Active
XRPXRPโœ… Active
XLMStellarโœ… Active
SHIBSHIBA Inuโœ… Active

๐Ÿ”’ Security & Compliance

๐Ÿงช Live Demo

Test the integration with these demo buttons:

โš ๏ธ Note: This is a demo environment. In production, ensure proper user authentication and session management.

๐Ÿ“ž Support

For integration support, contact our development team: