Close Menu
    熱門內容

    PENGU 價格因羅賓漢上市及 ETF 熱潮而準備達到 $0.44?

    2025年8月7日

    英國央行降息:加密貨幣價格將如何反應?

    2025年8月7日

    XRP 價格反彈:支撐位於 2.90 美元穩定,牛市瞄準 3.40 美元

    2025年8月7日
    Facebook X (Twitter) Instagram
    • 主頁
    • 新聞
    • 信息
      • 政策監管
      • 研究報告
      • 紀録片
    • 分析
    • 點評
      • 去中心化交易所
      • 工具
      • 錢包
    • 全部文章
    X (Twitter) Telegram
    區塊新視界
    立即訂閱
    熱門話題
    • 主頁
    • 新聞
    • 信息
      • 政策監管
      • 研究報告
      • 紀録片
    • 分析
    • 點評
      • 去中心化交易所
      • 工具
      • 錢包
    • 全部文章
    區塊新視界
    首页 » 這周加密貨幣市場發生了什麼?加密貨幣暴跌解析
    新聞

    這周加密貨幣市場發生了什麼?加密貨幣暴跌解析

    2024年12月21日05 Mins Read0
    Share Facebook Twitter Pinterest LinkedIn Tumblr Email
    這周加密貨幣市場發生了什麼?加密貨幣暴跌解析
    這周加密貨幣市場發生了什麼?加密貨幣暴跌解析
    Share
    Facebook Twitter LinkedIn Pinterest Email

    本週加密貨幣市場的觀察

    本週的加密貨幣市場總市值下降了8.2%。替代幣市值從1.55兆美元下降到1.39兆美元。不包括比特幣和以太坊在內的總市值從1.07兆美元下降到969.31億美元。不包括前十大加密貨幣在內的總市值從406.93億美元下滑至348.32億美元。

    比特幣市場概況

    12月16日星期一,比特幣價格為106,058.18美元。週四,它跌至97,461.38美元的低點。週五某個時間,價格跌至92,198.03美元。然而,截至收盤時,買家將價格推高至97,812.27美元左右。在12月16日至20日期間,市場至少下跌了7.77%。

    以太坊市場情況分析

    12月16日,以太幣價格為3,988.87美元。到12月19日,它下跌至3,415.69美元的低點,出現了14.36%的嚴重調整。在12月20日某個時候,價格跌至3,108.75美元。截至收盤時,買家將價格推高至3,471.16美元。在12月16日至20日期間,市場下跌了超過12.97%。

    前十大加密貨幣:週度表現回顧

    在過去七天中,幾乎所有前十大加密貨幣都出現了下跌。狗狗幣顯示了最高的7天跌幅為19.1%。Cardano和Solana分別下跌了13.4%和12.5%。以太坊下跌了10.8%。比特幣、XRP和BNB分別下跌了3.9%、6.0%和5.6%。

    總結:本週,包括美國、歐洲、中國、日本和印度在內的全球市場都面臨了下跌,加密貨幣市場下降了8.2%。比特幣、以太坊和其他主要加密貨幣都出現了損失。美國聯邦儲備系統將利率下調了25個基點。美元對主要貨幣走強。總的來說,這對傳統和數字資產市場都是具有挑戰性的一周。這是一篇新聞文章的翻譯,內容如下:

    “`


  • `;
    subcribemodal.innerHTML = modalContent;
    }
    subscribe_unsubscribe_status(template_id);
    //getAllSubscriberCategoryList(template_id);
    }

    function toggleSubscription(subscription, template_id) {
    var subscriptionCheckbox = document.getElementById(subscription + ‘_’ + template_id);
    var li = document.getElementById(subscription + ‘Selected_’ + template_id);
    if (subscriptionCheckbox.checked) {
    li.classList.add(‘active’);
    } else {
    li.classList.remove(‘active’);
    }
    }

    function getAllSubscriberCategoryList(getcategoryId) {

    jQuery.ajax({
    url: ‘https://blockvision.news/wp-admin/admin-ajax.php’,
    type: ‘GET’,
    data: {
    action: ‘subscribe_api_ajax_request’,
    apiurl: ‘/app/email_newsletter/list’,
    },
    success: function(response) {
    var result = JSON.parse(response.message);

    if (result.status === true) {

    var idstosubscribed = []
    // 使用已訂閱類別 ID 填充已訂閱列表
    result.message.forEach(listofcategory => {

    if (listofcategory.subscribe_status === 1) {
    if (!listOfSubscribed.includes(listofcategory._id)) {

    listOfSubscribed.push(listofcategory._id);
    }

    if (!idstosubscribed.includes(listofcategory.news_cp_category_row_id)) {
    idstosubscribed.push(listofcategory.news_cp_category_row_id);
    }
    }
    });

    idstosubscribed.forEach(id => {
    var subscribeButton = document.getElementById(‘subscribe_’ + id);
    var unsubscribeButton = document.getElementById(‘unsubscribe_’ + id);

    if (subscribeButton && unsubscribeButton) {
    subscribeButton.style.display = ‘none’;
    unsubscribeButton.style.display = ‘block’;
    var showDownloadReport = document.getElementById(‘download_report’);

    if (showDownloadReport) {
    showDownloadReport.style.display = ‘block’;
    }
    }
    });
    }

    },
    error: function(xhr, status, error) {
    console.error(‘錯誤:’, error);
    }
    });
    }

    function subscribe_unsubscribe_status(getcategoryId) {
    var elementTounsubscribe = document.getElementById(‘unsubscribe_’ + getcategoryId);
    var elementTosubscribe = document.getElementById(‘subscribe_’ + getcategoryId);
    jQuery.ajax({
    url: ‘https://blockvision.news/wp-admin/admin-ajax.php’,
    type: ‘POST’,
    data: {
    action: ‘subscribe_api_ajax_request’,
    apiurl: ‘/app/email_newsletter/list?category_row_id=’ + getcategoryId,
    },
    success: function(response) {
    var result = JSON.parse(response.message);
    if (result.status === true) {
    jQuery(‘.skeliton-loader-block’).hide();
    var hasSubscribeStatusOne = false;
    result.message.forEach(subscribeStatus => {
    if (listOfSubscribed.includes(subscribeStatus._id) && subscribeStatus.subscribe_status === 1) {
    hasSubscribeStatusOne = true;
    }
    if (subscribeStatus.notification_type === 3) {
    document.getElementById(‘monthlySelected_’ + getcategoryId).style.display = ‘block’;
    document.getElementById(‘monthly_’ + getcategoryId).setAttribute(‘data-id’, subscribeStatus._id);
    if (subscribeStatus.subscribe_status === 1) {
    document.getElementById(‘monthly_’ + getcategoryId).checked = true;
    }
    } else if (subscribeStatus.notification_type === 2) {
    document.getElementById(‘weeklySelected_’ + getcategoryId).style.display = ‘block’;
    document.getElementById(‘weekly_’ + getcategoryId).setAttribute(‘data-id’, subscribeStatus._id);
    if (subscribeStatus.subscribe_status === 1) {
    document.getElementById(‘weekly_’ + getcategoryId).checked = true;
    }
    } else if (subscribeStatus.notification_type === 1) {
    document.getElementById(‘dailySelected_’ + getcategoryId).style.display = ‘block’;
    document.getElementById(‘daily_’ + getcategoryId).setAttribute(‘data-id’, subscribeStatus._id);
    if (subscribeStatus.subscribe_status === 1) {
    document.getElementById(‘daily_’ + getcategoryId).checked = true;
    }
    }
    if (subscribeStatus.subscribe_status === 1) {
    listOfSubscribed.push(subscribeStatus._id);
    }
    });
    if (hasSubscribeStatusOne) {
    elementTosubscribe.style.display = ‘none’;
    elementTounsubscribe.style.display = ‘block’;
    } else {
    elementTosubscribe.style.display = ‘block’;
    elementTounsubscribe.style.display = ‘none’;
    }
    }
    },
    error: function(xhr, status, error) {
    console.error(‘錯誤:’, error);
    }
    });
    }

    function logSelectedSubscriptions(categoryid) {
    var unsubscribemodal = document.querySelector(‘.unsubscribed-popup-modal .modal’);
    var subscribedmodal = document.querySelector(‘.subscribed-popup-modal .modal’);
    unsubscribemodal.innerHTML=”;
    subscribedmodal.innerHTML=”;
    var selectedSubscriptions = [];
    var storeCheckedId = [];
    var checkboxes = document.querySelectorAll(‘#subscription-options-‘ + categoryid + ‘ input[type=”checkbox”]’);
    var errorMessage = document.getElementById(‘error-message-select’);

    // 使用 Set 處理唯一的 data-id
    var uniqueSubscribedIds = new Set(listOfSubscribed);

    checkboxes.forEach(function(checkbox) {
    var dataId = parseInt(checkbox.getAttribute(‘data-id’));
    if (checkbox.checked) {

    selectedSubscriptions.push(checkbox.id);
    storeCheckedId.push(dataId);
    } else {

    uniqueSubscribedIds.delete(dataId); // 移除未勾選的 data-id
    }
    });

    // 使用唯一值更新 listOfSubscribed
    listOfSubscribed = Array.from(uniqueSubscribedIds);

    var selectedSubscriptionsString = selectedSubscriptions.join(‘, ‘);
    var concatinateSubscribeId = […new Set(storeCheckedId.concat(listOfSubscribed))];

    var categoryData = {
    ‘subscribed_categories’: concatinateSubscribeId
    };

    var requestSubscriberData = {
    action: ‘handle_dynamic_api_request_with_headers’,
    security: ‘e849eff786’,

    endpoint: ‘/app/email_newsletter/update_categories’,
    token: ”,
    data: categoryData
    };

    jQuery.ajax({
    url: ‘https://blockvision.news/wp-admin/admin-ajax.php’,
    type: ‘POST’,
    data: requestSubscriberData,
    beforeSend: function(xhr) {
    xhr.setRequestHeader(‘X-Requested-With’, ‘XMLHttpRequest’);
    },
    success: function(response) {

    try {
    response = response.data;

    if (storeCheckedId.length === 0) {
    var unsubcribedPopUpmodal =

    `

    subscribed icon

    pop-cancel
    pop-cancel

    您已成功取消訂閱

    我們很遺憾看到您離開!您的訂閱已被取消。如果您改變主意,隨時可以重新訂閱。感謝您成為我們社區的一部分!

    `;
    unsubscribemodal.innerHTML = unsubcribedPopUpmodal;
    document.querySelector(‘#subscribe-modal-design .modal’).style.display = ‘none’;
    unsubscribemodal.style.display = ‘block’;
    unsubscribemodal.classList.remove(‘hide’);
    unsubscribemodal.classList.add(‘show’);
    document.getElementById(‘subscribe_’ + categoryid).style.display = ‘block’;
    document.getElementById(‘unsubscribe_’ + categoryid).style.display = ‘none’;
    var showDownloadReport = document.getElementById(‘download_report’);
    if (showDownloadReport) {
    showDownloadReport.style.display = ‘none’;
    } else {
    var subscribedPopupModal =

    `

    subscribed icon

    pop-cancel
    pop-cancel

    感谢您的订阅!

    感谢您订阅我们的加密货币和区块链通讯!您将会收到最新的新闻、见解和更新内容直接发送到您的收件箱。欢迎加入我们的社区!

    `;

    let selectedSubscriptionsArray = selectedSubscriptionsString.split(‘,’);
    let subscribedCategories = selectedSubscriptionsArray.map(subscription => subscription.split(‘_’)[0]);
    let subscribedCategoriesString = subscribedCategories.join(‘, ‘);

    subscribedmodal.innerHTML = subscribedPopupModal;
    if (document.getElementById(‘selectidname’)) {
    document.getElementById(‘selectidname’).textContent = subscribedCategoriesString;
    }

    document.querySelector(‘#subscribe-modal-design .modal’).style.display = ‘none’;
    subscribedmodal.style.display = ‘block’;
    subscribedmodal.classList.remove(‘hide’);
    subscribedmodal.classList.add(‘show’);
    document.getElementById(‘subscribe_’ + categoryid).style.display = ‘none’;
    document.getElementById(‘unsubscribe_’ + categoryid).style.display = ‘block’;
    var showDownloadReport = document.getElementById(‘download_report’);
    if (showDownloadReport) {
    showDownloadReport.style.display = ‘block’;
    }

    }

    } catch (e) {
    console.error(‘解析响应时出错:’, e);
    }
    },

    });
    }

    function closeModal(template_id) {
    var modalId = template_id;
    var modal = document.querySelector(‘#’ + modalId);

    if (modal) {
    modal.classList.add(‘hide’);
    modal.classList.remove(‘show’);
    setTimeout(function() {
    modal.style.display = ‘none’;
    }, 500);

    } else {
    console.warn(‘未找到弹窗:’, modalId);
    }
    }

    function closeunsubscribemodal() {
    var unsubscribemodal = document.querySelector(‘.unsubscribed-popup-modal .modal’);

    if (unsubscribemodal) {
    unsubscribemodal.classList.add(‘hide’);
    unsubscribemodal.classList.remove(‘show’);
    }
    setTimeout(function() {
    unsubscribemodal.style.display = ‘none’;
    }, 500);
    }

    function closesubscribemodal() {
    var subscribedmodal = document.querySelector(‘.subscribed-popup-modal .modal’);
    setTimeout(function() {
    subscribedmodal.style.display = ‘none’;
    }, 500);
    if (subscribedmodal) {
    subscribedmodal.classList.add(‘hide’);
    subscribedmodal.classList.remove(‘show’);
    }
    }

    function withoutLoginClicked(withoutlogin_id) {

    localStorage.setItem(‘subscribe_without_Login’, ‘true’);
    localStorage.setItem(‘subscribe_clicked_id’, withoutlogin_id);
    }

    document.addEventListener(‘DOMContentLoaded’, function() {
    var templateId = ‘6’;
    getAllSubscriberCategoryList([templateId]);

    jQuery.ajax({
    url: ‘https://blockvision.news/wp-admin/admin-ajax.php’,
    type: ‘GET’,
    data: {
    action: ‘subscribe_api_ajax_request’,
    apiurl: ‘/app/email_newsletter/list’,
    },
    success: function(response) {
    var resultonload = JSON.parse(response.message);
    var storeallcategory = resultonload.message;

    if (Array.isArray(storeallcategory)) {
    var allCategoryIds = storeallcategory.map(function(item) {
    return String(item.news_cp_category_row_id);
    });
    var uniqueCategoryIds = Array.from(new Set(allCategoryIds));

    var templateIdStr = String(templateId);

    if (!uniqueCategoryIds.includes(templateIdStr)) {

    var idNotMatchTounsubscribe = document.getElementById(‘unsubscribe_’ + templateIdStr);
    var idNotMatchTosubscribe = document.getElementById(‘subscribe_’ + templateIdStr);

    if (idNotMatchTounsubscribe) {
    idNotMatchTounsubscribe.style.display = “none”;
    }
    if (idNotMatchTosubscribe) {
    idNotMatchTosubscribe.style.display = “none”;
    }
    }
    } else {
    console.log(“storeallcategory不是一个数组。”);
    }
    },
    error: function(xhr, status, error) {
    console.error(“AJAX请求失败:”, status, error);
    }
    });

    const subscribewithoutData = localStorage.getItem(‘subscribe_without_Login’);
    const subscribe_clicked_cat_id = localStorage.getItem(‘subscribe_clicked_id’);

    function getCookie(name) {
    let value = “; ” + document.cookie;
    let parts = value.split(“; ” + name + “=”);
    if (parts.length == 2) return parts.pop().split(“;”).shift();
    }

    const userToken = getCookie(‘user_token’);

    if (subscribewithoutData === ‘true’ && userToken) {
    subscribed_popupmodal(subscribe_clicked_cat_id);
    localStorage.removeItem(‘subscribe_without_Login’);
    localStorage.removeItem(‘subscribe_clicked_id’);
    }
    });

    /************************** update susbcriber content **************************** */
    function initializeSubscriptionButton() {
    var initialListItems = document.querySelectorAll(‘.subscription-options input[type=”checkbox”]’);
    initialListItems.forEach(function(item) {
    console.log(item.checked, ‘初始复选框选中状态’);
    });

    var listItems = document.querySelectorAll(‘.subscription-options li’);
    if (listItems.length === 0) return;

    var anyActive = false;
    listItems.forEach(function(item) {
    var checkbox = item.querySelector(‘input[type=”checkbox”]’);
    if (checkbox) {
    if (checkbox.checked) {
    item.classList.add(‘active’);
    anyActive = true;
    } else {
    item.classList.remove(‘active’);
    }
    }
    });

    }

    function updateButtonText(anyActive) {
    var subscribeButtonSpan = document.querySelector(‘.subscribe-submit .changeBtnText’);
    if (subscribeButtonSpan) {
    if (anyActive) {
    subscribeButtonSpan.textContent = ‘立即订阅’;
    } else {
    subscribeButtonSpan.textContent = ‘取消订阅’;
    }
    }
    }

    function updateSubscriptionButton() {
    var listItems = document.querySelectorAll(‘.subscription-options li’);
    if (listItems.length === 0) return;

    var anyActive = false;
    listItems.forEach(function(item) {
    var checkbox = item.querySelector(‘input[type=”checkbox”]’);
    if (checkbox) {
    if (checkbox.checked) {
    item.classList.add(‘active’);
    anyActive = true;
    } else {
    item.classList.remove(‘active’);
    }
    }
    });

    updateButtonText(anyActive);
    }
    document.addEventListener(‘click’, function(event) {
    var clickedItem = event.target.closest(‘.subscription-options li’);
    if (clickedItem) {
    var checkbox = clickedItem.querySelector(‘input[type=”checkbox”]’);
    if (checkbox) {
    checkbox.checked = !checkbox.checked;
    updateSubscriptionButton();
    }
    }
    });

    请继续关注Coinpedia的加密货币市场周报,我们将为您带来更多信息。

    标签:Altcoins比特币价格分析

    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email

    Related Posts

    新聞

    英國央行降息:加密貨幣價格將如何反應?

    2025年8月7日
    新聞

    XRP 價格預測:2023 年 8 月 7 日

    2025年8月7日
    新聞

    XRP 價格反彈:支撐位於 2.90 美元穩定,牛市瞄準 3.40 美元

    2025年8月7日
    新聞

    NovaDius 總裁預見 XRP 與 Solana ETFs 在 BlackRock 的未來

    2025年8月7日
    新聞

    Ripple 是否結束其 XRP 監管釋放?數據顯示了什麼

    2025年8月7日
    新聞

    Parataxis 與 SilverBox Corp 合併,以籌集最高達 6.4 億美元的比特幣財庫公司資金

    2025年8月6日
    Add A Comment
    Leave A Reply Cancel Reply

    近期文章
    • PENGU 價格因羅賓漢上市及 ETF 熱潮而準備達到 $0.44?
    • 英國央行降息:加密貨幣價格將如何反應?
    • XRP 價格反彈:支撐位於 2.90 美元穩定,牛市瞄準 3.40 美元
    • XRP 價格預測:2023 年 8 月 7 日
    • NovaDius 總裁預見 XRP 與 Solana ETFs 在 BlackRock 的未來
    © 2025 區塊新視界 版权所有.
    • 信息
    • 分析
    • 新聞
    • 點評

    Type above and press Enter to search. Press Esc to cancel.