{
    "success": true,
    "message": "Welcome to the 1xBet <-> EVC Plus Exchange API.",
    "data": {
        "version": "1.0",
        "endpoints": {
            "POST /api/register.php": "Register a new user",
            "POST /api/login.php": "Login (identifier + password)",
            "POST /api/logout.php": "Logout current user",
            "GET  /api/profile.php": "Get logged-in user profile",
            "POST /api/deposit.php": "Create a deposit (1xBet or EVC Plus)",
            "POST /api/payout.php": "Create a payout (1xBet or EVC Plus)",
            "GET  /api/deposits.php": "List deposits (filters: status, source, limit, offset)",
            "GET  /api/payouts.php": "List payouts (filters: status, destination, limit, offset)",
            "GET  /api/transactions.php": "List all transactions (filters: type, status, limit, offset)"
        }
    }
}