CINXE.COM
Live Cryptocurrency Charts & Market Data | CoinMarketCap
<!DOCTYPE html><html lang="en" dir="ltr"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="ie=edge"/><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, shrink-to-fit=no"/><meta property="og:url" content="https://coinmarketcap.com/charts/"/><link rel="canonical" href="https://coinmarketcap.com/charts/"/><link rel="alternate" hrefLang="ar" href="https://coinmarketcap.com/ar/charts/"/><link rel="alternate" hrefLang="bg" href="https://coinmarketcap.com/bg/charts/"/><link rel="alternate" hrefLang="cs" href="https://coinmarketcap.com/cs/charts/"/><link rel="alternate" hrefLang="da" href="https://coinmarketcap.com/da/charts/"/><link rel="alternate" hrefLang="de" href="https://coinmarketcap.com/de/charts/"/><link rel="alternate" hrefLang="el" href="https://coinmarketcap.com/el/charts/"/><link rel="alternate" hrefLang="en" href="https://coinmarketcap.com/charts/"/><link rel="alternate" hrefLang="es" href="https://coinmarketcap.com/es/charts/"/><link rel="alternate" hrefLang="fi" href="https://coinmarketcap.com/fi/charts/"/><link rel="alternate" hrefLang="fr" href="https://coinmarketcap.com/fr/charts/"/><link rel="alternate" hrefLang="hi" href="https://coinmarketcap.com/hi/charts/"/><link rel="alternate" hrefLang="hu" href="https://coinmarketcap.com/hu/charts/"/><link rel="alternate" hrefLang="id" href="https://coinmarketcap.com/id/charts/"/><link rel="alternate" hrefLang="it" href="https://coinmarketcap.com/it/charts/"/><link rel="alternate" hrefLang="ja" href="https://coinmarketcap.com/ja/charts/"/><link rel="alternate" hrefLang="ko" href="https://coinmarketcap.com/ko/charts/"/><link rel="alternate" hrefLang="nl" href="https://coinmarketcap.com/nl/charts/"/><link rel="alternate" hrefLang="no" href="https://coinmarketcap.com/no/charts/"/><link rel="alternate" hrefLang="pl" href="https://coinmarketcap.com/pl/charts/"/><link rel="alternate" hrefLang="pt-br" href="https://coinmarketcap.com/pt-br/charts/"/><link rel="alternate" hrefLang="ro" href="https://coinmarketcap.com/ro/charts/"/><link rel="alternate" hrefLang="ru" href="https://coinmarketcap.com/ru/charts/"/><link rel="alternate" hrefLang="sk" href="https://coinmarketcap.com/sk/charts/"/><link rel="alternate" hrefLang="sv" href="https://coinmarketcap.com/sv/charts/"/><link rel="alternate" hrefLang="th" href="https://coinmarketcap.com/th/charts/"/><link rel="alternate" hrefLang="tr" href="https://coinmarketcap.com/tr/charts/"/><link rel="alternate" hrefLang="uk" href="https://coinmarketcap.com/uk/charts/"/><link rel="alternate" hrefLang="ur" href="https://coinmarketcap.com/ur/charts/"/><link rel="alternate" hrefLang="vi" href="https://coinmarketcap.com/vi/charts/"/><link rel="alternate" hrefLang="zh-tw" href="https://coinmarketcap.com/zh-tw/charts/"/><link rel="alternate" hrefLang="zh" href="https://coinmarketcap.com/zh/charts/"/><link rel="manifest" href="/manifest.json"/><script type="application/ld+json">{"@context":"http://schema.org","@type":"FAQPage","mainEntity":[{"@type":"Question","name":"Can I access historical market data through an API?","acceptedAnswer":{"@type":"Answer","text":"<div><p>Yes, you can access historical cryptocurrency market data via the /v1/global-metrics/quotes/historical API endpoint. This allows you to retrieve past global market metrics, such as market capitalization and Bitcoin dominance, based on specified time ranges and intervals.<br/><br/></p><p>API Endpoint:GET <a href=\"https://pro-api.coinmarketcap.com/v1/global-metrics/quotes/historical\" rel=\"noopener nofollow\" target=\"_blank\">https://pro-api.coinmarketcap.com/v1/global-metrics/quotes/historical</a><br/><br/></p><p>Parameters:<br/><br/>• time_start: (optional) Timestamp (Unix or ISO 8601) to start returning quotes for. Example: 2024-01-01T00:00:00Z.<br/>• time_end: (optional) Timestamp (Unix or ISO 8601) to stop returning quotes for. Example: 2024-10-01T00:00:00Z.<br/>• interval: Interval of time to return data points for. Example: 1d, hourly, weekly, monthly.<br/>• count: (optional) The number of interval periods to return results for. Example: 100.<br/>• convert: (optional) Optionally calculate market quotes in up to 3 other fiat currencies or cryptocurrencies. Example: convert=USD,EUR,BTC.<br/>• convert<em>id: (optional) Use CoinMarketCap IDs instead of symbols for conversions. Example: convert</em>id=1,2781.<br/><br/>Response Example:<br/><br/></p><p>{<br/> "data": {<br/> "quotes": [<br/> {<br/> "timestamp": "2024-01-01T00:00:00.000Z",<br/> "btc_dominance": 45.0057,<br/> "active_cryptocurrencies": 2900,<br/> "total<em>market</em>cap": 2374432083905.6846,<br/> "total<em>volume</em>24h": 262906061281.24<br/> },<br/> {<br/> "timestamp": "2024-01-02T00:00:00.000Z",<br/> "btc_dominance": 46.0028,<br/> "active_cryptocurrencies": 2950,<br/> "total<em>market</em>cap": 2385000000000,<br/> "total<em>volume</em>24h": 265000000000<br/> }<br/> ]<br/> },<br/> "status": {<br/> "timestamp": "2024-10-11T02:36:05.986Z",<br/> "error_code": 0,<br/> "error_message": null,<br/> "elapsed": 10,<br/> "credit_count": 1<br/> }<br/>}<br/><br/></p><p>This API is available on the following plans:<br/>• Basic<br/>• Hobbyist (1 month)<br/>• Startup (1 month)<br/>• Standard (3 months)<br/>• Professional (12 months)<br/>• Enterprise (Up to 6 years)<br/><br/>Explore the plans and their features on the <a href=\"https://coinmarketcap.com/api/pricing/\" rel=\"noopener nofollow\" target=\"_blank\">CoinMarketCap API pricing page</a>.</p></div>"}}]}</script><title>Live Cryptocurrency Charts & Market Data | CoinMarketCap</title><meta name="description" content="Stay updated on the latest cryptocurrency market trends, including Bitcoin dominance, altcoin season, ETF net flows, and real-time market sentiment, all conveniently accessible in one place on CoinMarketCap."/><meta property="og:title" content="Live Cryptocurrency Charts & Market Data | CoinMarketCap"/><meta property="og:description" content="Stay updated on the latest cryptocurrency market trends, including Bitcoin dominance, altcoin season, ETF net flows, and real-time market sentiment, all conveniently accessible in one place on CoinMarketCap."/><meta name="twitter:title" content="Live Cryptocurrency Charts & Market Data | CoinMarketCap"/><meta name="twitter:description" content="Stay updated on the latest cryptocurrency market trends, including Bitcoin dominance, altcoin season, ETF net flows, and real-time market sentiment, all conveniently accessible in one place on CoinMarketCap."/><meta name="next-head-count" content="44"/><style data-static="ui-tokens">:root{--c-font-size-50:11px;--c-font-size-75:12px;--c-font-size-100:14px;--c-font-size-200:16px;--c-font-size-300:18px;--c-font-size-400:18px;--c-font-size-600:20px;--c-font-size-800:25px;--c-font-size-1000:32px;--c-font-weight-300:300;--c-font-weight-400:400;--c-font-weight-500:500;--c-font-weight-600:600;--c-font-weight-700:700;--c-font-weight-900:900;--c-line-height-heading:130%;--c-line-height-body:150%;--c-color-gray-100:#F8FAFD;--c-color-gray-200:#EFF2F5;--c-color-gray-300:#CFD6E4;--c-color-gray-400:#A6B0C3;--c-color-gray-500:#808A9D;--c-color-gray-600:#616E85;--c-color-blue-100:#F0F6FF;--c-color-blue-200:#DDE4FD;--c-color-blue-300:#ACBDFB;--c-color-blue-400:#6188FF;--c-color-blue-500:#3861FB;--c-color-blue-600:#2444D4;--c-color-blue-700:#0728A1;--c-color-blue-800:#1E274F;--c-color-green-100:#DEFBF0;--c-color-green-200:#C3F8E4;--c-color-green-300:#8CF2CC;--c-color-green-400:#67E4B5;--c-color-green-500:#16C784;--c-color-green-600:#119C68;--c-color-green-700:#0D734C;--c-color-green-800:#173C37;--c-color-beige-100:#FDF4EA;--c-color-beige-200:#FCEDDE;--c-color-beige-300:#FBE0C6;--c-color-beige-400:#F9D3AF;--c-color-beige-500:#F5B97F;--c-color-beige-600:#EE8B2A;--c-color-beige-700:#BD650F;--c-color-beige-800:#433936;--c-color-orange-100:#FFE9E5;--c-color-orange-200:#FFCFC7;--c-color-orange-300:#FFAD9E;--c-color-orange-400:#FF9B8A;--c-color-orange-500:#FF775F;--c-color-orange-600:#FF3C1A;--c-color-orange-700:#D11F00;--c-color-orange-800:#8A1500;--c-color-red-100:#FCE6E8;--c-color-red-200:#F8BABD;--c-color-red-300:#F8BABD;--c-color-red-400:#EE626A;--c-color-red-500:#EA3943;--c-color-red-600:#CB1620;--c-color-red-700:#981018;--c-color-red-800:#411F2A;--c-color-teal-100:#E8FAFD;--c-color-teal-200:#B9EFF9;--c-color-teal-300:#7CE1F3;--c-color-teal-400:#3BD1ED;--c-color-teal-500:#13B2CF;--c-color-teal-600:#0F91A8;--c-color-teal-700:#0C7487;--c-color-teal-800:#084854;--c-color-purple-100:#F6F0FF;--c-color-purple-200:#E7D7FE;--c-color-purple-300:#C8A5FE;--c-color-purple-400:#A972FD;--c-color-purple-500:#8A3FFC;--c-color-purple-600:#6312DE;--c-color-purple-700:#4103A1;--c-color-purple-800:#25015A;--c-color-blue-black:var(--c-color-blue-700);--c-color-blue-dark:var(--c-color-blue-600);--c-color-blue-original:var(--c-color-blue-500);--c-color-blue-light:var(--c-color-blue-400);--c-color-green-black:var(--c-color-green-700);--c-color-green-dark:var(--c-color-green-600);--c-color-green-original:var(--c-color-green-500);--c-color-green-light:var(--c-color-green-400);--c-color-beige-black:var(--c-color-beige-700);--c-color-beige-dark:var(--c-color-beige-600);--c-color-beige-original:var(--c-color-beige-500);--c-color-beige-light:var(--c-color-beige-400);--c-color-orange-black:var(--c-color-orange-700);--c-color-orange-dark:var(--c-color-orange-600);--c-color-orange-original:var(--c-color-orange-500);--c-color-orange-light:var(--c-color-orange-400);--c-color-teal-black:var(--c-color-teal-700);--c-color-teal-dark:var(--c-color-teal-600);--c-color-teal-original:var(--c-color-teal-500);--c-color-teal-light:var(--c-color-teal-400);--c-color-purple-black:var(--c-color-purple-700);--c-color-purple-dark:var(--c-color-purple-600);--c-color-purple-original:var(--c-color-purple-500);--c-color-purple-light:var(--c-color-purple-400);--c-color-blue:#3861FB;--c-color-background-1:#FCFDFE;--c-color-background-2:#FFFFFF;--c-color-surface-1:#FFFFFF;--c-color-surface-2:#F8FAFD;--c-color-text-primary:#0D1421;--c-color-text-secondary:#616E85;--c-color-text-caption:#A6B0C3;--c-color-text-hyperlink:#3861FB;--c-color-negative:#EA3943;--c-color-negative-bg:var(--c-color-red-100);--c-color-positive:#16C784;--c-color-positive-bg:var(--c-color-green-100);--c-color-reminder:#F5B97F;--c-color-reminder-bg:var(--c-color-beige-100);--c-color-official:#3861FB;--c-color-official-bg:var(--c-color-blue-100);--c-color-no-access:#858CA2;--c-color-no-access-bg:var(--c-color-gray-200);--c-color-azure:#486DF7;--c-color-green:var(--c-color-green-500);--c-color-beige:var(--c-color-beige-500);--c-color-orange:var(--c-color-orange-500);--c-color-teal:#23DCF5;--c-color-purple:var(--c-color-purple-500);--c-color-navy:var(--c-color-blue-600);--c-color-overlay-bg:rgba(88, 102, 126, 0.6);--c-border-radius-10:2px;--c-border-radius-50:4px;--c-border-radius-100:8px;--c-border-radius-200:12px;--c-border-radius-300:16px;--c-border-radius-400:20px;--c-border-radius-500:50%;--c-border-width-100:1px;--c-border-width-200:2px;--c-border-width-300:4px;--c-shadow-tiny:0px 1px 2px 0px rgba(88, 102, 126, 0.12), 0px 4px 24px 0px rgba(88, 102, 126, 0.08);--c-shadow-overlay:0px 8px 32px 0px rgba(128, 138, 157, 0.24), 0px 1px 2px 0px rgba(128, 138, 157, 0.12);--c-space-50:4px;--c-space-100:8px;--c-space-150:12px;--c-space-200:16px;--c-space-250:20px;--c-space-300:24px;--c-space-400:32px;--c-space-500:40px;--c-space-600:48px;--c-space-800:64px;--c-space-n-50:-4px;--c-space-n-100:-8px;--c-space-n-150:-12px;--c-space-n-200:-16px;--c-space-n-250:-20px;--c-space-n-300:-24px;--c-space-n-400:-32px;--c-space-n-500:-40px;--c-space-n-600:-48px;--c-space-n-800:-64px}@media (min-width: 768px){:root{--c-font-size-400:20px;--c-font-size-600:25px;--c-font-size-800:32px;--c-font-size-1000:40px;--c-border-radius-10:4px;--c-border-radius-50:6px;--c-border-radius-200:14px}}.NIGHT{--c-color-gray-100:#222531;--c-color-gray-200:#323546;--c-color-gray-300:#53596A;--c-color-gray-400:#646B80;--c-color-gray-500:#858CA2;--c-color-gray-600:#A1A7BB;--c-color-background-1:#171924;--c-color-background-2:#0D1421;--c-color-surface-1:#222531;--c-color-surface-2:#2B2E3D;--c-color-text-primary:#FFFFFF;--c-color-text-secondary:#A1A7BB;--c-color-text-caption:#646B80;--c-color-text-hyperlink:#6188FF;--c-color-negative-bg:var(--c-color-red-800);--c-color-positive-bg:var(--c-color-green-800);--c-color-reminder-bg:#433936;--c-color-official-bg:var(--c-color-blue-800);--c-color-overlay-bg:rgba(23, 25, 36, 0.6);--c-shadow-tiny:0px 1px 2px 0px rgba(13, 20, 33, 0.24), 0px 4px 24px 0px rgba(13, 20, 33, 0.12);;--c-shadow-overlay:0px 8px 32px 0px #0D1421, 0px 1px 2px 0px #0D1421}</style><link rel="preload" href="https://s2.coinmarketcap.com/static/cloud/fonts/inter/Inter-Regular-new.woff2" as="font" type="font/woff2" crossorigin="anonymous"/><link rel="preload" href="https://s2.coinmarketcap.com/static/cloud/fonts/inter/Inter-Medium-new.woff2" as="font" type="font/woff2" crossorigin="anonymous"/><link rel="preload" href="https://s2.coinmarketcap.com/static/cloud/fonts/inter/Inter-SemiBold-new.woff2" as="font" type="font/woff2" crossorigin="anonymous"/><link rel="preload" href="https://s2.coinmarketcap.com/static/cloud/fonts/inter/Inter-Bold-new.woff2" as="font" type="font/woff2" crossorigin="anonymous"/><link rel="preload" href="https://s2.coinmarketcap.com/static/cloud/fonts/cmc-v2/CMC-V2.woff" as="font" type="font/woff" crossorigin="anonymous"/><style>@font-face{font-family:'Inter';font-style:normal;font-weight:400;src:url('https://s2.coinmarketcap.com/static/cloud/fonts/inter/Inter-Regular-new.woff2') format('woff2'),url('https://s2.coinmarketcap.com/static/cloud/fonts/inter/Inter-Regular-new.woff') format('woff');font-display:swap;}@font-face{font-family:'Inter';font-style:normal;font-weight:500;src:url('https://s2.coinmarketcap.com/static/cloud/fonts/inter/Inter-Medium-new.woff2') format('woff2'),url('https://s2.coinmarketcap.com/static/cloud/fonts/inter/Inter-Medium-new.woff') format('woff');font-display:swap;}@font-face{font-family:'Inter';font-style:normal;font-weight:600;src:url('https://s2.coinmarketcap.com/static/cloud/fonts/inter/Inter-SemiBold-new.woff2') format('woff2'),url('https://s2.coinmarketcap.com/static/cloud/fonts/inter/Inter-SemiBold-new.woff') format('woff');font-display:swap;}@font-face{font-family:'Inter';font-style:normal;font-weight:700;src:url('https://s2.coinmarketcap.com/static/cloud/fonts/inter/Inter-Bold-new.woff2') format('woff2'),url('https://s2.coinmarketcap.com/static/cloud/fonts/inter/Inter-Bold-new.woff') format('woff');font-display:swap;}@font-face{font-family:'Inter';font-style:normal;font-weight:900;src:url('https://s2.coinmarketcap.com/static/cloud/fonts/inter/Inter-Black-new.woff2') format('woff2'),url('https://s2.coinmarketcap.com/static/cloud/fonts/inter/Inter-Black-new.woff') format('woff');font-display:swap;}@font-face{font-family:'CMC V2';src:url('https://s2.coinmarketcap.com/static/cloud/fonts/cmc-v2/CMC-V2.woff') format('woff'),url('https://s2.coinmarketcap.com/static/cloud/fonts/cmc-v2/CMC-V2.ttf') format('truetype'),url('https://s2.coinmarketcap.com/static/cloud/fonts/cmc-v2/CMC-V2.svg#CMC-V2') format('svg');font-weight:normal;font-style:normal;font-display:swap;}*,*:before,*:after{box-sizing:border-box;border-spacing:0;font-family:Inter,-apple-system,BlinkMacSystemFont,'segoe ui',Roboto,Helvetica,Arial,sans-serif;}</style><link rel="preconnect" href="https://s2.coinmarketcap.com" crossorigin="anonymous"/><link rel="preconnect" href="https://s3.coinmarketcap.com" crossorigin="anonymous"/><link rel="preconnect" href="//www.googletagmanager.com"/><meta property="og:image:type" content="image/png"/><meta property="og:image:width" content="600"/><meta property="og:image:height" content="315"/><meta property="og:site_name" content="CoinMarketCap"/><meta property="og:type" content="website"/><meta name="twitter:card" content="summary_large_image"/><link rel="apple-touch-icon" href="/apple-touch-icon.png"/><link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"/><link rel="preload" href="https://cdn.fuseplatform.net/publift/tags/2/3570/fuse.js" as="script"/><meta property="og:image" content="https://s2.coinmarketcap.com/static/cloud/img/splash_600x315_1.png?_=fffc8c0"/><meta name="google-site-verification" content="EDc1reqlQ-zAgeRrrgAxRXNK-Zs9JgpE9a0wdaoSO9A"/><script>const __cookieBannerInitialScriptsDemoCode=()=>{let e=["ar","bg","cs","da","de","el","en","es","fi","fr","hi","hu","id","it","ja","ko","nl","no","pl","pt-br","ro","ru","sk","sv","th","tr","uk","ur","vi","zh-tw","zh"];function t(t){let n=e.join("|"),r=RegExp(`^/(${n})/?`);return t.replace(r,"/")}let n=!("cn-test.coinmarketcap.com"===location.host||"coinmarketcap.com"===location.host);function r(){let e=new Date(JSON.parse(localStorage.getItem("appBannerAppear")||"{}").value||0).getTime();return new Date().getTime()-e<(n?6e4:864e6)}function a(e){let t=e,n=t.includes("utm_source=coinmarketcap")||t.includes("app=");if(n)try{localStorage.setItem("cmc_flag_in_app","true")}catch(r){}return n}function i(e){return!!({"/events/eth-merge/":!0,"/events/btcamsterdam22/":!0,"/events/consensus-2023/":!0,"/events/killerwhales/":!0,"/events/bitcoin2023/":!0,"/link/":!0,"/app/prompt/":!0})[e]}function o(){let e=window.navigator.userAgent;return!!e.match("CMCApp")}function c(e){let t=window.navigator.userAgent,n=/iPad|iPhone|iPod/.test(t)&&!window.MSStream,r=t.includes("Safari")&&!t.includes("Chrome")&&!t.includes("CriOS");return n&&r}function s(){return"true"===localStorage.getItem("cmc_flag_in_app")}try{let l=e=>{let l=new URL(e||location.href),u=t(l.pathname),p=r()||a(l.search)||i(u)||o()||c(u)||s();if(n&&console.log("shouldHideBanner",p),p){let m=document.createElement("style");m.setAttribute("id","app-banner-style"),document.head.appendChild(m),m.sheet.insertRule(".app-banner-new { display: none !important; }",0)}else{let d=document.querySelector("#app-banner-style");d&&d.remove()}};l(),window.navigation&&window.navigation.addEventListener("navigate",e=>{l(e.destination.url)})}catch(u){console.log("shouldHide",u)}};__cookieBannerInitialScriptsDemoCode();</script><script type="speculationrules">{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/*","relative_to":"document"}]},"eagerness":"moderate"}]}</script><style data-hide-bottom-popup="true"> .cmc-bottom-popup { bottom: -1000px!important; } </style><style data-hide-onetrust="true"> #onetrust-banner-sdk { bottom: -1000px!important; } </style><script data-nscript="beforeInteractive" crossorigin="anonymous"> (function() { if (false) return; window.__renderTime__ = {"pageRender":1732427312097}; window.__renderTime__.pageLoad = Date.now(); })(); (function() {if (!!window.__RESOURCE_ERROR__) return;window.__RESOURCE_ERROR__ = [];var collectError = function(item) { window.__RESOURCE_ERROR__.push(item) };window.addEventListener('error', function (e) {var sourceUrl = e.target && (e.target.src || e.target.href);sourceUrl && collectError({ type: e.type || 'error', url: sourceUrl, status: -1, msg: e.message });}, true);var _oldFetch = window.fetch;var _oldOpen = XMLHttpRequest.prototype.open;var _oldSend = XMLHttpRequest.prototype.send;window.fetch = function() {var __url__ = String(arguments[0] && (arguments[0].url || arguments[0]));return _oldFetch.apply(this, arguments).then(res => {res.status !== 200 && collectError({ type: 'fetch', url: __url__, status: res.status || -1, msg: res.statusText });return res;}).catch(function(e) {collectError({ type: 'fetch', url: __url__, status: -1, msg: e.message });throw e;});};XMLHttpRequest.prototype.open = function () {this.__url__ = String(arguments[1]);return _oldOpen.apply(this, arguments);};XMLHttpRequest.prototype.send = function () {var _handleEvent = function (e) {this.status !== 200 && collectError({ type: 'xhr', url: this.__url__, status: this.status || -1, msg: this.statusText });};this.addEventListener('error', _handleEvent);this.addEventListener('load', _handleEvent);this.addEventListener('abort', _handleEvent);return _oldSend.apply(this, arguments);}; })(); window.cachedWidth = window.innerWidth; </script><link rel="preload" href="https://s2.coinmarketcap.com/cmc/_next/static/css/44301904595330dc.css" as="style" crossorigin="anonymous"/><link rel="stylesheet" href="https://s2.coinmarketcap.com/cmc/_next/static/css/44301904595330dc.css" crossorigin="anonymous" data-n-g=""/><link rel="preload" href="https://s2.coinmarketcap.com/cmc/_next/static/css/e686b63668a7facb.css" as="style" crossorigin="anonymous"/><link rel="stylesheet" href="https://s2.coinmarketcap.com/cmc/_next/static/css/e686b63668a7facb.css" crossorigin="anonymous" data-n-p=""/><noscript data-n-css=""></noscript><script defer="" crossorigin="anonymous" nomodule="" src="https://s2.coinmarketcap.com/cmc/_next/static/chunks/polyfills-78c92fac7aa8fdd8.js"></script><script src="https://s2.coinmarketcap.com/cmc/_next/static/chunks/webpack-c605f363e2452407.js" defer="" crossorigin="anonymous"></script><script src="https://s2.coinmarketcap.com/cmc/_next/static/chunks/framework-c0515e2156f3938b.js" defer="" crossorigin="anonymous"></script><script src="https://s2.coinmarketcap.com/cmc/_next/static/chunks/main-4d9f2625118cb1cf.js" defer="" crossorigin="anonymous"></script><script src="https://s2.coinmarketcap.com/cmc/_next/static/chunks/pages/_app-52a302cc54995514.js" defer="" crossorigin="anonymous"></script><script src="https://s2.coinmarketcap.com/cmc/_next/static/chunks/ee7bdd82-47817060b034b9b9.js" defer="" crossorigin="anonymous"></script><script src="https://s2.coinmarketcap.com/cmc/_next/static/chunks/88d5c5ca-3b39126f3314e2a2.js" defer="" crossorigin="anonymous"></script><script src="https://s2.coinmarketcap.com/cmc/_next/static/chunks/80040-b8df0ad95c4f3bde.js" defer="" crossorigin="anonymous"></script><script src="https://s2.coinmarketcap.com/cmc/_next/static/chunks/76321-3ed609456539584d.js" defer="" crossorigin="anonymous"></script><script src="https://s2.coinmarketcap.com/cmc/_next/static/chunks/39723-75243e8aa7277ab2.js" defer="" crossorigin="anonymous"></script><script src="https://s2.coinmarketcap.com/cmc/_next/static/chunks/60186-83cd7db1a2276eb7.js" defer="" crossorigin="anonymous"></script><script src="https://s2.coinmarketcap.com/cmc/_next/static/chunks/53244-0a7a8dd95fa58cb4.js" defer="" crossorigin="anonymous"></script><script src="https://s2.coinmarketcap.com/cmc/_next/static/chunks/24914-3a2783f7a558728b.js" defer="" crossorigin="anonymous"></script><script src="https://s2.coinmarketcap.com/cmc/_next/static/chunks/17951-5570ed1f6e41bc41.js" defer="" crossorigin="anonymous"></script><script src="https://s2.coinmarketcap.com/cmc/_next/static/chunks/83305-0e3bbffa93c1b632.js" defer="" crossorigin="anonymous"></script><script src="https://s2.coinmarketcap.com/cmc/_next/static/chunks/57981-8097301f9889a2bd.js" defer="" crossorigin="anonymous"></script><script src="https://s2.coinmarketcap.com/cmc/_next/static/chunks/61337-5870ebb69b8012a6.js" defer="" crossorigin="anonymous"></script><script src="https://s2.coinmarketcap.com/cmc/_next/static/chunks/1530-ed818f5072ae0ff0.js" defer="" crossorigin="anonymous"></script><script src="https://s2.coinmarketcap.com/cmc/_next/static/chunks/39673-00a9509b1101a013.js" defer="" crossorigin="anonymous"></script><script src="https://s2.coinmarketcap.com/cmc/_next/static/chunks/pages/charts-08a40b20be45f899.js" defer="" crossorigin="anonymous"></script><script src="https://s2.coinmarketcap.com/cmc/_next/static/WblGzjGGFyZOHD_aaYUCC/_buildManifest.js" defer="" crossorigin="anonymous"></script><script src="https://s2.coinmarketcap.com/cmc/_next/static/WblGzjGGFyZOHD_aaYUCC/_ssgManifest.js" defer="" crossorigin="anonymous"></script><style data-styled="" data-styled-version="5.3.11">.lcsYsQ{display:inline-block;font-weight:var(--c-font-weight-500);font-size:var(--c-font-size-50);}/*!sc*/ .egHtVD{-webkit-text-decoration:inherit;text-decoration:inherit;margin:0;padding:0;line-height:var(--c-line-height-body);font-weight:var(--c-font-weight-400);display:initial;font-size:var(--c-font-size-50);color:var(--c-color-text-secondary);font-weight:inherit;}/*!sc*/ .gtauHf{display:inline-block;font-weight:var(--c-font-weight-500);font-size:var(--c-font-size-50);direction:auto;}/*!sc*/ .jTsesI{vertical-align:middle;}/*!sc*/ .gVajsk{display:inline-block;}/*!sc*/ .gpUUUU{-webkit-text-decoration:inherit;text-decoration:inherit;margin:0;padding:0;line-height:var(--c-line-height-body);font-weight:var(--c-font-weight-400);display:initial;font-size:var(--c-font-size-50);color:var(--c-color-text-hyperlink);font-weights:inherit;}/*!sc*/ .hYvYv{display:none;}/*!sc*/ @media (max-width:1023.98px){.hYvYv{display:block;padding:var(--c-space-300) var(--c-space-200) 0px var(--c-space-200);border-bottom:1px solid var(--c-color-gray-200);}}/*!sc*/ .jvXuwa{position:relative;}/*!sc*/ .hZddRt{display:block;white-space:nowrap;width:100%;overflow-x:scroll;-webkit-scroll-width:none;-moz-scroll-width:none;-ms-scroll-width:none;scroll-width:none;-ms-overflow-style:none;}/*!sc*/ .hZddRt::-webkit-scrollbar{display:none;}/*!sc*/ .eJFIjc{display:inline-block;vertical-align:top;position:relative;}/*!sc*/ .ItpFd{padding:0px var(--c-space-250) var(--c-space-100) var(--c-space-250);font-size:var(--c-font-size-100);line-height:var(--c-line-height-body);font-weight:var(--c-font-weight-600);color:var(--c-color-text-hyperlink);}/*!sc*/ .ERFHc{padding:0px var(--c-space-250) var(--c-space-100) var(--c-space-250);font-size:var(--c-font-size-100);line-height:var(--c-line-height-body);font-weight:var(--c-font-weight-500);color:var(--c-color-text-primary);}/*!sc*/ .kfoAba{position:absolute;left:0;bottom:0;opacity:1;width:1px;height:2px;background-color:var(--c-color-blue);-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center;-webkit-transition:-webkit-transform 0.35s,opacity 0.35s;-webkit-transition:transform 0.35s,opacity 0.35s;transition:transform 0.35s,opacity 0.35s;}/*!sc*/ .eMPeYJ{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}/*!sc*/ .dTIYAz{position:relative;border-right:1px solid var(--c-color-gray-200);-webkit-flex:0 0 clamp(230px,15%,320px);-ms-flex:0 0 clamp(230px,15%,320px);flex:0 0 clamp(230px,15%,320px);}/*!sc*/ @media (max-width:1023.98px){.dTIYAz{display:none;}}/*!sc*/ .hrIQCm{padding:var(--c-space-300) var(--c-space-200);position:-webkit-sticky;position:sticky;top:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:var(--c-space-50);}/*!sc*/ .hrIQCm .active-side{background-color:var(--c-color-gray-100);border-radius:var(--c-border-radius-100);}/*!sc*/ .jIYdSk{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:var(--c-space-100);cursor:pointer;min-height:var(--c-space-600);}/*!sc*/ .eBxrke{-webkit-text-decoration:inherit;text-decoration:inherit;margin:0;padding:0;line-height:var(--c-line-height-heading);font-weight:var(--c-font-weight-700);display:block;font-size:var(--c-font-size-100);line-height:var(--c-line-height-body);font-weight:var(--c-font-weight-600);font-size:var(--c-font-size-100);color:var(--c-color-text-primary);}/*!sc*/ .iMhkNi{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;overflow:hidden;}/*!sc*/ .lkOfwY{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin:0 auto;padding:var(--c-space-400) 5% var(--c-space-600) 5%;gap:var(--c-space-500);}/*!sc*/ @media (max-width:1919.98px){.lkOfwY{max-width:100%;padding:var(--c-space-400) var(--c-space-300) var(--c-space-600) var(--c-space-300);}}/*!sc*/ @media (max-width:1023.98px){.lkOfwY{width:100%;padding:var(--c-space-400) var(--c-space-200) var(--c-space-600) var(--c-space-200);}}/*!sc*/ .hVWlxK{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:var(--c-space-400);}/*!sc*/ @media (max-width:767.98px){.hVWlxK{gap:var(--c-space-300);}}/*!sc*/ .dAjhXv{display:grid;grid-template-columns:auto 1fr;-webkit-box-pack:start;-webkit-justify-content:start;-ms-flex-pack:start;justify-content:start;gap:var(--c-space-150);}/*!sc*/ .dAjhXv .api-btn{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;}/*!sc*/ @media (max-width:767.98px){.dAjhXv{gap:var(--c-space-100);grid-template-columns:1fr;}.dAjhXv .api-btn{grid-row-start:3;}}/*!sc*/ .eHMzae{-webkit-text-decoration:inherit;text-decoration:inherit;margin:0;padding:0;line-height:var(--c-line-height-body);font-weight:var(--c-font-weight-400);display:initial;font-size:var(--c-font-size-100);line-height:var(--c-line-height-heading);font-size:var(--c-font-size-600);font-weight:var(--c-font-weight-700);}/*!sc*/ .jpqzzO{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;}/*!sc*/ .aNmCf{-webkit-text-decoration:inherit;text-decoration:inherit;margin:0;padding:0;line-height:var(--c-line-height-body);font-weight:var(--c-font-weight-400);display:initial;font-size:var(--c-font-size-100);font-size:var(--c-font-size-75);font-weight:var(--c-font-weight-600);color:var(--c-color-text-primary);}/*!sc*/ .hAKLhx{-webkit-text-decoration:inherit;text-decoration:inherit;margin:0;padding:0;line-height:var(--c-line-height-body);font-weight:var(--c-font-weight-400);display:initial;font-size:var(--c-font-size-100);grid-column-start:1;grid-column-end:3;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;color:var(--c-color-text-secondary);font-size:var(--c-font-size-100);font-weight:var(--c-font-weight-400);}/*!sc*/ .ljiQXI{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:var(--c-space-200);}/*!sc*/ .eZSVst{position:relative;}/*!sc*/ .eZSVst .scroll-card-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:var(--c-space-150);width:100%;}/*!sc*/ .eZSVst .scroll-card-item-wrapper{-webkit-flex:1;-ms-flex:1;flex:1;}/*!sc*/ .eZSVst [data-role=content-wrapper]{padding:var(--c-space-200);}/*!sc*/ .eZSVst [data-role=prev-btn]{color:var(--c-color-gray-500);top:var(--c-space-200);bottom:var(--c-space-200);height:calc(100% - 32px);}/*!sc*/ .eZSVst [data-role=next-btn]{color:var(--c-color-gray-500);top:var(--c-space-200);bottom:var(--c-space-200);height:calc(100% - 32px);}/*!sc*/ .eZSVst .top-coins-title{display:none;}/*!sc*/ @media (max-width:767.98px){.eZSVst{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:var(--c-space-200);}.eZSVst top-coins-title{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.eZSVst [data-role=prev-btn]{display:none;}.eZSVst [data-role=next-btn]{display:none;}}/*!sc*/ @media (max-width:1023.98px){.eZSVst [data-role=prev-btn]{display:none;}.eZSVst [data-role=next-btn]{display:none;}}/*!sc*/ .hjDvLS{-webkit-text-decoration:inherit;text-decoration:inherit;margin:0;padding:0;line-height:var(--c-line-height-body);font-weight:var(--c-font-weight-400);display:initial;font-size:var(--c-font-size-100);color:var(--c-color-text-primary);font-size:var(--c-font-size-600);font-weight:var(--c-font-weight-700);}/*!sc*/ .klkfdy{margin:var(--c-space-n-200);width:calc(100% + 32px);}/*!sc*/ .eyXrOz{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:inline-block;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;line-height:1em;vertical-align:middle;}/*!sc*/ .dJQRWW{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;gap:var(--c-space-200);padding:var(--c-space-150) var(--c-space-200);border-radius:var(--c-border-radius-100);background:var(--c-color-surface-1);box-shadow:var(--c-shadow-tiny);height:90px;}/*!sc*/ .hCVwOU{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:10px;}/*!sc*/ .jISror{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:var(--c-space-50);}/*!sc*/ .jISror .coin-logo{width:var(--c-space-200);height:var(--c-space-200);}/*!sc*/ .clEhpm{-webkit-text-decoration:inherit;text-decoration:inherit;margin:0;padding:0;line-height:var(--c-line-height-body);font-weight:var(--c-font-weight-400);display:initial;font-size:var(--c-font-size-100);line-height:var(--c-line-height-heading);color:var(--c-color-text-primary);font-size:var(--c-font-size-100);font-weight:var(--c-font-weight-600);}/*!sc*/ .irRzUL{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}/*!sc*/ .ftZUwe{-webkit-text-decoration:inherit;text-decoration:inherit;margin:0;padding:0;line-height:var(--c-line-height-body);font-weight:var(--c-font-weight-400);display:initial;font-size:var(--c-font-size-100);font-size:var(--c-font-size-100);font-weight:var(--c-font-weight-600);}/*!sc*/ .daWDgb{min-width:104px;-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/ .daWDgb img{width:100%;height:auto;}/*!sc*/ .dyAjoq{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:var(--c-space-200);}/*!sc*/ @media (max-width:1439.98px){.dyAjoq{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}}/*!sc*/ .fJYmEx{width:32.5%;}/*!sc*/ .fJYmEx .crypto-dashboard-title{display:none;}/*!sc*/ .fJYmEx .scroll-card-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:var(--c-space-200);width:100%;}/*!sc*/ .fJYmEx [data-role=content-wrapper]{overflow-x:inherit;}/*!sc*/ @media (max-width:1439.98px){.fJYmEx{width:100%;}.fJYmEx .scroll-card-wrapper{display:grid;grid-template-columns:repeat(3,48.3%);gap:var(--c-space-150);width:100%;}.fJYmEx .scroll-card-item-wrapper{-webkit-flex:1;-ms-flex:1;flex:1;}.fJYmEx [data-role=content-wrapper]{padding:var(--c-space-200);overflow-x:scroll;}.fJYmEx [data-role=prev-btn]{color:var(--c-color-gray-500);top:var(--c-space-200);bottom:var(--c-space-200);height:calc(100% - 32px);}.fJYmEx [data-role=next-btn]{color:var(--c-color-gray-500);top:var(--c-space-200);bottom:var(--c-space-200);height:calc(100% - 32px);}}/*!sc*/ @media (max-width:1023.98px){.fJYmEx [data-role=prev-btn]{display:none;}.fJYmEx [data-role=next-btn]{display:none;}}/*!sc*/ @media (max-width:767.98px){.fJYmEx{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:var(--c-space-200);margin-top:var(--c-space-100);}.fJYmEx [data-role=content-wrapper]{padding:0;overflow-x:inherit;}.fJYmEx .crypto-dashboard-title{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.fJYmEx .scroll-card-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:var(--c-space-200);}.fJYmEx [data-role=prev-btn]{display:none;}.fJYmEx [data-role=next-btn]{display:none;}}/*!sc*/ .eSPIPM{-webkit-text-decoration:inherit;text-decoration:inherit;margin:0;padding:0;line-height:var(--c-line-height-body);font-weight:var(--c-font-weight-400);display:initial;font-size:var(--c-font-size-100);font-size:var(--c-font-size-600);font-weight:var(--c-font-weight-700);}/*!sc*/ @media (max-width:1439.98px){.bpronZ{margin:var(--c-space-n-200);}}/*!sc*/ @media (max-width:767.98px){.bpronZ{width:100%;margin:0;}}/*!sc*/ .bpronZ [data-role=progressbar-wrapper]{height:100% !important;}/*!sc*/ .kOrGFR{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:var(--c-space-200);padding:20px;border-radius:var(--c-border-radius-100);background:var(--c-color-surface-1);box-shadow:var(--c-shadow-tiny);min-height:150px;}/*!sc*/ @media (max-width:767.98px){.kOrGFR{min-height:auto;}}/*!sc*/ .jyoVBW{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:var(--c-space-50);-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/ .jyoVBW .title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px;}/*!sc*/ .cViGJO{-webkit-text-decoration:inherit;text-decoration:inherit;margin:0;padding:0;line-height:var(--c-line-height-body);font-weight:var(--c-font-weight-400);display:initial;font-size:var(--c-font-size-100);color:var(--c-color-text-primary);font-size:var(--c-font-size-200);font-weight:var(--c-font-weight-700);}/*!sc*/ .ikzXjl{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:inline-block;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;line-height:1em;vertical-align:middle;color:var(--c-color-gray-400);font-size:var(--c-font-size-200);}/*!sc*/ .eeewTr{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:var(--c-space-100);}/*!sc*/ .kwlboC{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/ .kwlboC .altcoin-season{background-color:#3156FA;color:#fff;}/*!sc*/ .kwlboC .bitcoin-season{background-color:#F68819;color:#fff;}/*!sc*/ .exabdI{-webkit-text-decoration:inherit;text-decoration:inherit;margin:0;padding:0;line-height:var(--c-line-height-body);font-weight:var(--c-font-weight-400);display:initial;font-size:var(--c-font-size-100);line-height:var(--c-line-height-heading);color:var(--c-color-text-primary);font-size:var(--c-font-size-600);font-weight:var(--c-font-weight-700);}/*!sc*/ .iMqaiG{-webkit-text-decoration:inherit;text-decoration:inherit;margin:0;padding:0;line-height:var(--c-line-height-body);font-weight:var(--c-font-weight-400);display:initial;font-size:var(--c-font-size-100);color:var(--c-color-text-secondary);font-size:var(--c-font-size-75);font-weight:var(--c-font-weight-500);}/*!sc*/ .jbaAbg{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:5px;}/*!sc*/ .cGLlcK{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/ .kAROBV{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:14px;padding:20px;border-radius:var(--c-border-radius-100);background:var(--c-color-surface-1);box-shadow:var(--c-shadow-tiny);min-height:150px;}/*!sc*/ @media (max-width:767.98px){.kAROBV{min-height:auto;}}/*!sc*/ .lkYyTS{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:var(--c-space-150);}/*!sc*/ .hAHisx{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:var(--c-space-300);}/*!sc*/ .kUETfP{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:2px;}/*!sc*/ .gdCyXX{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:var(--c-space-50);-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/ .iRDwhh{-webkit-flex:1;-ms-flex:1;flex:1;}/*!sc*/ .dTWUvU{display:grid;gap:var(--c-space-200);grid-template-columns:auto 1fr;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/ @media (max-width:767.98px){.dTWUvU{display:grid;gap:var(--c-space-200);grid-template-columns:1fr;}.dTWUvU .chart-value-content{-webkit-order:3;-ms-flex-order:3;order:3;}}/*!sc*/ .icPrSq{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:var(--c-space-100);}/*!sc*/ @media (max-width:767.98px){.icPrSq{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-order:3;-ms-flex-order:3;order:3;}.icPrSq .chart-type-tabs{width:100%;}.icPrSq .chart-timeframe-tabs{width:100%;}}/*!sc*/ .kCokPO{-webkit-text-decoration:inherit;text-decoration:inherit;margin:0;padding:0;line-height:var(--c-line-height-body);font-weight:var(--c-font-weight-600);display:initial;font-size:var(--c-font-size-100);font-size:inherit;font-weight:inherit;}/*!sc*/ .xoger{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:var(--c-space-50);}/*!sc*/ .fvRtfE{position:relative;height:100%;}/*!sc*/ .jAsFkt{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:absolute;z-index:9999;gap:var(--c-space-150);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);left:0;right:0;top:0;bottom:0;}/*!sc*/ .iBYRcx{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:inline-block;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;line-height:1em;vertical-align:middle;color:var(--c-color-blue);font-size:var(--c-font-size-800);}/*!sc*/ .cGiaoN{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:var(--c-space-100);}/*!sc*/ .cGiaoN .title{line-height:var(--c-line-height-heading);}/*!sc*/ .eMJbkA{-webkit-text-decoration:inherit;text-decoration:inherit;margin:0;padding:0;line-height:var(--c-line-height-body);font-weight:var(--c-font-weight-400);display:initial;font-size:var(--c-font-size-100);color:var(--c-color-text-secondary);font-size:var(--c-font-size-100);font-weight:var(--c-font-weight-400);}/*!sc*/ .jPDYxS{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/ @media (max-width:767.98px){.jPDYxS{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:var(--c-space-200);-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}/*!sc*/ .hmULcK{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:var(--c-space-100);}/*!sc*/ @media (max-width:767.98px){.hmULcK{width:100%;}.hmULcK .chart-timefame-tabs{width:100%;}}/*!sc*/ .fkDraO{position:relative;}/*!sc*/ .bkqkzh{width:32.5%;}/*!sc*/ .bkqkzh .scroll-card-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:var(--c-space-200);width:100%;}/*!sc*/ .bkqkzh [data-role=content-wrapper]{overflow-x:inherit;}/*!sc*/ @media (max-width:1439.98px){.bkqkzh{width:auto;margin:var(--c-space-n-200);}.bkqkzh .scroll-card-wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--c-space-150);width:100%;}.bkqkzh [data-role=content-wrapper]{padding:var(--c-space-200);overflow-x:scroll;}.bkqkzh [data-role=prev-btn]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;color:var(--c-color-gray-500);top:var(--c-space-200);bottom:var(--c-space-200);height:calc(100% - 32px);}.bkqkzh [data-role=next-btn]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;color:var(--c-color-gray-500);top:var(--c-space-200);bottom:var(--c-space-200);height:calc(100% - 32px);}}/*!sc*/ @media (max-width:1023.98px){.bkqkzh [data-role=prev-btn]{display:none;}.bkqkzh [data-role=next-btn]{display:none;}}/*!sc*/ @media (max-width:767.98px){.bkqkzh{width:100%;margin:0;}.bkqkzh [data-role=content-wrapper]{padding:0;overflow-x:inherit;}.bkqkzh .scroll-card-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}.bkqkzh [data-role=prev-btn]{display:none;}.bkqkzh [data-role=next-btn]{display:none;}}/*!sc*/ .frseUt{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:14px;padding:20px;border-radius:var(--c-border-radius-100);background:var(--c-color-surface-1);box-shadow:var(--c-shadow-tiny);min-height:150px;}/*!sc*/ @media (max-width:767.98px){.frseUt{min-height:auto;gap:var(--c-space-150);}}/*!sc*/ .OEamQ{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:var(--c-space-300);font-size:var(--c-font-size-400);}/*!sc*/ @media (max-width:1919.98px){.OEamQ .eth-gas{font-size:var(--c-font-size-300);}}/*!sc*/ @media (max-width:767.98px){.OEamQ .eth-gas{font-size:var(--c-font-size-200);}}/*!sc*/ @media (max-width:359.98px){.OEamQ .eth-gas{font-size:var(--c-font-size-100);}}/*!sc*/ .fypWwE{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:var(--c-space-300);padding:20px;border-radius:var(--c-border-radius-100);background:var(--c-color-surface-1);box-shadow:var(--c-shadow-tiny);min-height:150px;}/*!sc*/ @media (max-width:767.98px){.fypWwE{min-height:auto;gap:var(--c-space-150);}}/*!sc*/ .kHjCIO{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}/*!sc*/ .dHAAZD{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:var(--c-space-200);-webkit-scroll-margin-top:var(--c-space-500);-moz-scroll-margin-top:var(--c-space-500);-ms-scroll-margin-top:var(--c-space-500);scroll-margin-top:var(--c-space-500);}/*!sc*/ .geJcwa{-webkit-text-decoration:inherit;text-decoration:inherit;margin:0;padding:0;line-height:var(--c-line-height-body);font-weight:var(--c-font-weight-400);display:initial;font-size:var(--c-font-size-100);line-height:var(--c-line-height-heading);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:var(--c-font-size-600);font-weight:var(--c-font-weight-700);}/*!sc*/ .kbqMCE h3.faq-question{-webkit-scroll-margin:12px;-moz-scroll-margin:12px;-ms-scroll-margin:12px;scroll-margin:12px;}/*!sc*/ @media (max-width:767.98px){.kbqMCE h3.faq-question{-webkit-scroll-margin-top:68px;-moz-scroll-margin-top:68px;-ms-scroll-margin-top:68px;scroll-margin-top:68px;}}/*!sc*/ .buEGnt{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:inline-block;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;line-height:1em;vertical-align:middle;color:var(--c-color-gray-500);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:-webkit-transform 0.3s ease-in-out;-webkit-transition:transform 0.3s ease-in-out;transition:transform 0.3s ease-in-out;}/*!sc*/ .jpolao{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:inline-block;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;line-height:1em;vertical-align:middle;color:var(--c-color-gray-500);-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:-webkit-transform 0.3s ease-in-out;-webkit-transition:transform 0.3s ease-in-out;transition:transform 0.3s ease-in-out;}/*!sc*/ .gaUyeK{-webkit-text-decoration:inherit;text-decoration:inherit;margin:0;padding:0;line-height:var(--c-line-height-body);font-weight:var(--c-font-weight-400);display:initial;font-size:var(--c-font-size-100);font-size:var(--c-font-size-600);font-weight:var(--c-font-weight-700);line-height:var(--c-line-height-heading);}/*!sc*/ .cGyeCA{display:grid;grid-template-columns:1fr 1fr 1fr;gap:var(--c-space-300);}/*!sc*/ @media (max-width:767.98px){.cGyeCA{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}}/*!sc*/ .hAVTmG{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:var(--c-space-150);cursor:pointer;}/*!sc*/ .iCWuFN{font-size:var(--c-font-size-200);color:var(--c-color-text-hyperlink);font-weight:var(--c-font-weight-500);}/*!sc*/ .idPHer{font-size:var(--c-font-size-200);font-weight:var(--c-font-weight-700);}/*!sc*/ .fSNDpb{font-size:var(--c-font-size-100);font-weight:var(--c-font-weight-400);color:var(--c-color-text-secondary);}/*!sc*/ .iODWfM{font-size:var(--c-font-size-75);font-weight:var(--c-font-weight-500);color:var(--c-color-text-secondary);gap:var(--c-space-100);}/*!sc*/ .cQVibp{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;gap:var(--c-space-200);-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/ .dyIOza{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;gap:var(--c-space-50);-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/ .FNnZX{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:inline-block;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;line-height:1em;vertical-align:middle;font-size:var(--c-font-size-200);}/*!sc*/ .cGvUSD{width:100%;max-width:unset;margin:0 auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;padding:0px var(--c-space-300);}/*!sc*/ @media (min-width:1024px){.cGvUSD{padding:0px var(--c-space-300);}}/*!sc*/ @media (max-width:767.98px){.cGvUSD{padding:var(--c-space-150) var(--c-space-200);}}/*!sc*/ data-styled.g1[id="sc-65e7f566-0"]{content:"eQBACe,lcsYsQ,egHtVD,gtauHf,jTsesI,gVajsk,gpUUUU,hYvYv,jvXuwa,hZddRt,eJFIjc,ItpFd,ERFHc,kfoAba,eMPeYJ,dTIYAz,hrIQCm,jIYdSk,eBxrke,iMhkNi,lkOfwY,hVWlxK,dAjhXv,eHMzae,jpqzzO,aNmCf,hAKLhx,ljiQXI,eZSVst,hjDvLS,klkfdy,eyXrOz,dJQRWW,hCVwOU,jISror,clEhpm,irRzUL,ftZUwe,daWDgb,dyAjoq,fJYmEx,eSPIPM,bpronZ,kOrGFR,jyoVBW,cViGJO,ikzXjl,eeewTr,kwlboC,exabdI,iMqaiG,jbaAbg,cGLlcK,kAROBV,lkYyTS,hAHisx,kUETfP,gdCyXX,iRDwhh,dTWUvU,icPrSq,kCokPO,xoger,fvRtfE,jAsFkt,iBYRcx,cGiaoN,eMJbkA,jPDYxS,hmULcK,fkDraO,bkqkzh,frseUt,OEamQ,fypWwE,kHjCIO,dHAAZD,geJcwa,kbqMCE,buEGnt,jpolao,gaUyeK,cGyeCA,hAVTmG,iCWuFN,idPHer,fSNDpb,iODWfM,cQVibp,dyIOza,FNnZX,cGvUSD,"}/*!sc*/ .cmc-uikit-tippy.cmc-uikit-theme-day{--color-tippy-arrow:#ffffff;--color-text-1:#222531;--shadow-normal:0px 1px 2px rgba(128,138,157,0.12),0px 8px 32px rgba(128,138,157,0.24);}/*!sc*/ .cmc-uikit-tippy.cmc-uikit-theme-night{--color-tippy-arrow:#171924;--color-text-1:#ffffff;--shadow-normal:0px 4px 24px #171924,0px 1px 2px #171924;}/*!sc*/ .tippy-box[data-animation='fade'][data-state='hidden']{opacity:0;}/*!sc*/ [data-tippy-root]{max-width:calc(100vw - 10px);pointer-events:auto !important;}/*!sc*/ .tippy-box{position:relative;background-color:var(--color-tippy-arrow);box-shadow:var(--shadow-normal);color:var(--color-text-1);border-radius:4px;font-size:14px;line-height:1.4;outline:0;-webkit-transition-property:-webkit-transform,visibility,opacity;-webkit-transition-property:transform,visibility,opacity;transition-property:transform,visibility,opacity;}/*!sc*/ .tippy-box[data-placement^='top'] > .tippy-arrow{bottom:0;}/*!sc*/ .tippy-box[data-placement^='top'] > .tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;-webkit-transform-origin:center top;-ms-transform-origin:center top;transform-origin:center top;}/*!sc*/ .tippy-box[data-placement^='bottom'] > .tippy-arrow{top:0;}/*!sc*/ .tippy-box[data-placement^='bottom'] > .tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom;}/*!sc*/ .tippy-box[data-placement^='left'] > .tippy-arrow{right:0;}/*!sc*/ .tippy-box[data-placement^='left'] > .tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;-webkit-transform-origin:center left;-ms-transform-origin:center left;transform-origin:center left;}/*!sc*/ .tippy-box[data-placement^='right'] > .tippy-arrow{left:0;}/*!sc*/ .tippy-box[data-placement^='right'] > .tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;-webkit-transform-origin:center right;-ms-transform-origin:center right;transform-origin:center right;}/*!sc*/ .tippy-box[data-inertia][data-state='visible']{-webkit-transition-timing-function:cubic-bezier(0.54,1.5,0.38,1.11);transition-timing-function:cubic-bezier(0.54,1.5,0.38,1.11);}/*!sc*/ .tippy-arrow{width:16px;height:16px;color:var(--color-tippy-arrow);}/*!sc*/ .tippy-arrow:before{content:'';position:absolute;border-color:transparent;border-style:solid;}/*!sc*/ .tippy-content{position:relative;padding:5px 9px;z-index:1;}/*!sc*/ data-styled.g2[id="sc-global-cATxTe1"]{content:"sc-global-cATxTe1,"}/*!sc*/ html,body{padding:0;margin:0;}/*!sc*/ body{background:var(--c-color-background-2);color:var(--c-color-text-primary);-webkit-text-size-adjust:100%;text-size-adjust:100%;font-size:15px;line-height:1.5em;vertical-align:baseline;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;min-height:100vh;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;font-smoothing:antialiased;}/*!sc*/ .flexBetween{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/ .flexStart{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/ h1{line-height:initial;}/*!sc*/ p{font-size:15px;line-height:24px;margin-bottom:12px;}/*!sc*/ .cmc--change-positive{color:#009e73;}/*!sc*/ .cmc--change-negative{color:#d94040;}/*!sc*/ .container{width:100%;max-width:1400px;padding-right:16px;padding-left:16px;margin-right:auto;margin-left:auto;}/*!sc*/ .dropdown-toggle::after{margin-left:0.355em;vertical-align:0.155em;}/*!sc*/ [pointer-events='none']{pointer-events:none;}/*!sc*/ ul,ol{list-style-type:none;margin:0;padding:0;}/*!sc*/ #nprogress .bar{background:#4878ff;height:5px;}/*!sc*/ .bp3-overlay-open .bp3-transition-container{z-index:920;}/*!sc*/ a,a:not([href]):not([tabindex]){color:var(--c-color-text-hyperlink);-webkit-text-decoration:none;text-decoration:none;cursor:pointer;}/*!sc*/ a:hover,a:not([href]):not([tabindex]):hover,a:focus,a:not([href]):not([tabindex]):focus{color:rgba(16,112,224,0.85);-webkit-text-decoration:underline;text-decoration:underline;}/*!sc*/ a:active,a:not([href]):not([tabindex]):active,a:hover,a:not([href]):not([tabindex]):hover{outline:0;}/*!sc*/ figure{padding:0;margin:0;}/*!sc*/ hr{border:0 none;height:1px;background-color:#f5f7f8;margin:0 0 24px;}/*!sc*/ .cmc-bottom-margin-1x{margin-bottom:24px;}/*!sc*/ .cmc-bottom-margin-2x{margin-bottom:48px;}/*!sc*/ .cmc-bottom-margin-3x{margin-bottom:72px;}/*!sc*/ .cmc-clear:before,.cmc-clear:after{content:' ';display:table;}/*!sc*/ .cmc-clear:after{clear:both;}/*!sc*/ @media (max-width:767.98px){.cmc-input,.cmc-select__input input{font-size:16px !important;}}/*!sc*/ .cmc-table-row:hover td{background-color:#F8FAFD !important;}/*!sc*/ a:hover,a:not([href]):not([tabindex]):hover,a:focus,a:not([href]):not([tabindex]):focus{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .search-popover .tippy-content{padding:0 !important;}/*!sc*/ .search-popover{background-color:transparent !important;}/*!sc*/ .fiat-supported-popover{background-color:var(--dark-bg) !important;border-radius:8px;}/*!sc*/ .fiat-supported-popover .tippy-arrow{color:var(--dark-bg);}/*!sc*/ .highcharts-root text{font-size:12px;}/*!sc*/ html[dir='rtl'] .cmc-rtl-flip{-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1);}/*!sc*/ .priceTippy .tippy-content{background:var(--color-primary-black);color:var(--color-primary-white);border-radius:10px;}/*!sc*/ .priceTippy .tippy-arrow{color:var(--color-primary-black);}/*!sc*/ .textTippy{color:#808a9d !important;}/*!sc*/ .numberTippy{background-color:black !important;color:white !important;}/*!sc*/ .numberTippy .tippy-arrow{background-color:black !important;color:black !important;}/*!sc*/ data-styled.g3[id="sc-global-fEZwzl1"]{content:"sc-global-fEZwzl1,"}/*!sc*/ .dMwnWW{box-sizing:border-box;margin:0;height:24px;width:24px;}/*!sc*/ .dMwnWW a:-webkit-any-link{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .ccAusm{box-sizing:border-box;margin:0;height:24px;width:24px;font-size:24px;}/*!sc*/ .ccAusm a:-webkit-any-link{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .dlQYLv{box-sizing:border-box;margin:0;}/*!sc*/ .dlQYLv a:-webkit-any-link{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .jpNfiB{box-sizing:border-box;margin:0;color:#222531;border-radius:8px;}/*!sc*/ .jpNfiB a:-webkit-any-link{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ data-styled.g7[id="sc-4c05d6ef-0"]{content:"dMwnWW,ccAusm,dlQYLv,jpNfiB,"}/*!sc*/ .bBumlM{width:32px;height:32px;}/*!sc*/ data-styled.g9[id="sc-8a128ed-0"]{content:"bBumlM,"}/*!sc*/ .jZJdvT{position:relative;display:inline;white-space:nowrap;}/*!sc*/ data-styled.g10[id="sc-40a7997c-0"]{content:"jZJdvT,"}/*!sc*/ .kVcBgV{display:none;width:100%;background:var(--c-color-background-2);box-shadow:0px 8px 32px rgba(128,138,157,0.12),0px 1px 2px rgba(128,138,157,0.08);-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 var(--c-space-300);overflow:hidden;position:relative;}/*!sc*/ @media (max-width:767.98px){.kVcBgV{padding:0 var(--c-space-200);}}/*!sc*/ data-styled.g12[id="sc-934b4cea-0"]{content:"kVcBgV,"}/*!sc*/ .dOQjUo{display:none;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;padding:var(--c-space-100);padding-right:0;}/*!sc*/ .dOQjUo svg{color:var(--c-color-gray-500);overflow:none;width:24px;height:24px;-webkit-transition:0.36s;transition:0.36s;}/*!sc*/ data-styled.g13[id="sc-934b4cea-1"]{content:"dOQjUo,"}/*!sc*/ .dAyVuF{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1;-ms-flex:1;flex:1;}/*!sc*/ data-styled.g14[id="sc-934b4cea-2"]{content:"dAyVuF,"}/*!sc*/ .dnABdW{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;}/*!sc*/ @media (min-width:1280px){.dnABdW{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}}/*!sc*/ data-styled.g15[id="sc-934b4cea-3"]{content:"dnABdW,"}/*!sc*/ .KQlnh{display:none;width:0px;z-index:19998;height:0px;border:10px solid #fff;border-color:transparent;border-bottom-color:var(--c-color-surface-1);position:absolute;top:calc(100% - 23px);left:calc(50% - 10px);}/*!sc*/ data-styled.g16[id="sc-934b4cea-4"]{content:"KQlnh,"}/*!sc*/ .gfCejL{display:none;position:absolute;z-index:9999;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background:var(--c-color-surface-1);border-radius:var(--c-border-radius-100);box-shadow:var(--c-shadow-overlay);margin-top:-3px;color:unset;white-space:nowrap;left:0;top:100%;}/*!sc*/ .iayQpX{display:none;position:absolute;z-index:9999;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background:var(--c-color-surface-1);border-radius:var(--c-border-radius-100);box-shadow:var(--c-shadow-overlay);margin-top:-3px;color:unset;white-space:nowrap;left:50%;top:100%;-webkit-transform:translate(-50%,0%);-ms-transform:translate(-50%,0%);transform:translate(-50%,0%);}/*!sc*/ data-styled.g17[id="sc-934b4cea-5"]{content:"gfCejL,iayQpX,"}/*!sc*/ .jqyYhU{position:relative;}/*!sc*/ .jqyYhU:hover .sc-934b4cea-5{cursor:pointer;display:block;opacity:1;-webkit-animation:lbWRkT 0.3s forwards;animation:lbWRkT 0.3s forwards;}/*!sc*/ .jqyYhU:hover .sc-934b4cea-4{display:block;}/*!sc*/ data-styled.g18[id="sc-934b4cea-6"]{content:"jqyYhU,"}/*!sc*/ .dVeWj{display:block;font-size:var(--c-font-size-100);font-weight:var(--c-font-weight-600);cursor:pointer;position:relative;padding:var(--c-space-300) var(--c-space-200);color:var(--c-color-text-primary);}/*!sc*/ .dVeWj:hover{color:var(--c-color-text-hyperlink);}/*!sc*/ data-styled.g19[id="sc-934b4cea-7"]{content:"dVeWj,"}/*!sc*/ .bvpWGe{margin:0;padding:var(--c-space-100);color:var(--c-color-gray-400);font-size:var(--c-font-size-100);font-weight:var(--c-font-weight-500);-webkit-text-decoration:inherit;text-decoration:inherit;line-height:var(--c-line-height-body);}/*!sc*/ data-styled.g20[id="sc-934b4cea-8"]{content:"bvpWGe,"}/*!sc*/ .dXaBrC{display:block;}/*!sc*/ @media (min-width:1280px){.dXaBrC{padding:var(--c-space-300);}}/*!sc*/ .dXaBrC hr{height:1px;border-width:0px;background:1px;background:var(--c-color-gray-200);}/*!sc*/ .dXaBrC .item-link{display:grid;grid-template-columns:max-content min-content min-content auto;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:var(--c-space-100);color:var(--c-color-text-primary);border-radius:var(--c-border-radius-100);font-weight:var(--c-font-weight-600);font-size:var(--c-font-size-100);max-width:300px;}/*!sc*/ .dXaBrC .item-link:hover{background-color:var(--c-color-gray-200);}/*!sc*/ .dXaBrC .item-link > :first-child{margin-inline-end:var(--c-space-200);width:32px;height:32px;}/*!sc*/ .dXaBrC .item-link .ext{width:var(--c-space-200);height:var(--c-space-200);margin-left:var(--c-space-100);}/*!sc*/ data-styled.g21[id="sc-934b4cea-9"]{content:"dXaBrC,"}/*!sc*/ .fijhDE{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-column-count:3;column-count:3;display:block;-webkit-column-rule:1px solid var(--c-color-gray-200);column-rule:1px solid var(--c-color-gray-200);-webkit-column-gap:var(--c-space-600);column-gap:var(--c-space-600);padding:var(--c-space-300);}/*!sc*/ .fijhDE .leaderboards-section{margin-bottom:20px;}/*!sc*/ .fijhDE.one-column{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}/*!sc*/ .fijhDE .sc-934b4cea-9{padding:0;}/*!sc*/ .fijhDE > *{-webkit-break-inside:avoid-column;break-inside:avoid-column;}/*!sc*/ .fijhDE > *:not(:first-child){margin-top:var(--c-space-200);}/*!sc*/ .dYqGit{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-column-count:2;column-count:2;display:block;-webkit-column-rule:1px solid var(--c-color-gray-200);column-rule:1px solid var(--c-color-gray-200);-webkit-column-gap:var(--c-space-600);column-gap:var(--c-space-600);padding:var(--c-space-300);}/*!sc*/ .dYqGit .leaderboards-section{margin-bottom:20px;}/*!sc*/ .dYqGit.one-column{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}/*!sc*/ .dYqGit .sc-934b4cea-9{padding:0;}/*!sc*/ .dYqGit > *{-webkit-break-inside:avoid-column;break-inside:avoid-column;}/*!sc*/ .dYqGit > *:not(:first-child){margin-top:var(--c-space-200);}/*!sc*/ data-styled.g22[id="sc-934b4cea-10"]{content:"fijhDE,dYqGit,"}/*!sc*/ .kLLhae{position:relative;}/*!sc*/ data-styled.g72[id="sc-f9c982a5-0"]{content:"kLLhae,"}/*!sc*/ .bVsWPX .grid{box-sizing:border-box;width:100%;padding-right:16px;padding-left:16px;margin-right:auto;margin-left:auto;}/*!sc*/ @media (min-width:1376px){.bVsWPX .grid{max-width:1402px;}}/*!sc*/ .bVsWPX .uikit-row{box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-16px;margin-left:-16px;}/*!sc*/ .bVsWPX .uikit-col-md-8,.bVsWPX .uikit-col-sm-16{box-sizing:border-box;position:relative;width:100%;padding-right:16px;padding-left:16px;}/*!sc*/ @media (min-width:1152px){.bVsWPX .uikit-col-md-8{-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}}/*!sc*/ @media (min-width:768px){.bVsWPX .uikit-col-sm-16{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}}/*!sc*/ .bVsWPX .flex-row{-webkit-flex-direction:row !important;-ms-flex-direction:row !important;flex-direction:row !important;}/*!sc*/ .bVsWPX .flex-wrap{-webkit-flex-wrap:wrap !important;-ms-flex-wrap:wrap !important;flex-wrap:wrap !important;}/*!sc*/ .bVsWPX .justify-content-lg-center{-webkit-box-pack:center !important;-webkit-justify-content:center !important;-ms-flex-pack:center !important;justify-content:center !important;}/*!sc*/ .bVsWPX .full-width-layout{padding:0;max-width:100%;}/*!sc*/ data-styled.g73[id="sc-f9c982a5-1"]{content:"bVsWPX,"}/*!sc*/ .ihXFUo{line-height:1.5;margin:0;color:#EA3943;font-size:14px;}/*!sc*/ .bgxfSG{line-height:1.5;margin:0;color:#16C784;font-size:14px;}/*!sc*/ data-styled.g74[id="sc-71024e3e-0"]{content:"ihXFUo,bgxfSG,"}/*!sc*/ .fwBchk{font-weight:600;font-size:14px;white-space:nowrap;}/*!sc*/ data-styled.g75[id="sc-c0738578-0"]{content:"fwBchk,"}/*!sc*/ .WssXd{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;}/*!sc*/ .WssXd svg{margin-right:2px;}/*!sc*/ data-styled.g76[id="sc-c0738578-1"]{content:"WssXd,"}/*!sc*/ .jUcYyN{width:164px;height:48px;text-align:center;box-sizing:content-box;padding-top:2px;padding-bottom:3px;-webkit-filter:hue-rotate(300deg) saturate(210%) brightness(0.7) contrast(170%);filter:hue-rotate(300deg) saturate(210%) brightness(0.7) contrast(170%);}/*!sc*/ .jUcYyN.isUp{-webkit-filter:hue-rotate(85deg) saturate(80%) brightness(0.85);filter:hue-rotate(85deg) saturate(80%) brightness(0.85);}/*!sc*/ @media (max-width:576px){.jUcYyN{width:19.4vw;height:7.8vw;}}/*!sc*/ data-styled.g138[id="sc-7b3ac367-0"]{content:"jUcYyN,"}/*!sc*/ .heMkTc{position:relative;background-image:url('https://s2.coinmarketcap.com/static/cloud/img/coinmarketcap_1.svg?_=fffc8c0');display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:239px;height:41px;}/*!sc*/ .heMkTc.cmc-logo--size-large{width:263px;height:45px;}/*!sc*/ data-styled.g204[id="sc-7395887a-0"]{content:"heMkTc,"}/*!sc*/ .dHhLhF{-webkit-flex:1 1 30%;-ms-flex:1 1 30%;flex:1 1 30%;text-align:end;}/*!sc*/ @media (min-width:768px) and (max-width:1024px){.dHhLhF{-webkit-flex:1 1 45%;-ms-flex:1 1 45%;flex:1 1 45%;}}/*!sc*/ @media (max-width:768px){.dHhLhF{text-align:start;}}/*!sc*/ .dHhLhF .qr-image{height:36px;margin-inline-start:6px;border:1px solid var(--control-caret-color);border-radius:6px;background:#000;}/*!sc*/ data-styled.g206[id="sc-786cbe11-0"]{content:"dHhLhF,"}/*!sc*/ .huntvy{content-visibility:auto;contain-intrinsic-size:573.5px;background:var(--c-color-background-2);padding-top:var(--c-space-600);padding-bottom:var(--c-space-600);color:var(--c-color-text-primary);border-top:1px solid var(--c-color-gray-200);font-style:normal;z-index:9;position:relative;}/*!sc*/ .huntvy ul{padding-left:0;list-style:none;}/*!sc*/ .huntvy ul li{line-height:35px;position:relative;}/*!sc*/ .huntvy .cmc-app-store-badge{display:inline-block;height:37px;}/*!sc*/ .huntvy .footer-meta{padding-top:66px;width:100%;}/*!sc*/ @media (min-width:768px){.huntvy .footer-meta{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}}/*!sc*/ @media (max-width:767.98px){.huntvy .footer-meta{padding-top:50px;}}/*!sc*/ .huntvy .cmc-logo{height:32px;background-position:left;}/*!sc*/ .huntvy .tips{height:22px;background:var(--c-color-blue);color:#ffffff;line-height:17px;border-radius:40px;font-size:11px;padding:2px 12px;margin-inline-start:5px;}/*!sc*/ @media (max-width:1439.98px){@media (min-width:1280px){.huntvy .tips{position:absolute;top:5px;right:0px;}}}/*!sc*/ @media (max-width:1279.98px){@media (min-width:1024px){.huntvy .tips{position:relative;}}}/*!sc*/ data-styled.g208[id="sc-7dffd811-0"]{content:"huntvy,"}/*!sc*/ .iLSBcc{-webkit-flex:1 1 70%;-ms-flex:1 1 70%;flex:1 1 70%;font-weight:500;font-size:14px;line-height:21px;color:var(--c-color-gray-500);}/*!sc*/ @media (min-width:768px){@media (max-width:1023.98px){.iLSBcc{-webkit-flex:1 1 55%;-ms-flex:1 1 55%;flex:1 1 55%;}}}/*!sc*/ @media (max-width:767.98px){.iLSBcc{margin-bottom:20px;}}/*!sc*/ data-styled.g209[id="sc-7dffd811-1"]{content:"iLSBcc,"}/*!sc*/ .igTLDI{float:left;width:25%;padding-right:10px;box-sizing:border-box;}/*!sc*/ @media (max-width:767.98px){.igTLDI{width:50%;padding-bottom:35px;}}/*!sc*/ .igTLDI span{display:inline-block;font-weight:600;font-size:16px;line-height:26px;padding-bottom:18px;padding-top:5px;}/*!sc*/ .igTLDI a{font-weight:500;font-size:14px;}/*!sc*/ .igTLDI a:not(:hover){color:var(--c-color-gray-500)!important;}/*!sc*/ .igTLDI a:not([href]):not([tabindex]):hover{color:var(--c-color-gray-500);}/*!sc*/ .igTLDI a:hover{color:var(--c-color-gray-500);}/*!sc*/ data-styled.g210[id="sc-7dffd811-2"]{content:"igTLDI,"}/*!sc*/ .hqsuzE{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:var(--c-space-200);width:100%;}/*!sc*/ data-styled.g211[id="sc-5fd616c5-0"]{content:"hqsuzE,"}/*!sc*/ .kEKUkI{background-color:var(--c-color-surface-2);border-radius:var(--c-border-radius-300);font-size:var(--c-font-size-100);overflow:clip;padding-bottom:var(--c-space-200);}/*!sc*/ .kEKUkI .faq-question{font-weight:var(--c-font-weight-600);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;cursor:pointer;margin:0;padding-top:var(--c-space-200);padding-left:var(--c-space-200);padding-right:var(--c-space-200);gap:var(--c-space-100);font-size:var(--c-font-size-200);-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-scroll-margin-top:var(--c-space-150);-moz-scroll-margin-top:var(--c-space-150);-ms-scroll-margin-top:var(--c-space-150);scroll-margin-top:var(--c-space-150);}/*!sc*/ .kEKUkI .faq-question span{display:inline-block;max-width:1000px;}/*!sc*/ .kEKUkI .faq-content-wrapper{padding-top:var(--c-space-200);}/*!sc*/ .kEKUkI >div:last-of-type{margin:0;color:var(--c-color-text-secondary);font-weight:var(--c-font-weight-400);max-width:1000px;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;padding-left:var(--c-space-200);padding-right:var(--c-space-200);}/*!sc*/ .kEKUkI >div:last-of-type p:first-child{margin-top:0;}/*!sc*/ .kEKUkI >div:last-of-type >span:only-child{display:block;}/*!sc*/ .kEKUkI >.faq-answer-wrapper p{font-size:var(--c-font-size-100);}/*!sc*/ .kEKUkI >.faq-answer-wrapper pre{white-space:pre-wrap;}/*!sc*/ data-styled.g212[id="sc-5fd616c5-1"]{content:"kEKUkI,"}/*!sc*/ .dgpQqH{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:931;position:relative;}/*!sc*/ @media (max-width:576px){.dgpQqH{margin-top:0px;}}/*!sc*/ @media (max-width:576px){.dgpQqH{z-index:unset !important;}}/*!sc*/ .dgpQqH .cmc-logo-card-wrapper{visibility:hidden;opacity:0;-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px);}/*!sc*/ .dgpQqH.card-rendered:hover .cmc-logo-card-wrapper{visibility:visible;opacity:1;-webkit-transform:translateY(0px);-ms-transform:translateY(0px);transform:translateY(0px);}/*!sc*/ data-styled.g215[id="sc-f2e7c84b-1"]{content:"dgpQqH,"}/*!sc*/ .kcWviB{vertical-align:bottom;position:relative;display:inline-block;background-position:center 2px;background-repeat:no-repeat;background-size:contain;max-width:200px;height:60px;line-height:60px;-webkit-tap-highlight-color:transparent;}/*!sc*/ .kcWviB.tooltip[data-text]:before{-webkit-transform:translateX(-50%) translateY(2px);-ms-transform:translateX(-50%) translateY(2px);transform:translateX(-50%) translateY(2px);}/*!sc*/ @media (max-width:576px){.kcWviB.tooltip[data-text]:before{display:none;}}/*!sc*/ .kcWviB.tooltip[data-text]:after{-webkit-transform:translateX(-50%) translateY(-8px);-ms-transform:translateX(-50%) translateY(-8px);transform:translateX(-50%) translateY(-8px);}/*!sc*/ @media (max-width:576px){.kcWviB.tooltip[data-text]:after{display:none;}}/*!sc*/ .kcWviB:not(.animation){margin-right:16px;}/*!sc*/ .kcWviB.animation{position:relative;margin-left:-16px;width:200px;}/*!sc*/ .kcWviB.animation > img,.kcWviB.animation > svg{width:168px;margin-left:16px;margin-right:16px;}/*!sc*/ .kcWviB.animation .lottie-container{width:100%;position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/ .kcWviB .cmc-logo-img{width:100%;vertical-align:middle;max-height:100%;}/*!sc*/ data-styled.g216[id="sc-f2e7c84b-2"]{content:"kcWviB,"}/*!sc*/ .fbvMrz{font-size:6px;margin-inline-start:4px;vertical-align:middle;}/*!sc*/ data-styled.g219[id="sc-87787b83-0"]{content:"fbvMrz,"}/*!sc*/ .iVNaUe{display:inline-block;line-height:11px;}/*!sc*/ data-styled.g221[id="sc-87787b83-2"]{content:"iVNaUe,"}/*!sc*/ .iLOjtY{margin-left:2px;color:var(--c-color-positive);}/*!sc*/ .lfBJHY{margin-left:2px;color:var(--c-color-negative);}/*!sc*/ data-styled.g222[id="sc-87787b83-3"]{content:"iLOjtY,lfBJHY,"}/*!sc*/ .gwHyho{-webkit-transition:-webkit-transform 1s;-webkit-transition:transform 1s;transition:transform 1s;-webkit-transform:rotate(0deg) translateY(-2px);-ms-transform:rotate(0deg) translateY(-2px);transform:rotate(0deg) translateY(-2px);}/*!sc*/ .hWqgps{-webkit-transition:-webkit-transform 1s;-webkit-transition:transform 1s;transition:transform 1s;-webkit-transform:rotate(180deg) translateY(2px);-ms-transform:rotate(180deg) translateY(2px);transform:rotate(180deg) translateY(2px);}/*!sc*/ data-styled.g223[id="sc-87787b83-4"]{content:"gwHyho,hWqgps,"}/*!sc*/ .fCFRqZ{white-space:nowrap;overflow-x:auto;-ms-overflow-style:none;-webkit-scrollbar-width:none;-moz-scrollbar-width:none;-ms-scrollbar-width:none;scrollbar-width:none;margin-inline-end:var(--c-space-100);}/*!sc*/ .fCFRqZ::-webkit-scrollbar{height:0;}/*!sc*/ .fCFRqZ .glo-stat-item{margin-inline-end:var(--c-space-150);}/*!sc*/ .fCFRqZ .glo-stat-item a:link,.fCFRqZ .glo-stat-item a:visited,.fCFRqZ .glo-stat-item a:hover,.fCFRqZ .glo-stat-item a:active{color:var(--c-color-text-hyperlink);}/*!sc*/ @media (max-width:1279.98px){.fCFRqZ{line-height:16px;padding:9px 0;-webkit-scrollbar-width:none;-moz-scrollbar-width:none;-ms-scrollbar-width:none;scrollbar-width:none;-ms-overflow-style:none;}.fCFRqZ::-webkit-scrollbar{display:none;}.fCFRqZ::-webkit-scrollbar{height:4px;background-color:transparent;}.fCFRqZ::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,0.3);border-radius:2px;}}/*!sc*/ data-styled.g224[id="sc-30d0c97e-0"]{content:"fCFRqZ,"}/*!sc*/ @-webkit-keyframes lbWRkT{0%{opacity:0;}100%{opacity:1;}}/*!sc*/ @keyframes lbWRkT{0%{opacity:0;}100%{opacity:1;}}/*!sc*/ data-styled.g428[id="sc-keyframes-lbWRkT"]{content:"lbWRkT,"}/*!sc*/ @-webkit-keyframes kMbELs{0%{color:var(--changedColor);}40%{color:var(--changedColor);}100%{color:var(--text-color);}}/*!sc*/ @keyframes kMbELs{0%{color:var(--changedColor);}40%{color:var(--changedColor);}100%{color:var(--text-color);}}/*!sc*/ data-styled.g429[id="sc-keyframes-kMbELs"]{content:"kMbELs,"}/*!sc*/ .iwXIFg{background-color:var(--c-color-surface-1);box-shadow:0px 8px 32px rgba(128,138,157,0.04),0px 1px 2px rgba(128,138,157,0.12);-webkit-transition:box-shadow 150ms ease-in;transition:box-shadow 150ms ease-in;}/*!sc*/ .iwXIFg:hover{box-shadow:0px 8px 32px rgba(128,138,157,0.03),0px 4px 4px rgba(128,138,157,0.05);}/*!sc*/ data-styled.g605[id="sc-7589ba5-0"]{content:"iwXIFg,"}/*!sc*/ .gNqaiu{color:var(--text-color);}/*!sc*/ .gNqaiu.rise{--changedColor:#16c784;}/*!sc*/ .gNqaiu.fall{--changedColor:#ea3943;}/*!sc*/ .gNqaiu.rise,.gNqaiu.fall{-webkit-animation:kMbELs 3s linear forwards;animation:kMbELs 3s linear forwards;}/*!sc*/ .gNqaiu a.cmc-link{color:inherit;}/*!sc*/ data-styled.g623[id="sc-53ccd743-0"]{content:"gNqaiu,"}/*!sc*/ html{-webkit-scroll-behavior:smooth;-moz-scroll-behavior:smooth;-ms-scroll-behavior:smooth;scroll-behavior:smooth;}/*!sc*/ data-styled.g861[id="sc-global-kpcuqx1"]{content:"sc-global-kpcuqx1,"}/*!sc*/ .eFZJNt{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;height:100%;padding:20px;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:var(--c-space-200);-webkit-flex:1;-ms-flex:1;flex:1;background:var(--c-color-surface-1);border-radius:var(--c-border-radius-100);box-shadow:var(--c-shadow-tiny);}/*!sc*/ .eFZJNt .chart-wrapper{min-height:346px;}/*!sc*/ @media (max-width:767.98px){.eFZJNt .chart-wrapper{min-height:227px;}}/*!sc*/ .eFZJNt .highcharts-container{z-index:unset !important;}/*!sc*/ .eFZJNt .highcharts-tooltip{z-index:9999;}/*!sc*/ .eFZJNt .tooltip{min-width:280px;font-size:var(--c-font-size-75);box-shadow:0px 1px 1px rgba(88,102,126,0.08),0px 8px 16px rgba(88,102,126,0.1);padding:var(--c-space-200);border:none;border-radius:var(--c-border-radius-100);background-color:var(--control-background-color);color:var(--c-color-text-primary);}/*!sc*/ .eFZJNt .tooltip .header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:baseline;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;gap:var(--c-space-500);margin-bottom:var(--c-space-100);line-height:18px;font-weight:var(--c-font-weight-500);}/*!sc*/ .eFZJNt .tooltip .header .time{font-size:var(--c-font-size-50);color:var(--c-color-text-secondary);}/*!sc*/ .eFZJNt .tooltip .points{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:var(--c-space-100);}/*!sc*/ .eFZJNt .tooltip .points .point{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:var(--c-space-200);}/*!sc*/ .eFZJNt .tooltip .points .color{display:inline-block;width:12px;height:12px;content:'';border-radius:100%;margin-right:var(--c-space-100);box-shadow:0px 1px 1px rgba(88,102,126,0.08),0px 8px 16px rgba(88,102,126,0.1);}/*!sc*/ .eFZJNt .tooltip .points .volume-icon{width:18px;height:17px;margin-left:0px;margin-right:var(--c-space-50);-webkit-transform:translateX(-2px);-ms-transform:translateX(-2px);transform:translateX(-2px);}/*!sc*/ .eFZJNt .tooltip .points .label{color:var(--c-color-text-secondary);}/*!sc*/ .eFZJNt .tooltip .points .number{font-weight:var(--c-font-weight-600);}/*!sc*/ .eFZJNt .tooltip .points .number.up{color:#16c784;}/*!sc*/ .eFZJNt .tooltip .points .number.down{color:#ea3943;}/*!sc*/ data-styled.g862[id="sc-6c94bc1d-0"]{content:"eFZJNt,"}/*!sc*/ .hInyDI{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px;color:var(--c-color-negative);font-weight:var(--c-font-weight-700);line-height:var(--c-line-height-heading);font-size:var(--c-font-size-600);}/*!sc*/ .hInyDI > span{color:var(--c-color-text-caption);font-size:var(--c-font-size-75);font-weight:var(--c-font-weight-600);line-height:var(--c-line-height-body);}/*!sc*/ data-styled.g863[id="sc-6c94bc1d-1"]{content:"hInyDI,"}/*!sc*/ .overview-etfNetFlow-tooltip .tooltip{min-width:280px;font-size:var(--c-font-size-75);box-shadow:0px 1px 1px rgba(88,102,126,0.08),0px 8px 16px rgba(88,102,126,0.1);padding:var(--c-space-200);border:none;border-radius:var(--c-border-radius-100);background-color:var(--control-background-color);color:var(--c-color-text-primary);}/*!sc*/ .overview-etfNetFlow-tooltip .tooltip .header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:baseline;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;gap:var(--c-space-500);margin-bottom:var(--c-space-100);line-height:18px;font-weight:var(--c-font-weight-500);}/*!sc*/ .overview-etfNetFlow-tooltip .tooltip .header .time{font-size:var(--c-font-size-50);color:var(--c-color-text-secondary);}/*!sc*/ .overview-etfNetFlow-tooltip .tooltip .points{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:var(--c-space-100);}/*!sc*/ .overview-etfNetFlow-tooltip .tooltip .points .point{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:var(--c-space-200);}/*!sc*/ .overview-etfNetFlow-tooltip .tooltip .points .color{display:inline-block;width:12px;height:12px;content:'';border-radius:100%;margin-right:var(--c-space-100);box-shadow:0px 1px 1px rgba(88,102,126,0.08),0px 8px 16px rgba(88,102,126,0.1);}/*!sc*/ .overview-etfNetFlow-tooltip .tooltip .points .volume-icon{width:18px;height:17px;margin-left:0px;margin-right:var(--c-space-50);-webkit-transform:translateX(-2px);-ms-transform:translateX(-2px);transform:translateX(-2px);}/*!sc*/ .overview-etfNetFlow-tooltip .tooltip .points .label{color:var(--c-color-text-secondary);}/*!sc*/ .overview-etfNetFlow-tooltip .tooltip .points .number{font-weight:var(--c-font-weight-600);}/*!sc*/ .overview-etfNetFlow-tooltip .tooltip .points .number.up{color:#16c784;}/*!sc*/ .overview-etfNetFlow-tooltip .tooltip .points .number.down{color:#ea3943;}/*!sc*/ data-styled.g864[id="sc-global-IGVaW1"]{content:"sc-global-IGVaW1,"}/*!sc*/ .jyFPVx{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1;-ms-flex:1;flex:1;}/*!sc*/ data-styled.g870[id="sc-a757aad-0"]{content:"jyFPVx,"}/*!sc*/ .eKGlVM{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%;min-height:150px;padding:20px;box-shadow:var(--c-shadow-tiny);border-radius:8px;overflow:hidden;}/*!sc*/ .eKGlVM:hover{box-shadow:var(--c-shadow-tiny);}/*!sc*/ @media (max-width:767.98px){.eKGlVM{height:165px;}}/*!sc*/ data-styled.g871[id="sc-a757aad-1"]{content:"eKGlVM,"}/*!sc*/ .fQKSFt{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;height:6px;border-radius:var(--c-border-radius-100);overflow:hidden;}/*!sc*/ data-styled.g872[id="sc-238ac13e-0"]{content:"fQKSFt,"}/*!sc*/ .dYOVWh{width:57.9%;height:100%;background-color:#F68819;}/*!sc*/ .ckZxtb{width:12.2%;height:100%;background-color:#3861FB;}/*!sc*/ .eeLClW{width:29.9%;height:100%;background-color:var(--c-color-gray-300);}/*!sc*/ data-styled.g873[id="sc-238ac13e-1"]{content:"dYOVWh,ckZxtb,eeLClW,"}/*!sc*/ .gysZHV{width:var(--c-space-100);height:var(--c-space-100);border-radius:100%;background-color:#F68819;}/*!sc*/ .efaylN{width:var(--c-space-100);height:var(--c-space-100);border-radius:100%;background-color:#3861FB;}/*!sc*/ .bLrlBv{width:var(--c-space-100);height:var(--c-space-100);border-radius:100%;background-color:var(--c-color-gray-300);}/*!sc*/ data-styled.g874[id="sc-238ac13e-2"]{content:"gysZHV,efaylN,bLrlBv,"}/*!sc*/ .jRJjyN{position:relative;width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:var(--c-space-200);padding:20px;background:var(--c-color-surface-1);border-radius:var(--c-border-radius-100);box-shadow:var(--c-shadow-tiny);}/*!sc*/ .jRJjyN .chart-wrapper{width:100%;height:100%;}/*!sc*/ @media (max-width:767.98px){.jRJjyN .chart-wrapper{min-height:205px;}}/*!sc*/ .jRJjyN .highcharts-container{z-index:unset !important;}/*!sc*/ .jRJjyN .highcharts-tooltip{z-index:9999;}/*!sc*/ .jRJjyN .bubble-lable-wrapper{text-align:center;}/*!sc*/ .jRJjyN .bubble-lable-wrapper span{text-align:center;}/*!sc*/ .jRJjyN .bubble-lable-wrapper .coin-name{font-size:var(--c-font-size-75);font-weight:var(--c-font-weight-600);line-height:var(--c-line-height-heading);}/*!sc*/ .jRJjyN .bubble-lable-wrapper .coin-change{font-size:var(--c-font-size-75);font-weight:var(--c-font-weight-400);line-height:var(--c-line-height-body);}/*!sc*/ .jRJjyN .highcharts-legend-item-hidden > span:first-child{font-size:var(--c-font-size-600)!important;}/*!sc*/ .jRJjyN .tooltip{min-width:280px;font-size:var(--c-font-size-75);box-shadow:0px 1px 1px rgba(88,102,126,0.08),0px 8px 16px rgba(88,102,126,0.1);padding:var(--c-space-200);border:none;border-radius:var(--c-border-radius-100);background-color:var(--c-color-surface-1);color:var(--c-color-text-primary);}/*!sc*/ .jRJjyN .tooltip .header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:baseline;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;gap:var(--c-space-500);margin-bottom:var(--c-space-100);line-height:18px;font-weight:var(--c-font-weight-500);}/*!sc*/ .jRJjyN .tooltip .header .time{font-size:var(--c-font-size-50);color:var(--c-color-text-secondary);}/*!sc*/ .jRJjyN .tooltip .points{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:var(--c-space-100);}/*!sc*/ .jRJjyN .tooltip .points .point{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;line-height:var(--c-space-200);}/*!sc*/ .jRJjyN .tooltip .points .point .point{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}/*!sc*/ .jRJjyN .tooltip .points .point .point > .label-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/ .jRJjyN .tooltip .points .color{display:inline-block;width:8px;height:8px;content:'';border-radius:100%;margin-right:var(--c-space-100);vertical-align:middle;box-shadow:0px 1px 1px rgba(88,102,126,0.08),0px 8px 16px rgba(88,102,126,0.1);}/*!sc*/ .jRJjyN .tooltip .points .volume-icon{width:18px;height:17px;margin-left:0px;margin-right:var(--c-space-50);-webkit-transform:translateX(-2px);-ms-transform:translateX(-2px);transform:translateX(-2px);}/*!sc*/ .jRJjyN .tooltip .points .label{color:var(--c-color-text-secondary);}/*!sc*/ .jRJjyN .tooltip .points .number{font-weight:var(--c-font-weight-600);}/*!sc*/ .jRJjyN .tooltip .points .number.up{color:#16c784;}/*!sc*/ .jRJjyN .tooltip .points .number.down{color:#ea3943;}/*!sc*/ .jRJjyN .tooltip .points .top-coin-point{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:12px;}/*!sc*/ .jRJjyN .tooltip .points .top-coin-point > .coin-info-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;}/*!sc*/ .jRJjyN .tooltip .points .top-coin-point > .coin-info-wrapper > .coin-logo{width:20px;height:20px;}/*!sc*/ .jRJjyN .tooltip .points .top-coin-point > .coin-info-wrapper > .top-coin-slug-label{color:var(--c-color-text-primary);font-size:var(--c-font-size-200);font-weight:var(--c-font-weight-700);line-height:var(--c-line-height-heading);}/*!sc*/ .jRJjyN .tooltip .points .top-coin-point > .coin-info-wrapper > .top-coin-label{color:var(--c-color-text-secondary);font-size:var(--c-font-size-75);font-weight:var(--c-font-weight-500);line-height:var(--c-line-height-body);}/*!sc*/ .jRJjyN .tooltip .points .top-coin-point > .top-coin-item-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}/*!sc*/ .jRJjyN .tooltip .points .top-coin-point > .top-coin-item-wrapper .top-coin-value-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:8px;}/*!sc*/ .jRJjyN .tooltip .points .top-coin-point > .top-coin-item-wrapper .top-coin-price{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;color:var(--c-color-text-secondary);font-size:var(--c-font-size-75);font-weight:var(--c-font-weight-500);line-height:var(--c-line-height-body);}/*!sc*/ .jRJjyN .tooltip .points .top-coin-point > .top-coin-item-wrapper .top-coin-price > span{color:var(--c-color-text-secondary);}/*!sc*/ .jRJjyN .tooltip .points .top-coin-point > .top-coin-item-wrapper .top-coin-market{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;color:var(--c-color-text-secondary);font-size:var(--c-font-size-75);font-weight:var(--c-font-weight-500);line-height:var(--c-line-height-body);}/*!sc*/ .jRJjyN .tooltip .points .top-coin-point > .top-coin-item-wrapper .top-coin-market > span{color:var(--c-color-text-secondary);}/*!sc*/ .jRJjyN .tooltip .points .top-coin-point > .top-coin-item-wrapper .top-coin-value{color:var(--c-color-text-primary);font-size:var(--c-font-size-75);font-weight:var(--c-font-weight-600);line-height:var(--c-line-height-body);}/*!sc*/ data-styled.g875[id="sc-60fbdb3c-0"]{content:"jRJjyN,"}/*!sc*/ .overview-marketcap-tooltip .tooltip{min-width:280px;font-size:var(--c-font-size-75);box-shadow:0px 1px 1px rgba(88,102,126,0.08),0px 8px 16px rgba(88,102,126,0.1);padding:var(--c-space-200);border:none;border-radius:var(--c-border-radius-100);background-color:var(--c-color-surface-1);color:var(--c-color-text-primary);}/*!sc*/ .overview-marketcap-tooltip .tooltip .header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:baseline;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;gap:var(--c-space-500);margin-bottom:var(--c-space-100);line-height:18px;font-weight:var(--c-font-weight-500);}/*!sc*/ .overview-marketcap-tooltip .tooltip .header .time{font-size:var(--c-font-size-50);color:var(--c-color-text-secondary);}/*!sc*/ .overview-marketcap-tooltip .tooltip .points{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:var(--c-space-100);}/*!sc*/ .overview-marketcap-tooltip .tooltip .points .point{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;line-height:var(--c-space-200);}/*!sc*/ .overview-marketcap-tooltip .tooltip .points .point .point{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}/*!sc*/ .overview-marketcap-tooltip .tooltip .points .point .point > .label-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/ .overview-marketcap-tooltip .tooltip .points .color{display:inline-block;width:8px;height:8px;content:'';border-radius:100%;margin-right:var(--c-space-100);vertical-align:middle;box-shadow:0px 1px 1px rgba(88,102,126,0.08),0px 8px 16px rgba(88,102,126,0.1);}/*!sc*/ .overview-marketcap-tooltip .tooltip .points .volume-icon{width:18px;height:17px;margin-left:0px;margin-right:var(--c-space-50);-webkit-transform:translateX(-2px);-ms-transform:translateX(-2px);transform:translateX(-2px);}/*!sc*/ .overview-marketcap-tooltip .tooltip .points .label{color:var(--c-color-text-secondary);}/*!sc*/ .overview-marketcap-tooltip .tooltip .points .number{font-weight:var(--c-font-weight-600);}/*!sc*/ .overview-marketcap-tooltip .tooltip .points .number.up{color:#16c784;}/*!sc*/ .overview-marketcap-tooltip .tooltip .points .number.down{color:#ea3943;}/*!sc*/ .overview-marketcap-tooltip .tooltip .points .top-coin-point{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:12px;}/*!sc*/ .overview-marketcap-tooltip .tooltip .points .top-coin-point > .coin-info-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;}/*!sc*/ .overview-marketcap-tooltip .tooltip .points .top-coin-point > .coin-info-wrapper > .coin-logo{width:20px;height:20px;}/*!sc*/ .overview-marketcap-tooltip .tooltip .points .top-coin-point > .coin-info-wrapper > .top-coin-slug-label{color:var(--c-color-text-primary);font-size:var(--c-font-size-200);font-weight:var(--c-font-weight-700);line-height:var(--c-line-height-heading);}/*!sc*/ .overview-marketcap-tooltip .tooltip .points .top-coin-point > .coin-info-wrapper > .top-coin-label{color:var(--c-color-text-secondary);font-size:var(--c-font-size-75);font-weight:var(--c-font-weight-500);line-height:var(--c-line-height-body);}/*!sc*/ .overview-marketcap-tooltip .tooltip .points .top-coin-point > .top-coin-item-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}/*!sc*/ .overview-marketcap-tooltip .tooltip .points .top-coin-point > .top-coin-item-wrapper .top-coin-value-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:8px;}/*!sc*/ .overview-marketcap-tooltip .tooltip .points .top-coin-point > .top-coin-item-wrapper .top-coin-price{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;color:var(--c-color-text-secondary);font-size:var(--c-font-size-75);font-weight:var(--c-font-weight-500);line-height:var(--c-line-height-body);}/*!sc*/ .overview-marketcap-tooltip .tooltip .points .top-coin-point > .top-coin-item-wrapper .top-coin-price > span{color:var(--c-color-text-secondary);}/*!sc*/ .overview-marketcap-tooltip .tooltip .points .top-coin-point > .top-coin-item-wrapper .top-coin-market{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;color:var(--c-color-text-secondary);font-size:var(--c-font-size-75);font-weight:var(--c-font-weight-500);line-height:var(--c-line-height-body);}/*!sc*/ .overview-marketcap-tooltip .tooltip .points .top-coin-point > .top-coin-item-wrapper .top-coin-market > span{color:var(--c-color-text-secondary);}/*!sc*/ .overview-marketcap-tooltip .tooltip .points .top-coin-point > .top-coin-item-wrapper .top-coin-value{color:var(--c-color-text-primary);font-size:var(--c-font-size-75);font-weight:var(--c-font-weight-600);line-height:var(--c-line-height-body);}/*!sc*/ data-styled.g876[id="sc-global-jdWdvp1"]{content:"sc-global-jdWdvp1,"}/*!sc*/ </style></head><body data-commit="fffc8c07" data-commit-time="2024-11-22T07:41:41+00:00" class="DAY"><div id="__next"><div class="sc-65e7f566-0 eQBACe"></div><div class="sc-f9c982a5-1 bVsWPX global-layout-v2"><div class="main-content"><div class="sc-f9c982a5-0 kLLhae"><div class="HeaderV3_global-header__Rdkas" data-role="global-header"><div class="HeaderV3_main-header__xTs_o"><div class="HeaderV3_main-header-left__bUVZv"><div class="HeaderV3_desktop-logo__hj5Wy"><section data-hydration-on-demand="true" style="display:contents"><div class="sc-f2e7c84b-1 dgpQqH"><a class="sc-f2e7c84b-2 kcWviB cmc-logo tooltip" href="/" title="Go to homepage" data-role="logo"><svg width="168" height="29" fill="var(--text-color)" xmlns="http://www.w3.org/2000/svg" class="cmc-logo-img" style="margin-top:-3px"><path d="M28.442 14.445v-.056C28.414 6.466 22.032 0 14.221 0S0 6.466 0 14.445c0 7.98 6.381 14.433 14.221 14.433a13.978 13.978 0 0 0 9.66-3.866 1.309 1.309 0 0 0-1.766-1.933l-.028.028a11.5 11.5 0 0 1-16.572-.755l6.075-9.742v4.508c0 2.154.84 2.855 1.546 3.051.706.196 1.765.054 2.912-1.765l3.333-5.412c.089-.158.192-.308.306-.449v2.745c0 2.015.812 3.639 2.211 4.422a4.071 4.071 0 0 0 4.173-.167c1.616-1.049 2.484-2.886 2.371-5.098Zm-3.696 2.835a1.529 1.529 0 0 1-1.546.111c-.56-.335-.897-1.09-.897-2.126v-3.173c0-1.51-.588-2.603-1.595-2.881-1.709-.516-2.995 1.595-3.472 2.379l-3.015 4.842V10.47c-.028-1.371-.477-2.183-1.317-2.436-.56-.167-1.4-.082-2.211 1.15L3.946 19.989a11.971 11.971 0 0 1-1.371-5.544c0-6.523 5.234-11.814 11.646-11.814 6.412 0 11.646 5.291 11.646 11.814v.057c.067 1.258-.337 2.268-1.12 2.77v.008ZM48.263 9.518a1.407 1.407 0 0 1 .645 1.092 1.24 1.24 0 0 1-1.204 1.232 2.062 2.062 0 0 1-.449-.085 4.61 4.61 0 0 0-2.716-.922c-2.379 0-4.002 1.93-4.002 4.337s1.652 4.312 4.002 4.312a4.34 4.34 0 0 0 3.023-1.232c.206-.145.45-.223.701-.224a1.134 1.134 0 0 1 .99 1.709c-.097.17-.235.315-.402.42a6.647 6.647 0 1 1-4.283-11.758c1.318-.02 2.61.37 3.695 1.119ZM54.925 12.309a4.745 4.745 0 0 0-4.765 4.71 4.82 4.82 0 0 0 4.76 4.79c2.464 0 4.564-2.212 4.564-4.79 0-2.576-2.067-4.71-4.559-4.71Zm-.028 7.167c-1.175 0-2.155-1.064-2.155-2.436 0-1.427.98-2.296 2.155-2.296 1.093 0 2.015.897 2.015 2.296 0 1.4-.922 2.444-2.015 2.444v-.008ZM61.056 20.352v-6.608a1.29 1.29 0 0 1 1.289-1.314 1.306 1.306 0 0 1 1.289 1.314v6.608a1.306 1.306 0 0 1-1.289 1.315 1.328 1.328 0 0 1-1.289-1.315ZM60.86 9.938a1.505 1.505 0 0 1 1.485-1.547 1.528 1.528 0 0 1 1.51 1.547 1.497 1.497 0 0 1-2.994 0ZM68.559 16.77v3.582a1.289 1.289 0 1 1-2.578 0v-6.915a.994.994 0 1 1 1.988 0 3.738 3.738 0 0 1 2.835-1.12c2.577 0 3.724 1.932 3.724 4.144v3.891a1.289 1.289 0 1 1-2.578 0V16.77c0-1.121-.139-2.062-1.763-2.062-1.146 0-1.623.951-1.623 2.062h-.005ZM82.865 18.141a.835.835 0 0 1-.673-.338l-2.995-3.247v5.796a1.289 1.289 0 1 1-2.577 0V8.873a.546.546 0 0 1 .477-.335.9.9 0 0 1 .56.335l4.788 5.376a.624.624 0 0 0 .42.258.701.701 0 0 0 .42-.258l4.786-5.376a.843.843 0 0 1 .559-.335.49.49 0 0 1 .477.335v11.48a1.29 1.29 0 0 1-1.289 1.314 1.307 1.307 0 0 1-1.288-1.315v-5.796l-2.998 3.247a1.031 1.031 0 0 1-.67.338h.003ZM107.08 14.698h-.281c-1.623.082-1.93 1.008-1.93 2.062v3.582a1.29 1.29 0 0 1-1.289 1.289 1.29 1.29 0 0 1-1.288-1.29v-6.903a.997.997 0 0 1 .995-.995.996.996 0 0 1 .994.995c.951-.897 1.735-1.093 2.518-1.122h.258a1.207 1.207 0 0 1 1.175 1.204 1.18 1.18 0 0 1-1.147 1.178h-.005ZM117.018 19.736c.118.185.186.397.196.616a1.346 1.346 0 0 1-1.289 1.289c-.446 0-.84-.338-1.147-.73l-2.966-3.448v2.86a1.288 1.288 0 0 1-2.577 0V9.828a1.287 1.287 0 0 1 2.199-.911c.242.241.378.57.378.91v6.55l2.966-3.274c.307-.337.673-.7 1.119-.7a1.289 1.289 0 0 1 1.232 1.26 1.09 1.09 0 0 1-.168.587l-2.35 2.577 2.407 2.913v-.003ZM132.584 21.78h-.701c-1.959 0-3.108-.869-3.108-3.92v-3.162h-.67a1.19 1.19 0 1 1 0-2.382h.66V9.881a1.282 1.282 0 0 1 .789-1.214c.158-.066.328-.1.499-.1a1.311 1.311 0 0 1 1.289 1.314v2.428h1.062a1.185 1.185 0 0 1 1.149 1.203 1.222 1.222 0 0 1-1.149 1.178h-1.062v2.66c0 1.763.082 2.126.866 2.126h.366a1.152 1.152 0 0 1 1.147 1.15 1.174 1.174 0 0 1-1.147 1.147l.01.007ZM145.04 9.518a1.41 1.41 0 0 1 .644 1.092 1.239 1.239 0 0 1-1.204 1.232 2.135 2.135 0 0 1-.448-.085 4.597 4.597 0 0 0-2.714-.922c-2.381 0-4.005 1.93-4.005 4.337s1.652 4.312 4.005 4.312a4.34 4.34 0 0 0 3.023-1.232c.205-.144.449-.222.699-.224a1.143 1.143 0 0 1 .816.332 1.134 1.134 0 0 1 .176 1.378 1.184 1.184 0 0 1-.405.418 6.639 6.639 0 0 1-5.978 1.3 6.642 6.642 0 0 1-4.853-7.268 6.642 6.642 0 0 1 6.548-5.789 6.27 6.27 0 0 1 3.696 1.119ZM98.99 12.402a.982.982 0 0 0-.982 1.007l-.054.31a4.026 4.026 0 0 0-2.997-1.428c-2.518 0-4.337 2.126-4.337 4.7 0 2.575 1.79 4.789 4.198 4.789 1.008 0 2.603-.449 3.108-1.428l.057.307a.964.964 0 0 0 1.007.982 1.006 1.006 0 0 0 1.008-1.008v-7.216a1.03 1.03 0 0 0-1.008-1.015Zm-3.752 7.082c-1.147 0-2.044-1.09-2.044-2.436 0-1.345.923-2.32 2.044-2.32 1.12 0 2.129.923 2.129 2.32 0 1.397-.982 2.436-2.13 2.436ZM126.425 16.824c-.057-2.884-1.933-4.508-4.423-4.508-3.092 0-4.397 2.24-4.397 4.817 0 3.276 2.158 4.675 4.761 4.675.979 0 2.015-.141 2.798-.729a1.135 1.135 0 0 0 .56-.923 1.057 1.057 0 0 0-1.031-1.064c-.237.002-.469.07-.67.196a4.173 4.173 0 0 1-1.681.335c-.644 0-2.128-.258-2.128-1.791h5.2a1.031 1.031 0 0 0 1.011-1.008Zm-6.217-.65c0-1.09 1.15-1.453 1.848-1.453.699 0 1.848.363 1.876 1.453h-3.724ZM155.31 12.402a.984.984 0 0 0-.703.296.976.976 0 0 0-.277.711l-.056.31a4.02 4.02 0 0 0-2.995-1.428c-2.52 0-4.34 2.126-4.34 4.7 0 2.575 1.804 4.789 4.198 4.789 1.008 0 2.606-.449 3.108-1.428l.057.307a.974.974 0 0 0 .292.708.965.965 0 0 0 .716.274 1.01 1.01 0 0 0 .932-.622c.05-.122.076-.253.076-.386v-7.216a1.032 1.032 0 0 0-1.008-1.015Zm-3.753 7.082c-1.118 0-2.043-1.09-2.043-2.436 0-1.345.897-2.32 2.043-2.32 1.147 0 2.129.923 2.129 2.32 0 1.397-.974 2.436-2.123 2.436h-.006ZM163.657 12.309a4.14 4.14 0 0 0-3.023 1.232c0-.642-.42-1.119-.979-1.119a1.007 1.007 0 0 0-1.01 1.008v10.863a1.291 1.291 0 0 0 1.288 1.288 1.29 1.29 0 0 0 1.289-1.288v-3.268c.698.53 1.819.755 2.577.773 2.436 0 4.201-2.211 4.201-4.788 0-2.578-1.85-4.701-4.343-4.701Zm-.309 7.167c-1.147 0-2.126-1.03-2.126-2.435s.979-2.32 2.126-2.32c1.147 0 2.044.923 2.044 2.32 0 1.352-.894 2.443-2.044 2.443v-.008Z"></path></svg></a></div></section></div><div class="sc-934b4cea-2 dAyVuF"><div class="sc-934b4cea-0 kVcBgV"><div class="sc-934b4cea-1 dOQjUo"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" height="24px" width="24px" viewBox="0 0 24 24" class="sc-4c05d6ef-0 dMwnWW"><path d="M18 6L6 18M18 18L6 6" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg></div></div><div class="sc-934b4cea-3 dnABdW"><section data-hydration-on-demand="true" style="display:contents"><div data-role="menu-item" class="sc-934b4cea-6 jqyYhU"><a href="/" class="sc-65e7f566-0 eQBACe cmc-link"><div class="sc-934b4cea-7 dVeWj"><span class="sc-40a7997c-0 jZJdvT">Cryptocurrencies</span></div></a><div class="sc-934b4cea-4 KQlnh"></div><div class="sc-934b4cea-5 gfCejL"><div class="sc-934b4cea-10 fijhDE"><div class="section"><div class="sc-934b4cea-8 bvpWGe">Cryptocurrencies</div><div class="sc-934b4cea-9 dXaBrC"><a target="_self" style="color:inherit" href="/" class="sc-65e7f566-0 eQBACe item-link cmc-link"><img size="32" data-src="https://s2.coinmarketcap.com/static/cloud/img/menu/MenuCmcIconV3.svg" loading="lazy" decoding="async" class="sc-8a128ed-0 bBumlM"/>Ranking</a><a target="_self" style="color:inherit" href="/cryptocurrency-category/" class="sc-65e7f566-0 eQBACe item-link cmc-link"><img size="32" data-src="https://s2.coinmarketcap.com/static/cloud/img/menu/MenuCategoriesIconV3.svg" loading="lazy" decoding="async" class="sc-8a128ed-0 bBumlM"/>Categories</a><a target="_self" style="color:inherit" href="/charts/" class="sc-65e7f566-0 eQBACe item-link cmc-link"><img size="32" data-src="https://s2.coinmarketcap.com/static/cloud/img/menu/MenuGlobalChartsIconV3.svg" loading="lazy" decoding="async" class="sc-8a128ed-0 bBumlM"/>Market Overview</a><a target="_self" style="color:inherit" href="/historical/" class="sc-65e7f566-0 eQBACe item-link cmc-link"><img size="32" data-src="https://s2.coinmarketcap.com/static/cloud/img/menu/MenuHistoryIconV3.svg" loading="lazy" decoding="async" class="sc-8a128ed-0 bBumlM"/>Historical Snapshots</a><a target="_self" style="color:inherit" href="/etf/" class="sc-65e7f566-0 eQBACe item-link cmc-link"><img size="32" data-src="https://s2.coinmarketcap.com/static/cloud/img/menu/MenuBitcoinETFsIconV3.svg" loading="lazy" decoding="async" class="sc-8a128ed-0 bBumlM"/>Crypto ETFs</a><a target="_self" style="color:inherit" href="/token-unlocks/" class="sc-65e7f566-0 eQBACe item-link cmc-link"><img size="32" data-src="https://s2.coinmarketcap.com/static/cloud/img/menu/MenuTokenUnlocksIconV2.svg" loading="lazy" decoding="async" class="sc-8a128ed-0 bBumlM"/>Token unlocks</a><a target="_self" style="color:inherit" href="/yield/" class="sc-65e7f566-0 eQBACe item-link cmc-link"><img size="32" data-src="https://s2.coinmarketcap.com/static/cloud/img/menu/MenuYieldIconV2.svg" loading="lazy" decoding="async" class="sc-8a128ed-0 bBumlM"/>Yields</a></div></div><div class="section leaderboards-section"><div class="sc-934b4cea-8 bvpWGe">Leaderboards</div><div class="sc-934b4cea-9 dXaBrC"><a target="_self" style="color:inherit" href="/trending-cryptocurrencies/" class="sc-65e7f566-0 eQBACe item-link cmc-link"><img size="32" data-src="https://s2.coinmarketcap.com/static/cloud/img/menu/MenuTrendingIconV3.svg" loading="lazy" decoding="async" class="sc-8a128ed-0 bBumlM"/>Trending</a><a target="_self" style="color:inherit" href="/upcoming/" class="sc-65e7f566-0 eQBACe item-link cmc-link"><img size="32" data-src="https://s2.coinmarketcap.com/static/cloud/img/menu/MenuUpcomingIconV3.svg" loading="lazy" decoding="async" class="sc-8a128ed-0 bBumlM"/>Upcoming</a><a target="_self" style="color:inherit" href="/new/" class="sc-65e7f566-0 eQBACe item-link cmc-link"><img size="32" data-src="https://s2.coinmarketcap.com/static/cloud/img/menu/MenuRecentlyAddedIconV3.svg" loading="lazy" decoding="async" class="sc-8a128ed-0 bBumlM"/>Recently Added</a><a target="_self" style="color:inherit" href="/gainers-losers/" class="sc-65e7f566-0 eQBACe item-link cmc-link"><img size="32" data-src="https://s2.coinmarketcap.com/static/cloud/img/menu/MenuGainersLosersIconV3.svg" loading="lazy" decoding="async" class="sc-8a128ed-0 bBumlM"/>Gainers & Losers</a><a target="_self" style="color:inherit" href="/most-viewed-pages/" class="sc-65e7f566-0 eQBACe item-link cmc-link"><img size="32" data-src="https://s2.coinmarketcap.com/static/cloud/img/menu/MenuMostVisitedV3.svg" loading="lazy" decoding="async" class="sc-8a128ed-0 bBumlM"/>Most Visited</a><a target="_self" style="color:inherit" href="/chain-ranking/" class="sc-65e7f566-0 eQBACe item-link cmc-link"><img size="32" data-src="https://s2.coinmarketcap.com/static/cloud/img/menu/MenuChainRankingV3.svg" loading="lazy" decoding="async" class="sc-8a128ed-0 bBumlM"/>Chain Ranking</a></div></div><div class="section"><div class="sc-934b4cea-8 bvpWGe">NFT</div><div class="sc-934b4cea-9 dXaBrC"><a target="_self" style="color:inherit" href="/nft/" class="sc-65e7f566-0 eQBACe item-link cmc-link"><img size="32" data-src="https://s2.coinmarketcap.com/static/cloud/img/menu/MenuNFTOverviewV3.svg" loading="lazy" decoding="async" class="sc-8a128ed-0 bBumlM"/>Overall NFT Stats</a><a target="_self" style="color:inherit" href="/nft/upcoming/" class="sc-65e7f566-0 eQBACe item-link cmc-link"><img size="32" data-src="https://s2.coinmarketcap.com/static/cloud/img/menu/MenuUpcomingSales.svg" loading="lazy" decoding="async" class="sc-8a128ed-0 bBumlM"/>Upcoming Sales</a></div></div></div></div></div><div data-role="menu-item" class="sc-934b4cea-6 jqyYhU"><a href="/dexscan/trending/all/" class="sc-65e7f566-0 eQBACe cmc-link"><div class="sc-934b4cea-7 dVeWj">DexScan</div></a><div class="sc-934b4cea-4 KQlnh"></div><div class="sc-934b4cea-5 iayQpX"><div class="sc-934b4cea-9 dXaBrC"><a target="_self" style="color:inherit" href="/dexscan/new-pairs/ethereum/" class="sc-65e7f566-0 eQBACe item-link cmc-link"><img size="32" data-src="https://s2.coinmarketcap.com/static/cloud/img/menu/DexScanNewPairs.svg" loading="lazy" decoding="async" class="sc-8a128ed-0 bBumlM"/>New Pairs</a><a target="_self" style="color:inherit" href="/dexscan/trending/all/" class="sc-65e7f566-0 eQBACe item-link cmc-link"><img size="32" data-src="https://s2.coinmarketcap.com/static/cloud/img/menu/DexScanTrendingPairs.svg" loading="lazy" decoding="async" class="sc-8a128ed-0 bBumlM"/>Trending Pairs</a><a target="_self" style="color:inherit" href="/dexscan/top-gainers/all/" class="sc-65e7f566-0 eQBACe item-link cmc-link"><img size="32" data-src="https://s2.coinmarketcap.com/static/cloud/img/menu/DexScanGainersAndLosers.svg" loading="lazy" decoding="async" class="sc-8a128ed-0 bBumlM"/>Gainers & Losers</a><a target="_self" style="color:inherit" href="/dexscan/votingleaderboard/rankings/" class="sc-65e7f566-0 eQBACe item-link cmc-link"><img size="32" data-src="https://s2.coinmarketcap.com/static/cloud/img/menu/DexScanCommunityVotes.svg" loading="lazy" decoding="async" class="sc-8a128ed-0 bBumlM"/>Community Votes</a><a target="_self" style="color:inherit" href="/dexscan/top-traders/all/" class="sc-65e7f566-0 eQBACe item-link cmc-link"><img size="32" data-src="https://s2.coinmarketcap.com/static/cloud/img/menu/DexScanTopTraders.svg" loading="lazy" decoding="async" class="sc-8a128ed-0 bBumlM"/>Top Traders</a></div></div></div><div data-role="menu-item" class="sc-934b4cea-6 jqyYhU"><a href="/rankings/exchanges/" class="sc-65e7f566-0 eQBACe cmc-link"><div class="sc-934b4cea-7 dVeWj">Exchanges</div></a><div class="sc-934b4cea-4 KQlnh"></div><div class="sc-934b4cea-5 iayQpX"><div class="sc-934b4cea-10 dYqGit one-column"><div class="section"><div class="sc-934b4cea-8 bvpWGe">Centralized Exchanges</div><div class="sc-934b4cea-9 dXaBrC"><a target="_self" style="color:inherit" href="/rankings/exchanges/" class="sc-65e7f566-0 eQBACe item-link cmc-link"><img size="32" data-src="https://s2.coinmarketcap.com/static/cloud/img/menu/MenuSpotIcon.svg" loading="lazy" decoding="async" class="sc-8a128ed-0 bBumlM"/>Spot</a><a target="_self" style="color:inherit" href="/rankings/exchanges/derivatives/" class="sc-65e7f566-0 eQBACe item-link cmc-link"><img size="32" data-src="https://s2.coinmarketcap.com/static/cloud/img/menu/MenuDerivativesIcon.svg" loading="lazy" decoding="async" class="sc-8a128ed-0 bBumlM"/>Derivatives</a></div></div><div class="section"><div class="sc-934b4cea-8 bvpWGe">Decentralized Exchanges</div><div class="sc-934b4cea-9 dXaBrC"><a target="_self" style="color:inherit" href="/rankings/exchanges/dex/?type=spot" class="sc-65e7f566-0 eQBACe item-link cmc-link"><img size="32" data-src="https://s2.coinmarketcap.com/static/cloud/img/menu/MenuDexSpotIcon.svg" loading="lazy" decoding="async" class="sc-8a128ed-0 bBumlM"/>Spot</a><a target="_self" style="color:inherit" href="/rankings/exchanges/dex/?type=derivatives" class="sc-65e7f566-0 eQBACe item-link cmc-link"><img size="32" data-src="https://s2.coinmarketcap.com/static/cloud/img/menu/MenuDexDerivativesIcon.svg" loading="lazy" decoding="async" class="sc-8a128ed-0 bBumlM"/>Derivatives</a></div></div></div></div></div><div data-role="menu-item" class="sc-934b4cea-6 jqyYhU"><a href="/community/" class="sc-65e7f566-0 eQBACe cmc-link"><div class="sc-934b4cea-7 dVeWj">Community</div></a><div class="sc-934b4cea-4 KQlnh"></div><div class="sc-934b4cea-5 iayQpX"><div class="sc-934b4cea-9 dXaBrC"><a target="_self" style="color:inherit" href="/community/" class="sc-65e7f566-0 eQBACe item-link cmc-link"><img size="32" data-src="https://s2.coinmarketcap.com/static/cloud/img/menu/feed.svg" loading="lazy" decoding="async" class="sc-8a128ed-0 bBumlM"/>Feeds</a><a target="_self" style="color:inherit" href="/community/topics/" class="sc-65e7f566-0 eQBACe item-link cmc-link"><img size="32" data-src="https://s2.coinmarketcap.com/static/cloud/img/menu/topics.svg" loading="lazy" decoding="async" class="sc-8a128ed-0 bBumlM"/>Topics</a><a target="_self" style="color:inherit" href="/community/lives/" class="sc-65e7f566-0 eQBACe item-link cmc-link"><img size="32" data-src="https://s2.coinmarketcap.com/static/cloud/img/menu/lives.svg" loading="lazy" decoding="async" class="sc-8a128ed-0 bBumlM"/>Lives</a><a target="_self" style="color:inherit" href="/community/articles/" class="sc-65e7f566-0 eQBACe item-link cmc-link"><img size="32" data-src="https://s2.coinmarketcap.com/static/cloud/img/menu/articles.svg" loading="lazy" decoding="async" class="sc-8a128ed-0 bBumlM"/>Articles</a></div></div></div><div data-role="menu-item" class="sc-934b4cea-6 jqyYhU"><div class="sc-934b4cea-7 dVeWj">Products<div class="sc-934b4cea-1 dOQjUo"><svg xmlns="http://www.w3.org/2000/svg" fill="none" height="24px" width="24px" viewBox="0 0 24 24" font-size="24" class="sc-4c05d6ef-0 ccAusm"><path d="M6 9L12 15L18 9" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg></div></div><div class="sc-934b4cea-4 KQlnh"></div><div class="sc-934b4cea-5 iayQpX"><div class="sc-934b4cea-10 fijhDE"><div class="section"><div class="sc-934b4cea-8 bvpWGe">Products</div><div class="sc-934b4cea-9 dXaBrC"><a target="_self" style="color:inherit" href="/converter/" class="sc-65e7f566-0 eQBACe item-link cmc-link"><img size="32" data-src="https://s2.coinmarketcap.com/static/cloud/img/menu/MenuConverterIcon.svg" loading="lazy" decoding="async" class="sc-8a128ed-0 bBumlM"/>Converter</a><a target="_blank" style="color:inherit" href="https://coinmarketcap.com/newsletter/" class="sc-65e7f566-0 eQBACe item-link cmc-link"><img size="32" data-src="https://s2.coinmarketcap.com/static/cloud/img/menu/MenuNewsIcon.svg" loading="lazy" decoding="async" class="sc-8a128ed-0 bBumlM"/>Newsletter<svg xmlns="http://www.w3.org/2000/svg" height="24px" width="24px" viewBox="0 0 24 24" fill="none" class="sc-4c05d6ef-0 dMwnWW ext"><svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.0002 7.99969L13.3335 2.6665M13.3335 2.6665H9.4547M13.3335 2.6665L13.3335 6.54518M6.54566 4.60614H3.85205C3.19749 4.60614 2.66687 5.13675 2.66687 5.79129V12.148C2.66687 12.8026 3.19749 13.3332 3.85205 13.3332H10.209C10.8635 13.3332 11.3941 12.8026 11.3941 12.148V9.45449" stroke="#A6B0C3" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg></svg></a><a target="_blank" style="color:inherit" href="https://coinmarketcap.com/events/cmc-labs/" class="sc-65e7f566-0 eQBACe item-link cmc-link"><img size="32" data-src="https://s2.coinmarketcap.com/static/cloud/img/menu/MenuExplorerIcon.svg" loading="lazy" decoding="async" class="sc-8a128ed-0 bBumlM"/>CMC Labs<svg xmlns="http://www.w3.org/2000/svg" height="24px" width="24px" viewBox="0 0 24 24" fill="none" class="sc-4c05d6ef-0 dMwnWW ext"><svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.0002 7.99969L13.3335 2.6665M13.3335 2.6665H9.4547M13.3335 2.6665L13.3335 6.54518M6.54566 4.60614H3.85205C3.19749 4.60614 2.66687 5.13675 2.66687 5.79129V12.148C2.66687 12.8026 3.19749 13.3332 3.85205 13.3332H10.209C10.8635 13.3332 11.3941 12.8026 11.3941 12.148V9.45449" stroke="#A6B0C3" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg></svg></a><a target="_blank" style="color:inherit" href="https://coinmarketcap.com/chatbot/" class="sc-65e7f566-0 eQBACe item-link cmc-link"><img size="32" data-src="https://s2.coinmarketcap.com/static/cloud/img/menu/MenuTelegramBotIcon.svg" loading="lazy" decoding="async" class="sc-8a128ed-0 bBumlM"/>Telegram Bot<svg xmlns="http://www.w3.org/2000/svg" height="24px" width="24px" viewBox="0 0 24 24" fill="none" class="sc-4c05d6ef-0 dMwnWW ext"><svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.0002 7.99969L13.3335 2.6665M13.3335 2.6665H9.4547M13.3335 2.6665L13.3335 6.54518M6.54566 4.60614H3.85205C3.19749 4.60614 2.66687 5.13675 2.66687 5.79129V12.148C2.66687 12.8026 3.19749 13.3332 3.85205 13.3332H10.209C10.8635 13.3332 11.3941 12.8026 11.3941 12.148V9.45449" stroke="#A6B0C3" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg></svg></a><a target="_blank" style="color:inherit" href="https://coinmarketcap.com/events/advertise/" class="sc-65e7f566-0 eQBACe item-link cmc-link"><img size="32" data-src="https://s2.coinmarketcap.com/static/cloud/img/menu/MenuAdvertiseIcon.svg" loading="lazy" decoding="async" class="sc-8a128ed-0 bBumlM"/>Advertise<svg xmlns="http://www.w3.org/2000/svg" height="24px" width="24px" viewBox="0 0 24 24" fill="none" class="sc-4c05d6ef-0 dMwnWW ext"><svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.0002 7.99969L13.3335 2.6665M13.3335 2.6665H9.4547M13.3335 2.6665L13.3335 6.54518M6.54566 4.60614H3.85205C3.19749 4.60614 2.66687 5.13675 2.66687 5.79129V12.148C2.66687 12.8026 3.19749 13.3332 3.85205 13.3332H10.209C10.8635 13.3332 11.3941 12.8026 11.3941 12.148V9.45449" stroke="#A6B0C3" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg></svg></a><hr style="margin:12px 0"/><a target="_blank" style="color:inherit" href="https://coinmarketcap.com/api/" class="sc-65e7f566-0 eQBACe item-link cmc-link"><img size="32" data-src="https://s2.coinmarketcap.com/static/cloud/img/menu/MenuCryptoApiIcon.light.svg" loading="lazy" decoding="async" class="sc-8a128ed-0 bBumlM"/>Crypto API<svg xmlns="http://www.w3.org/2000/svg" height="24px" width="24px" viewBox="0 0 24 24" fill="none" class="sc-4c05d6ef-0 dMwnWW ext"><svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.0002 7.99969L13.3335 2.6665M13.3335 2.6665H9.4547M13.3335 2.6665L13.3335 6.54518M6.54566 4.60614H3.85205C3.19749 4.60614 2.66687 5.13675 2.66687 5.79129V12.148C2.66687 12.8026 3.19749 13.3332 3.85205 13.3332H10.209C10.8635 13.3332 11.3941 12.8026 11.3941 12.148V9.45449" stroke="#A6B0C3" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg></svg></a><a target="_self" style="color:inherit" href="/widget/ticker/" class="sc-65e7f566-0 eQBACe item-link cmc-link"><img size="32" data-src="https://s2.coinmarketcap.com/static/cloud/img/menu/MenuWidgetsIcon.light.svg" loading="lazy" decoding="async" class="sc-8a128ed-0 bBumlM"/>Site Widgets</a></div></div><div class="section"><div class="sc-934b4cea-8 bvpWGe">Campaigns</div><div class="sc-934b4cea-9 dXaBrC"><a target="_self" style="color:inherit" href="/airdrop/" class="sc-65e7f566-0 eQBACe item-link cmc-link"><img size="32" data-src="https://s2.coinmarketcap.com/static/cloud/img/menu/MenuAirdropsIcon.svg" loading="lazy" decoding="async" class="sc-8a128ed-0 bBumlM"/>Airdrops</a><a target="_self" style="color:inherit" href="/account/rewards/" class="sc-65e7f566-0 eQBACe item-link cmc-link"><img size="32" data-src="https://s2.coinmarketcap.com/static/cloud/img/menu/MenuRewardsIcon.svg" loading="lazy" decoding="async" class="sc-8a128ed-0 bBumlM"/>Diamond Rewards</a><a target="_blank" style="color:inherit" href="https://coinmarketcap.com/earn/" class="sc-65e7f566-0 eQBACe item-link cmc-link"><img size="32" data-src="https://s2.coinmarketcap.com/static/cloud/img/menu/MenuEarnCryptoIcon.svg" loading="lazy" decoding="async" class="sc-8a128ed-0 bBumlM"/>Learn & Earn<svg xmlns="http://www.w3.org/2000/svg" height="24px" width="24px" viewBox="0 0 24 24" fill="none" class="sc-4c05d6ef-0 dMwnWW ext"><svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.0002 7.99969L13.3335 2.6665M13.3335 2.6665H9.4547M13.3335 2.6665L13.3335 6.54518M6.54566 4.60614H3.85205C3.19749 4.60614 2.66687 5.13675 2.66687 5.79129V12.148C2.66687 12.8026 3.19749 13.3332 3.85205 13.3332H10.209C10.8635 13.3332 11.3941 12.8026 11.3941 12.148V9.45449" stroke="#A6B0C3" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg></svg></a></div></div><div class="section"><div class="sc-934b4cea-8 bvpWGe">Calendars</div><div class="sc-934b4cea-9 dXaBrC"><a target="_self" style="color:inherit" href="/ico-calendar/" class="sc-65e7f566-0 eQBACe item-link cmc-link"><img size="32" data-src="https://s2.coinmarketcap.com/static/cloud/img/menu/MenuICOIcon.svg" loading="lazy" decoding="async" class="sc-8a128ed-0 bBumlM"/>ICO Calendar</a><a target="_self" style="color:inherit" href="/events/" class="sc-65e7f566-0 eQBACe item-link cmc-link"><img size="32" data-src="https://s2.coinmarketcap.com/static/cloud/img/menu/MenuEvents2Icon.svg" loading="lazy" decoding="async" class="sc-8a128ed-0 bBumlM"/>Events Calendar</a></div></div><div class="section"><div class="sc-934b4cea-8 bvpWGe">Learn</div><div class="sc-934b4cea-9 dXaBrC"><a target="_self" style="color:inherit" href="/headlines/news/" class="sc-65e7f566-0 eQBACe item-link cmc-link"><img size="32" data-src="https://s2.coinmarketcap.com/static/cloud/img/menu/MenuNewsIcon.svg" loading="lazy" decoding="async" class="sc-8a128ed-0 bBumlM"/>News</a><a target="_blank" style="color:inherit" href="https://coinmarketcap.com/academy/" class="sc-65e7f566-0 eQBACe item-link cmc-link"><img size="32" data-src="https://s2.coinmarketcap.com/static/cloud/img/menu/MenuAlexandriaIcon.svg" loading="lazy" decoding="async" class="sc-8a128ed-0 bBumlM"/>Academy<svg xmlns="http://www.w3.org/2000/svg" height="24px" width="24px" viewBox="0 0 24 24" fill="none" class="sc-4c05d6ef-0 dMwnWW ext"><svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.0002 7.99969L13.3335 2.6665M13.3335 2.6665H9.4547M13.3335 2.6665L13.3335 6.54518M6.54566 4.60614H3.85205C3.19749 4.60614 2.66687 5.13675 2.66687 5.79129V12.148C2.66687 12.8026 3.19749 13.3332 3.85205 13.3332H10.209C10.8635 13.3332 11.3941 12.8026 11.3941 12.148V9.45449" stroke="#A6B0C3" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg></svg></a><a target="_blank" style="color:inherit" href="https://coinmarketcap.com/academy/categories/cmc-research/" class="sc-65e7f566-0 eQBACe item-link cmc-link"><img size="32" data-src="https://s2.coinmarketcap.com/static/cloud/img/menu/MenuCMCResearch.svg" loading="lazy" decoding="async" class="sc-8a128ed-0 bBumlM"/>Research<svg xmlns="http://www.w3.org/2000/svg" height="24px" width="24px" viewBox="0 0 24 24" fill="none" class="sc-4c05d6ef-0 dMwnWW ext"><svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.0002 7.99969L13.3335 2.6665M13.3335 2.6665H9.4547M13.3335 2.6665L13.3335 6.54518M6.54566 4.60614H3.85205C3.19749 4.60614 2.66687 5.13675 2.66687 5.79129V12.148C2.66687 12.8026 3.19749 13.3332 3.85205 13.3332H10.209C10.8635 13.3332 11.3941 12.8026 11.3941 12.148V9.45449" stroke="#A6B0C3" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg></svg></a><a target="_blank" style="color:inherit" href="https://www.youtube.com/channel/UCnhdZlwVd6ocXGhdSyV9Axg/?sub_confirmation=1" class="sc-65e7f566-0 eQBACe item-link cmc-link"><img size="32" data-src="https://s2.coinmarketcap.com/static/cloud/img/menu/MenuVideosIcon.svg" loading="lazy" decoding="async" class="sc-8a128ed-0 bBumlM"/>Videos<svg xmlns="http://www.w3.org/2000/svg" height="24px" width="24px" viewBox="0 0 24 24" fill="none" class="sc-4c05d6ef-0 dMwnWW ext"><svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.0002 7.99969L13.3335 2.6665M13.3335 2.6665H9.4547M13.3335 2.6665L13.3335 6.54518M6.54566 4.60614H3.85205C3.19749 4.60614 2.66687 5.13675 2.66687 5.79129V12.148C2.66687 12.8026 3.19749 13.3332 3.85205 13.3332H10.209C10.8635 13.3332 11.3941 12.8026 11.3941 12.148V9.45449" stroke="#A6B0C3" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg></svg></a><a target="_blank" style="color:inherit" href="https://coinmarketcap.com/academy/glossary/" class="sc-65e7f566-0 eQBACe item-link cmc-link"><img size="32" data-src="https://s2.coinmarketcap.com/static/cloud/img/menu/MenuGlossaryIcon.svg" loading="lazy" decoding="async" class="sc-8a128ed-0 bBumlM"/>Glossary<svg xmlns="http://www.w3.org/2000/svg" height="24px" width="24px" viewBox="0 0 24 24" fill="none" class="sc-4c05d6ef-0 dMwnWW ext"><svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.0002 7.99969L13.3335 2.6665M13.3335 2.6665H9.4547M13.3335 2.6665L13.3335 6.54518M6.54566 4.60614H3.85205C3.19749 4.60614 2.66687 5.13675 2.66687 5.79129V12.148C2.66687 12.8026 3.19749 13.3332 3.85205 13.3332H10.209C10.8635 13.3332 11.3941 12.8026 11.3941 12.148V9.45449" stroke="#A6B0C3" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg></svg></a></div></div></div></div></div></section></div></div></div><div class="HeaderV3_main-header-right__8ENee"><div style="display:flex;justify-content:center;align-items:center"><div style="margin:0px var(--c-space-100)"><div class="sc-65e7f566-0 eQBACe Skeleton_base__nlYHC Skeleton_rectangular__cC7fp Skeleton_pulse__7_nch" style="border-radius:var(--c-border-radius-100);width:79.2px;height:32px"></div></div><div style="margin:0px var(--c-space-100)"><div class="sc-65e7f566-0 eQBACe Skeleton_base__nlYHC Skeleton_rectangular__cC7fp Skeleton_pulse__7_nch" style="border-radius:var(--c-border-radius-100);width:75.26px;height:32px"></div></div><div style="margin-inline-start:var(--c-space-100)"><div class="sc-65e7f566-0 eQBACe Skeleton_base__nlYHC Skeleton_rectangular__cC7fp Skeleton_pulse__7_nch" style="border-radius:var(--c-border-radius-100);width:260px;height:38.5px"></div></div></div><div style="height:32px"></div></div></div><div class="HeaderV3_secondary-header__eg_xA"><section data-hydration-on-demand="true" style="display:contents"><div class="sc-30d0c97e-0 fCFRqZ global-stats"><div class="sc-65e7f566-0 lcsYsQ glo-stat-item"><span class="sc-65e7f566-0 egHtVD base-text">Cryptos<!-- -->:</span> <a href="/charts/" class="sc-65e7f566-0 eQBACe cmc-link">2.4M+</a></div><div class="sc-65e7f566-0 lcsYsQ glo-stat-item"><span class="sc-65e7f566-0 egHtVD base-text">Exchanges<!-- -->:</span> <a href="/rankings/exchanges/" class="sc-65e7f566-0 eQBACe cmc-link">762</a></div><div class="sc-65e7f566-0 lcsYsQ glo-stat-item"><span class="sc-65e7f566-0 egHtVD base-text">Market Cap<!-- -->:</span> <div class="sc-87787b83-2 iVNaUe"><a href="/charts/" class="sc-65e7f566-0 eQBACe cmc-link">$3.35T</a><div style="margin-left:6px" class="sc-87787b83-2 iVNaUe"><svg direction="up" width="8" height="4" viewBox="0 0 8 4" fill="none" xmlns="http://www.w3.org/2000/svg" class="sc-87787b83-4 gwHyho"><path d="M7.02831 4H0.971678C0.552295 4 0.342275 3.48908 0.638817 3.19028L3.66714 0.138917C3.85096 -0.0463058 4.14903 -0.0463058 4.33286 0.138917L7.36117 3.19028C7.65774 3.48908 7.44769 4 7.02831 4Z" fill="var(--c-color-positive)"></path></svg><span color="var(--c-color-positive)" class="sc-87787b83-3 iLOjtY">0.25%</span></div></div></div><div class="sc-65e7f566-0 lcsYsQ glo-stat-item"><span class="sc-65e7f566-0 egHtVD base-text">24h Vol<!-- -->:</span> <div class="sc-87787b83-2 iVNaUe"><a href="/charts/" class="sc-65e7f566-0 eQBACe cmc-link">$201.87B</a><div style="margin-left:6px" class="sc-87787b83-2 iVNaUe"><svg direction="down" width="8" height="4" viewBox="0 0 8 4" fill="none" xmlns="http://www.w3.org/2000/svg" class="sc-87787b83-4 hWqgps"><path d="M7.02831 4H0.971678C0.552295 4 0.342275 3.48908 0.638817 3.19028L3.66714 0.138917C3.85096 -0.0463058 4.14903 -0.0463058 4.33286 0.138917L7.36117 3.19028C7.65774 3.48908 7.44769 4 7.02831 4Z" fill="var(--c-color-negative)"></path></svg><span color="var(--c-color-negative)" class="sc-87787b83-3 lfBJHY">9.60%</span></div></div></div><div class="sc-65e7f566-0 lcsYsQ glo-stat-item"><span class="sc-65e7f566-0 egHtVD base-text">Dominance<!-- -->:</span> <a href="/charts/bitcoin-dominance/" class="sc-65e7f566-0 eQBACe cmc-link">BTC<!-- -->: <!-- -->57.8%<!-- --> <!-- -->ETH<!-- -->: <!-- -->12.2%</a></div><div class="sc-65e7f566-0 gtauHf glo-stat-item"><span class="sc-65e7f566-0 egHtVD base-text"><em class="sc-65e7f566-0 jTsesI icon-Gas-Filled"></em> <!-- -->ETH Gas<!-- -->:</span> <div class="sc-65e7f566-0 gVajsk"><a class="sc-65e7f566-0 gpUUUU base-text">8.13<!-- --> <!-- -->Gwei<span class="sc-87787b83-0 fbvMrz icon-Chevron-down"></span></a></div></div><div class="sc-65e7f566-0 gtauHf glo-stat-item"><span class="sc-65e7f566-0 egHtVD base-text"> <!-- -->Fear & Greed<!-- -->:</span> <div class="sc-65e7f566-0 gVajsk"><a href="/charts/fear-and-greed-index/" class="sc-65e7f566-0 eQBACe cmc-link"><span class="sc-65e7f566-0 gpUUUU base-text">87<!-- -->/<!-- -->100</span></a></div></div></div></section></div></div></div><div class="cmc-body-wrapper"><div class="grid full-width-layout"><div class="sc-65e7f566-0 hYvYv"><div class="sc-65e7f566-0 jvXuwa"><div data-role="content-wrapper" class="sc-65e7f566-0 hZddRt"><div class="SliderV2_scroller-viewport__edNvw"><div class="sc-65e7f566-0 eJFIjc"><div class="sc-65e7f566-0 ItpFd">Market Overview</div></div><div class="sc-65e7f566-0 eJFIjc"><div class="sc-65e7f566-0 ERFHc">Fear and Greed Index</div></div><div class="sc-65e7f566-0 eJFIjc"><div class="sc-65e7f566-0 ERFHc">Altcoin Season Index</div></div><div class="sc-65e7f566-0 eJFIjc"><div class="sc-65e7f566-0 ERFHc">Bitcoin Dominance</div></div><div class="sc-65e7f566-0 kfoAba"></div></div></div></div></div><div class="sc-65e7f566-0 eMPeYJ"><div class="sc-65e7f566-0 dTIYAz"><div class="sc-65e7f566-0 hrIQCm"><a href="/charts/" class="sc-65e7f566-0 eQBACe cmc-link"><div class="sc-65e7f566-0 jIYdSk active-side"><span class="sc-65e7f566-0 eBxrke base-text">Market Overview</span></div></a><a href="/charts/fear-and-greed-index/" class="sc-65e7f566-0 eQBACe cmc-link"><div class="sc-65e7f566-0 jIYdSk"><span class="sc-65e7f566-0 eBxrke base-text">Fear and Greed Index</span></div></a><a href="/charts/altcoin-season-index/" class="sc-65e7f566-0 eQBACe cmc-link"><div class="sc-65e7f566-0 jIYdSk"><span class="sc-65e7f566-0 eBxrke base-text">Altcoin Season Index</span></div></a><a href="/charts/bitcoin-dominance/" class="sc-65e7f566-0 eQBACe cmc-link"><div class="sc-65e7f566-0 jIYdSk"><span class="sc-65e7f566-0 eBxrke base-text">Bitcoin Dominance</span></div></a></div></div><div class="sc-65e7f566-0 iMhkNi"><div class="sc-65e7f566-0 lkOfwY"><div class="sc-65e7f566-0 hVWlxK"><div class="sc-65e7f566-0 dAjhXv"><h1 class="sc-65e7f566-0 eHMzae base-text">Crypto Market Overview</h1><a href="#market-overview-faq" class="api-btn"><button class="sc-65e7f566-0 eQBACe BaseButton_base__34gwo bt-base BaseButton_t-default__8BIzz BaseButton_size-sm__oHKNE BaseButton_v-tertiary__AhlyE BaseButton_vd__gUkWt"><div data-role="btn-content" class="sc-65e7f566-0 jpqzzO BaseButton_btnContentWrapper__vm2Ue"><div data-role="btn-content-item" class="sc-65e7f566-0 eQBACe BaseButton_labelWrapper___Wzzw"><span class="sc-65e7f566-0 aNmCf base-text">See API Details</span></div></div><div class="sc-65e7f566-0 eQBACe BaseButton_loadingIndicatorWrapper__H2_qY"><div class="sc-65e7f566-0 eQBACe BaseButton_loadingEl__txE0m"></div></div></button></a><span class="sc-65e7f566-0 hAKLhx base-text">Stay updated on the latest cryptocurrency market trends, including Bitcoin dominance, altcoin season, ETF net flows, and real-time market sentiment, all conveniently accessible in one place on CoinMarketCap.</span></div><div class="sc-65e7f566-0 ljiQXI"><div class="sc-65e7f566-0 eZSVst"><span class="sc-65e7f566-0 hjDvLS top-coins-title">Top Coins</span><div class="sc-65e7f566-0 klkfdy"><div class="sc-65e7f566-0 jvXuwa"><div data-role="prev-btn" class="SliderV2_arrow-prev__qXLGo"><div class="SliderV2_arrow-btn__3h0C1 arrow-btn-major"><svg viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" height="1em" width="1em" class="sc-65e7f566-0 eyXrOz c-i" loading="lazy" decode="async" priority="low"><use href="#chevronRight"></use></svg></div></div><div data-role="content-wrapper" class="sc-65e7f566-0 hZddRt"><div class="SliderV2_scroller-viewport__edNvw scroll-card-wrapper"><div class="sc-65e7f566-0 eJFIjc scroll-card-item-wrapper"><a target="_blank" href="/currencies/bitcoin/" class="sc-65e7f566-0 eQBACe cmc-link"><div class="sc-65e7f566-0 dJQRWW"><div class="sc-65e7f566-0 hCVwOU"><div class="sc-65e7f566-0 jISror"><img class="coin-logo" src="https://s2.coinmarketcap.com/static/img/coins/64x64/1.png" loading="lazy"/><span class="sc-65e7f566-0 clEhpm base-text">Bitcoin</span></div><div class="sc-65e7f566-0 irRzUL"><div class="sc-53ccd743-0 gNqaiu"><span class="sc-65e7f566-0 ftZUwe base-text">$98,046.34</span></div><div data-role="percentage-value" data-sensors-click="true" style="line-height:var(--c-line-height-heading)" class="sc-4c05d6ef-0 sc-c0738578-0 dlQYLv fwBchk"><p color="red" style="line-height:var(--c-line-height-heading)" class="sc-71024e3e-0 sc-c0738578-1 ihXFUo WssXd change-text" data-change="down" font-size="1" data-sensors-click="true"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" height="24px" width="24px" viewBox="0 0 24 24" style="height:14px;width:14px" class="sc-4c05d6ef-0 dMwnWW"><path d="M18.0566 8H5.94336C5.10459 8 4.68455 9.02183 5.27763 9.61943L11.3343 15.7222C11.7019 16.0926 12.2981 16.0926 12.6657 15.7222L18.7223 9.61943C19.3155 9.02183 18.8954 8 18.0566 8Z"></path></svg>0.73%</p></div></div></div><div class="sc-65e7f566-0 daWDgb"><img class="sc-7b3ac367-0 jUcYyN" src="https://s3.coinmarketcap.com/generated/sparklines/web/1d/2781/1.svg" alt="Bitcoin-price-graph"/></div></div></a></div><div class="sc-65e7f566-0 eJFIjc scroll-card-item-wrapper"><a target="_blank" href="/currencies/ethereum/" class="sc-65e7f566-0 eQBACe cmc-link"><div class="sc-65e7f566-0 dJQRWW"><div class="sc-65e7f566-0 hCVwOU"><div class="sc-65e7f566-0 jISror"><img class="coin-logo" src="https://s2.coinmarketcap.com/static/img/coins/64x64/1027.png" loading="lazy"/><span class="sc-65e7f566-0 clEhpm base-text">Ethereum</span></div><div class="sc-65e7f566-0 irRzUL"><div class="sc-53ccd743-0 gNqaiu"><span class="sc-65e7f566-0 ftZUwe base-text">$3,404.21</span></div><div data-role="percentage-value" data-sensors-click="true" style="line-height:var(--c-line-height-heading)" class="sc-4c05d6ef-0 sc-c0738578-0 dlQYLv fwBchk"><p color="green" style="line-height:var(--c-line-height-heading)" class="sc-71024e3e-0 sc-c0738578-1 bgxfSG WssXd change-text" data-change="up" font-size="1" data-sensors-click="true"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" height="24px" width="24px" viewBox="0 0 24 24" style="height:14px;width:14px" class="sc-4c05d6ef-0 dMwnWW"><path d="M18.0566 16H5.94336C5.10459 16 4.68455 14.9782 5.27763 14.3806L11.3343 8.27783C11.7019 7.90739 12.2981 7.90739 12.6657 8.27783L18.7223 14.3806C19.3155 14.9782 18.8954 16 18.0566 16Z"></path></svg>1.69%</p></div></div></div><div class="sc-65e7f566-0 daWDgb"><img class="sc-7b3ac367-0 jUcYyN isUp" src="https://s3.coinmarketcap.com/generated/sparklines/web/1d/2781/1027.svg" alt="Ethereum-price-graph"/></div></div></a></div><div class="sc-65e7f566-0 eJFIjc scroll-card-item-wrapper"><a target="_blank" href="/currencies/bnb/" class="sc-65e7f566-0 eQBACe cmc-link"><div class="sc-65e7f566-0 dJQRWW"><div class="sc-65e7f566-0 hCVwOU"><div class="sc-65e7f566-0 jISror"><img class="coin-logo" src="https://s2.coinmarketcap.com/static/img/coins/64x64/1839.png" loading="lazy"/><span class="sc-65e7f566-0 clEhpm base-text">BNB</span></div><div class="sc-65e7f566-0 irRzUL"><div class="sc-53ccd743-0 gNqaiu"><span class="sc-65e7f566-0 ftZUwe base-text">$661.76</span></div><div data-role="percentage-value" data-sensors-click="true" style="line-height:var(--c-line-height-heading)" class="sc-4c05d6ef-0 sc-c0738578-0 dlQYLv fwBchk"><p color="green" style="line-height:var(--c-line-height-heading)" class="sc-71024e3e-0 sc-c0738578-1 bgxfSG WssXd change-text" data-change="up" font-size="1" data-sensors-click="true"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" height="24px" width="24px" viewBox="0 0 24 24" style="height:14px;width:14px" class="sc-4c05d6ef-0 dMwnWW"><path d="M18.0566 16H5.94336C5.10459 16 4.68455 14.9782 5.27763 14.3806L11.3343 8.27783C11.7019 7.90739 12.2981 7.90739 12.6657 8.27783L18.7223 14.3806C19.3155 14.9782 18.8954 16 18.0566 16Z"></path></svg>2.26%</p></div></div></div><div class="sc-65e7f566-0 daWDgb"><img class="sc-7b3ac367-0 jUcYyN isUp" src="https://s3.coinmarketcap.com/generated/sparklines/web/1d/2781/1839.svg" alt="BNB-price-graph"/></div></div></a></div><div class="sc-65e7f566-0 eJFIjc scroll-card-item-wrapper"><a target="_blank" href="/currencies/solana/" class="sc-65e7f566-0 eQBACe cmc-link"><div class="sc-65e7f566-0 dJQRWW"><div class="sc-65e7f566-0 hCVwOU"><div class="sc-65e7f566-0 jISror"><img class="coin-logo" src="https://s2.coinmarketcap.com/static/img/coins/64x64/5426.png" loading="lazy"/><span class="sc-65e7f566-0 clEhpm base-text">Solana</span></div><div class="sc-65e7f566-0 irRzUL"><div class="sc-53ccd743-0 gNqaiu"><span class="sc-65e7f566-0 ftZUwe base-text">$254.59</span></div><div data-role="percentage-value" data-sensors-click="true" style="line-height:var(--c-line-height-heading)" class="sc-4c05d6ef-0 sc-c0738578-0 dlQYLv fwBchk"><p color="red" style="line-height:var(--c-line-height-heading)" class="sc-71024e3e-0 sc-c0738578-1 ihXFUo WssXd change-text" data-change="down" font-size="1" data-sensors-click="true"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" height="24px" width="24px" viewBox="0 0 24 24" style="height:14px;width:14px" class="sc-4c05d6ef-0 dMwnWW"><path d="M18.0566 8H5.94336C5.10459 8 4.68455 9.02183 5.27763 9.61943L11.3343 15.7222C11.7019 16.0926 12.2981 16.0926 12.6657 15.7222L18.7223 9.61943C19.3155 9.02183 18.8954 8 18.0566 8Z"></path></svg>1.93%</p></div></div></div><div class="sc-65e7f566-0 daWDgb"><img class="sc-7b3ac367-0 jUcYyN" src="https://s3.coinmarketcap.com/generated/sparklines/web/1d/2781/5426.svg" alt="Solana-price-graph"/></div></div></a></div><div class="sc-65e7f566-0 eJFIjc scroll-card-item-wrapper"><a target="_blank" href="/currencies/xrp/" class="sc-65e7f566-0 eQBACe cmc-link"><div class="sc-65e7f566-0 dJQRWW"><div class="sc-65e7f566-0 hCVwOU"><div class="sc-65e7f566-0 jISror"><img class="coin-logo" src="https://s2.coinmarketcap.com/static/img/coins/64x64/52.png" loading="lazy"/><span class="sc-65e7f566-0 clEhpm base-text">XRP</span></div><div class="sc-65e7f566-0 irRzUL"><div class="sc-53ccd743-0 gNqaiu"><span class="sc-65e7f566-0 ftZUwe base-text">$1.44</span></div><div data-role="percentage-value" data-sensors-click="true" style="line-height:var(--c-line-height-heading)" class="sc-4c05d6ef-0 sc-c0738578-0 dlQYLv fwBchk"><p color="red" style="line-height:var(--c-line-height-heading)" class="sc-71024e3e-0 sc-c0738578-1 ihXFUo WssXd change-text" data-change="down" font-size="1" data-sensors-click="true"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" height="24px" width="24px" viewBox="0 0 24 24" style="height:14px;width:14px" class="sc-4c05d6ef-0 dMwnWW"><path d="M18.0566 8H5.94336C5.10459 8 4.68455 9.02183 5.27763 9.61943L11.3343 15.7222C11.7019 16.0926 12.2981 16.0926 12.6657 15.7222L18.7223 9.61943C19.3155 9.02183 18.8954 8 18.0566 8Z"></path></svg>7.16%</p></div></div></div><div class="sc-65e7f566-0 daWDgb"><img class="sc-7b3ac367-0 jUcYyN" src="https://s3.coinmarketcap.com/generated/sparklines/web/1d/2781/52.svg" alt="XRP-price-graph"/></div></div></a></div></div></div><div data-role="next-btn" class="SliderV2_arrow-next__Zg5e9"><div class="SliderV2_arrow-btn__3h0C1 arrow-btn-major"><svg viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" height="1em" width="1em" class="sc-65e7f566-0 eyXrOz c-i" loading="lazy" decode="async" priority="low"><use href="#chevronRight"></use></svg></div></div></div></div></div><div class="sc-65e7f566-0 dyAjoq"><div class="sc-65e7f566-0 fJYmEx"><span class="sc-65e7f566-0 eSPIPM crypto-dashboard-title">Crypto Dashboard</span><div class="sc-65e7f566-0 bpronZ"><div class="sc-65e7f566-0 jvXuwa"><div data-role="prev-btn" class="SliderV2_arrow-prev__qXLGo"><div class="SliderV2_arrow-btn__3h0C1 arrow-btn-major"><svg viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" height="1em" width="1em" class="sc-65e7f566-0 eyXrOz c-i" loading="lazy" decode="async" priority="low"><use href="#chevronRight"></use></svg></div></div><div data-role="content-wrapper" class="sc-65e7f566-0 hZddRt"><div class="SliderV2_scroller-viewport__edNvw scroll-card-wrapper"><div class="sc-65e7f566-0 eJFIjc scroll-card-item-wrapper"><a href="/charts/fear-and-greed-index/" class="sc-65e7f566-0 eQBACe cmc-link"><div color="text" data-sensors-click="true" class="sc-4c05d6ef-0 sc-7589ba5-0 jpNfiB iwXIFg sc-a757aad-1 eKGlVM"><div class="sc-4c05d6ef-0 sc-a757aad-0 dlQYLv jyFPVx"></div></div></a></div><div class="sc-65e7f566-0 eJFIjc scroll-card-item-wrapper"><a href="/charts/altcoin-season-index/" class="sc-65e7f566-0 eQBACe cmc-link"><div class="sc-65e7f566-0 kOrGFR"><div class="sc-65e7f566-0 jyoVBW"><h2 class="sc-65e7f566-0 cViGJO title">Altcoin Season Index</h2><div class="BasePopover_base__T5yOf popover-base"><svg viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" height="1em" width="1em" class="sc-65e7f566-0 ikzXjl c-i" loading="lazy" decode="async" priority="low"><use href="#info"></use></svg></div></div><div data-role="main-wrapper" class="sc-65e7f566-0 eeewTr"><div class="sc-65e7f566-0 kwlboC"><div class="sc-65e7f566-0 eQBACe"><span class="sc-65e7f566-0 exabdI base-text" data-role="altcoin-season-index-value">48</span><span class="sc-65e7f566-0 iMqaiG base-text"> / 100</span></div></div><div data-role="bar-wrapper" class="sc-65e7f566-0 jbaAbg"><div class="sc-65e7f566-0 cGLlcK"><span class="sc-65e7f566-0 iMqaiG base-text">Bitcoin Season</span><span class="sc-65e7f566-0 iMqaiG base-text">Altcoin Season</span></div><div style="width:100%;height:6px;display:flex;justify-content:center;align-items:center;position:relative;flex-direction:column"><div style="width:100%"></div><div style="position:relative;width:100%"><div style="height:6px;background-color:transparent;border-radius:3px;display:flex;overflow:hidden"><div style="background-color:#F68819;width:1.5px;height:100%;border-radius:3px 0 0 3px"></div><div style="background-color:#FCDBB9;width:-1.5px;height:100%;border-radius:0"></div><div style="background-color:#C1CCFD;width:-1.5px;height:100%;border-radius:0"></div><div style="background-color:#3156FA;width:1.5px;height:100%;border-radius:0 3px 3px 0"></div></div><div style="position:absolute;left:-10px;top:50%;width:20px;height:20px;background-color:var(--c-color-text-primary);border:4px solid var(--c-color-surface-1);border-radius:50%;transform:translate(-50%, -50%);z-index:10;box-shadow:0px 0.69px 1.37px rgba(88, 102, 126, 0.12), 0px 2.75px 16.47px rgba(88, 102, 126, 0.08)"></div></div></div></div></div></div></a></div><div class="sc-65e7f566-0 eJFIjc scroll-card-item-wrapper"><a href="/charts/bitcoin-dominance/" class="sc-65e7f566-0 eQBACe cmc-link"><div class="sc-65e7f566-0 kAROBV"><div class="sc-65e7f566-0 jyoVBW"><h2 class="sc-65e7f566-0 cViGJO title">Bitcoin Dominance</h2><div class="BasePopover_base__T5yOf popover-base"><svg viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" height="1em" width="1em" class="sc-65e7f566-0 ikzXjl c-i" loading="lazy" decode="async" priority="low"><use href="#info"></use></svg></div></div><div class="sc-65e7f566-0 lkYyTS"><div class="sc-65e7f566-0 hAHisx"><div class="sc-65e7f566-0 kUETfP"><div class="sc-65e7f566-0 gdCyXX"><div color="#F68819" class="sc-238ac13e-2 gysZHV"></div><span class="sc-65e7f566-0 iMqaiG base-text">Bitcoin</span></div><span class="sc-65e7f566-0 exabdI base-text">57.9<!-- -->%</span></div><div class="sc-65e7f566-0 kUETfP"><div class="sc-65e7f566-0 gdCyXX"><div color="#3861FB" class="sc-238ac13e-2 efaylN"></div><span class="sc-65e7f566-0 iMqaiG base-text">Ethereum</span></div><span class="sc-65e7f566-0 exabdI base-text">12.2<!-- -->%</span></div><div class="sc-65e7f566-0 kUETfP"><div class="sc-65e7f566-0 gdCyXX"><div color="var(--c-color-gray-300)" class="sc-238ac13e-2 bLrlBv"></div><span class="sc-65e7f566-0 iMqaiG base-text">Others</span></div><span class="sc-65e7f566-0 exabdI base-text">29.9<!-- -->%</span></div></div><div class="sc-65e7f566-0 jbaAbg"><div class="sc-238ac13e-0 fQKSFt"><div color="#F68819" width="57.9%" class="sc-238ac13e-1 dYOVWh"></div><div color="#3861FB" width="12.2%" class="sc-238ac13e-1 ckZxtb"></div><div color="var(--c-color-gray-300)" width="29.9%" class="sc-238ac13e-1 eeLClW"></div></div></div></div></div></a></div></div></div><div data-role="next-btn" class="SliderV2_arrow-next__Zg5e9"><div class="SliderV2_arrow-btn__3h0C1 arrow-btn-major"><svg viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" height="1em" width="1em" class="sc-65e7f566-0 eyXrOz c-i" loading="lazy" decode="async" priority="low"><use href="#chevronRight"></use></svg></div></div></div></div></div><div class="sc-65e7f566-0 iRDwhh"><div class="sc-65e7f566-0 sc-60fbdb3c-0 eQBACe jRJjyN"><div class="sc-65e7f566-0 dTWUvU"><span class="sc-65e7f566-0 cViGJO base-text">Crypto Market Cap</span><div class="sc-65e7f566-0 icPrSq"><div class="NewTabs_base__BXyXR NewTabs_variant-roundedsquare__fUH1Y variant-roundedsquare chart-type-tabs"><div class="NewTabs_container__oquM7" data-role="container"><div class="TabSelectedHighlightBlock_base__rzUwH TabSelectedHighlightBlock_variant-roundedsquare__lJW_C"></div><ul data-role="Tabs"><li data-role="Tab" data-index="tab-overview" class="Tab_base__W83LS Tab_selected__zLjtL Tab_valid__SOTln Tab_variant-roundedsquare__7C7kL variant-roundedsquare-tab" aria-label="Chart type: Overview"><div class="Tab_label-wrapper__AMF4F tab-inner-label" data-role="label"><div class="Tab_label__a0f_d"><b class="Tab_highlight-helper-tip__2BmMX"><h5 class="sc-65e7f566-0 kCokPO base-text">Overview</h5></b><h5 class="sc-65e7f566-0 kCokPO base-text">Overview</h5></div></div></li><li data-role="Tab" data-index="tab-breakdown" class="Tab_base__W83LS Tab_valid__SOTln Tab_variant-roundedsquare__7C7kL variant-roundedsquare-tab" aria-label="Chart type: Breakdown"><div class="Tab_label-wrapper__AMF4F tab-inner-label" data-role="label"><div class="Tab_label__a0f_d"><b class="Tab_highlight-helper-tip__2BmMX"><h5 class="sc-65e7f566-0 kCokPO base-text">Breakdown</h5></b><h5 class="sc-65e7f566-0 kCokPO base-text">Breakdown</h5></div></div></li></ul></div></div><div class="NewTabs_base__BXyXR NewTabs_variant-roundedsquare__fUH1Y variant-roundedsquare chart-timeframe-tabs"><div class="NewTabs_container__oquM7" data-role="container"><div class="TabSelectedHighlightBlock_base__rzUwH TabSelectedHighlightBlock_variant-roundedsquare__lJW_C"></div><ul data-role="Tabs"><li data-role="Tab" data-index="tab-30d" class="Tab_base__W83LS Tab_selected__zLjtL Tab_valid__SOTln Tab_variant-roundedsquare__7C7kL variant-roundedsquare-tab" aria-label="Timeframe: 30d"><div class="Tab_label-wrapper__AMF4F tab-inner-label" data-role="label"><div class="Tab_label__a0f_d"><b class="Tab_highlight-helper-tip__2BmMX"><h5 class="sc-65e7f566-0 kCokPO base-text">30d</h5></b><h5 class="sc-65e7f566-0 kCokPO base-text">30d</h5></div></div></li><li data-role="Tab" data-index="tab-1y" class="Tab_base__W83LS Tab_valid__SOTln Tab_variant-roundedsquare__7C7kL variant-roundedsquare-tab" aria-label="Timeframe: 1y"><div class="Tab_label-wrapper__AMF4F tab-inner-label" data-role="label"><div class="Tab_label__a0f_d"><b class="Tab_highlight-helper-tip__2BmMX"><h5 class="sc-65e7f566-0 kCokPO base-text">1y</h5></b><h5 class="sc-65e7f566-0 kCokPO base-text">1y</h5></div></div></li><li data-role="Tab" data-index="tab-all" class="Tab_base__W83LS Tab_valid__SOTln Tab_variant-roundedsquare__7C7kL variant-roundedsquare-tab" aria-label="Timeframe: All"><div class="Tab_label-wrapper__AMF4F tab-inner-label" data-role="label"><div class="Tab_label__a0f_d"><b class="Tab_highlight-helper-tip__2BmMX"><h5 class="sc-65e7f566-0 kCokPO base-text">All</h5></b><h5 class="sc-65e7f566-0 kCokPO base-text">All</h5></div></div></li></ul></div></div></div><div class="sc-65e7f566-0 hAHisx chart-value-content"><div class="sc-65e7f566-0 xoger"><span class="sc-65e7f566-0 iMqaiG base-text">Market Cap</span><span class="sc-65e7f566-0 hjDvLS base-text">$0.00</span></div><div class="sc-65e7f566-0 xoger"><span class="sc-65e7f566-0 iMqaiG base-text">Volume</span><span class="sc-65e7f566-0 hjDvLS base-text">$0.00</span></div></div></div><div class="sc-65e7f566-0 fvRtfE"><div class="chart-wrapper"></div><div class="sc-65e7f566-0 jAsFkt"><svg viewBox="25 25 50 50" version="1.1" xmlns="http://www.w3.org/2000/svg" height="1em" width="1em" class="sc-65e7f566-0 iBYRcx c-i loading_base__fu0Bl" loading="lazy" decode="async" priority="low"><circle cx="50" cy="50" r="20" stroke-width="5.5" fill="none" stroke="currentColor" style="animation:none"></circle></svg><div class="sc-65e7f566-0 cGiaoN"><span class="sc-65e7f566-0 cViGJO title">Loading ...</span><span class="sc-65e7f566-0 eMJbkA subTitle">This might take a few seconds.</span></div></div></div></div></div></div><div class="sc-65e7f566-0 dyAjoq"><div class="sc-65e7f566-0 iRDwhh"><div class="sc-65e7f566-0 sc-6c94bc1d-0 eQBACe eFZJNt"><div class="sc-65e7f566-0 jPDYxS"><div class="sc-65e7f566-0 jyoVBW"><h2 class="sc-65e7f566-0 cViGJO title">Crypto ETFs Net Flow</h2><div class="BasePopover_base__T5yOf popover-base"><svg viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" height="1em" width="1em" class="sc-65e7f566-0 ikzXjl c-i" loading="lazy" decode="async" priority="low"><use href="#info"></use></svg></div></div><div class="sc-65e7f566-0 hmULcK"><div class="NewTabs_base__BXyXR NewTabs_variant-roundedsquare__fUH1Y variant-roundedsquare chart-timefame-tabs"><div class="NewTabs_container__oquM7" data-role="container"><div class="TabSelectedHighlightBlock_base__rzUwH TabSelectedHighlightBlock_variant-roundedsquare__lJW_C"></div><ul data-role="Tabs"><li data-role="Tab" data-index="tab-30d" class="Tab_base__W83LS Tab_selected__zLjtL Tab_valid__SOTln Tab_variant-roundedsquare__7C7kL variant-roundedsquare-tab"><div class="Tab_label-wrapper__AMF4F tab-inner-label" data-role="label"><div class="Tab_label__a0f_d"><b class="Tab_highlight-helper-tip__2BmMX"><h5 class="sc-65e7f566-0 kCokPO base-text">30d</h5></b><h5 class="sc-65e7f566-0 kCokPO base-text">30d</h5></div></div></li><li data-role="Tab" data-index="tab-1y" class="Tab_base__W83LS Tab_valid__SOTln Tab_variant-roundedsquare__7C7kL variant-roundedsquare-tab"><div class="Tab_label-wrapper__AMF4F tab-inner-label" data-role="label"><div class="Tab_label__a0f_d"><b class="Tab_highlight-helper-tip__2BmMX"><h5 class="sc-65e7f566-0 kCokPO base-text">1y</h5></b><h5 class="sc-65e7f566-0 kCokPO base-text">1y</h5></div></div></li><li data-role="Tab" data-index="tab-all" class="Tab_base__W83LS Tab_valid__SOTln Tab_variant-roundedsquare__7C7kL variant-roundedsquare-tab"><div class="Tab_label-wrapper__AMF4F tab-inner-label" data-role="label"><div class="Tab_label__a0f_d"><b class="Tab_highlight-helper-tip__2BmMX"><h5 class="sc-65e7f566-0 kCokPO base-text">All</h5></b><h5 class="sc-65e7f566-0 kCokPO base-text">All</h5></div></div></li></ul></div></div><a class="sc-65e7f566-0 eQBACe BaseButton_base__34gwo bt-base BaseButton_t-default__8BIzz BaseButton_size-sm__oHKNE BaseButton_v-tertiary__AhlyE BaseButton_vd__gUkWt" target="_blank" href="/etf/"><div data-role="btn-content" class="sc-65e7f566-0 jpqzzO BaseButton_btnContentWrapper__vm2Ue"><div data-role="btn-content-item" class="sc-65e7f566-0 eQBACe BaseButton_labelWrapper___Wzzw">See More</div></div><div class="sc-65e7f566-0 eQBACe BaseButton_loadingIndicatorWrapper__H2_qY"><div class="sc-65e7f566-0 eQBACe BaseButton_loadingEl__txE0m"></div></div></a></div></div><div class="sc-6c94bc1d-1 hInyDI"><div>-</div><span>Invalid Date</span></div><div class="sc-65e7f566-0 fkDraO"><div class="sc-65e7f566-0 jAsFkt"><svg viewBox="25 25 50 50" version="1.1" xmlns="http://www.w3.org/2000/svg" height="1em" width="1em" class="sc-65e7f566-0 iBYRcx c-i loading_base__fu0Bl" loading="lazy" decode="async" priority="low"><circle cx="50" cy="50" r="20" stroke-width="5.5" fill="none" stroke="currentColor" style="animation:none"></circle></svg><div class="sc-65e7f566-0 cGiaoN"><span class="sc-65e7f566-0 cViGJO title">Loading ...</span><span class="sc-65e7f566-0 eMJbkA subTitle">This might take a few seconds.</span></div></div><div class="chart-wrapper"></div></div></div></div><div class="sc-65e7f566-0 bkqkzh"><div class="sc-65e7f566-0 jvXuwa"><div data-role="prev-btn" class="SliderV2_arrow-prev__qXLGo"><div class="SliderV2_arrow-btn__3h0C1 arrow-btn-major"><svg viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" height="1em" width="1em" class="sc-65e7f566-0 eyXrOz c-i" loading="lazy" decode="async" priority="low"><use href="#chevronRight"></use></svg></div></div><div data-role="content-wrapper" class="sc-65e7f566-0 hZddRt"><div class="SliderV2_scroller-viewport__edNvw scroll-card-wrapper"><div class="sc-65e7f566-0 eJFIjc scroll-card-item-wrapper"><div class="sc-65e7f566-0 frseUt"><div class="sc-65e7f566-0 jyoVBW"><h2 class="sc-65e7f566-0 cViGJO title">ETH Gas</h2><div class="BasePopover_base__T5yOf popover-base"><svg viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" height="1em" width="1em" class="sc-65e7f566-0 ikzXjl c-i" loading="lazy" decode="async" priority="low"><use href="#info"></use></svg></div></div><div class="sc-65e7f566-0 OEamQ"><div class="sc-65e7f566-0 kUETfP"><span class="sc-65e7f566-0 iMqaiG base-text">Slow</span><span class="sc-65e7f566-0 exabdI eth-gas">7.97 Gwei</span><span class="sc-65e7f566-0 iMqaiG base-text">~<!-- -->45 sec</span></div><div class="sc-65e7f566-0 kUETfP"><span class="sc-65e7f566-0 iMqaiG base-text">Standard</span><span class="sc-65e7f566-0 exabdI eth-gas">8.00 Gwei</span><span class="sc-65e7f566-0 iMqaiG base-text">~<!-- -->45 sec</span></div><div class="sc-65e7f566-0 kUETfP"><span class="sc-65e7f566-0 iMqaiG base-text">Fast</span><span class="sc-65e7f566-0 exabdI eth-gas">8.03 Gwei</span><span class="sc-65e7f566-0 iMqaiG base-text">~<!-- -->45 sec</span></div></div></div></div><div class="sc-65e7f566-0 eJFIjc scroll-card-item-wrapper"><div class="sc-65e7f566-0 fypWwE"><div class="sc-65e7f566-0 jyoVBW"><h2 class="sc-65e7f566-0 cViGJO title">Open Interest</h2><div class="BasePopover_base__T5yOf popover-base"><svg viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" height="1em" width="1em" class="sc-65e7f566-0 ikzXjl c-i" loading="lazy" decode="async" priority="low"><use href="#info"></use></svg></div></div><div class="sc-65e7f566-0 hAHisx"><div class="sc-65e7f566-0 kHjCIO"><span class="sc-65e7f566-0 iMqaiG base-text">Perpetuals</span><span class="sc-65e7f566-0 hjDvLS base-text">$416.4B</span></div><div class="sc-65e7f566-0 kHjCIO"><span class="sc-65e7f566-0 iMqaiG base-text">Futures</span><span class="sc-65e7f566-0 hjDvLS base-text">$5.34B</span></div></div></div></div><div class="sc-65e7f566-0 eJFIjc scroll-card-item-wrapper"><div class="sc-65e7f566-0 fypWwE"><div class="sc-65e7f566-0 jyoVBW"><h2 class="sc-65e7f566-0 cViGJO title">Volmex Implied Volatility</h2><div class="BasePopover_base__T5yOf popover-base"><svg viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" height="1em" width="1em" class="sc-65e7f566-0 ikzXjl c-i" loading="lazy" decode="async" priority="low"><use href="#info"></use></svg></div></div><div class="sc-65e7f566-0 hAHisx"><div class="sc-65e7f566-0 kHjCIO"><span class="sc-65e7f566-0 iMqaiG base-text">Bitcoin</span><span class="sc-65e7f566-0 hjDvLS base-text">63.77</span></div><div class="sc-65e7f566-0 kHjCIO"><span class="sc-65e7f566-0 iMqaiG base-text">Ethereum</span><span class="sc-65e7f566-0 hjDvLS base-text">75.66</span></div></div></div></div></div></div><div data-role="next-btn" class="SliderV2_arrow-next__Zg5e9"><div class="SliderV2_arrow-btn__3h0C1 arrow-btn-major"><svg viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" height="1em" width="1em" class="sc-65e7f566-0 eyXrOz c-i" loading="lazy" decode="async" priority="low"><use href="#chevronRight"></use></svg></div></div></div></div></div></div></div><div id="market-overview-faq" class="sc-65e7f566-0 dHAAZD"><h2 class="sc-65e7f566-0 geJcwa base-text">Frequently Asked Questions (FAQ)</h2><div class="sc-65e7f566-0 sc-5fd616c5-0 kbqMCE hqsuzE"><div style="display:block" class="sc-65e7f566-0 sc-5fd616c5-1 eQBACe kEKUkI useCollapse_content-wrapper__gE0_Y"><h3 class="faq-question" id="Can I access live market data through an API?"><span>Can I access live market data through an API?</span><svg viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" height="24" width="24" class="sc-65e7f566-0 buEGnt c-i" loading="lazy" decode="async" priority="low"><use href="#chevronDown"></use></svg></h3><div style="max-height:3000px" class="useCollapse_content__1JVZf faq-answer-wrapper"><div class="faq-content-wrapper"><p>Yes, you can access live global cryptocurrency market data via the CoinMarketCap API, which provides real-time metrics like total market capitalization, Bitcoin dominance, and 24-hour trading volume. You can use the /v1/global-metrics/quotes/latest API endpoint to retrieve this data.<br/><br/></p><p>API Endpoint: GET <a href="https://pro-api.coinmarketcap.com/v1/global-metrics/quotes/latest" rel="noopener nofollow" target="_blank">https://pro-api.coinmarketcap.com/v1/global-metrics/quotes/latest</a><br/><br/></p><p>Parameters:<br/><br/></p><p>• convert: (optional) Optionally calculate market quotes in up to 120 fiat or cryptocurrency symbols. Example: convert=BTC,USD.<br/>• convert<em>id: (optional) Use CoinMarketCap IDs instead of symbols for conversions. Example: convert</em>id=1,2781.<br/><br/>Response Example:<br/>{<br/> "data": {<br/> "btc_dominance": 67.0057,<br/> "eth_dominance": 9.02205,<br/> "active_cryptocurrencies": 2941,<br/> "active_exchanges": 445,<br/> "total<em>market</em>cap": 2374432083905.6846,<br/> "total<em>volume</em>24h": 262906061281.24,<br/> "last_updated": "2024-10-11T02:36:05.986Z"<br/> },<br/> "status": {<br/> "timestamp": "2024-10-11T02:36:05.986Z",<br/> "error_code": 0,<br/> "error_message": null,<br/> "elapsed": 10,<br/> "credit_count": 1<br/> }<br/>}<br/><br/></p><p>This API is available on the following plans:<br/>• Basic<br/>• Hobbyist<br/>• Startup<br/>• Standard<br/>• Professional<br/>• Enterprise<br/><br/>Explore the plans and their features on the <a href="https://coinmarketcap.com/api/pricing/" rel="noopener nofollow" target="_blank">CoinMarketCap API pricing page</a>.</p></div></div></div><div itemscope="" itemType="https://schema.org/Question" itemProp="mainEntity" style="display:block" class="sc-65e7f566-0 sc-5fd616c5-1 eQBACe kEKUkI useCollapse_content-wrapper__gE0_Y"><h3 class="faq-question" itemProp="name" id="Can I access historical market data through an API?"><span>Can I access historical market data through an API?</span><svg viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" height="24" width="24" class="sc-65e7f566-0 jpolao c-i" loading="lazy" decode="async" priority="low"><use href="#chevronDown"></use></svg></h3><div style="max-height:3000px" class="useCollapse_content__1JVZf faq-answer-wrapper" itemProp="acceptedAnswer" itemscope="" itemType="https://schema.org/Answer"><div class="faq-content-wrapper"><p>Yes, you can access historical cryptocurrency market data via the /v1/global-metrics/quotes/historical API endpoint. This allows you to retrieve past global market metrics, such as market capitalization and Bitcoin dominance, based on specified time ranges and intervals.<br/><br/></p><p>API Endpoint:GET <a href="https://pro-api.coinmarketcap.com/v1/global-metrics/quotes/historical" rel="noopener nofollow" target="_blank">https://pro-api.coinmarketcap.com/v1/global-metrics/quotes/historical</a><br/><br/></p><p>Parameters:<br/><br/>• time_start: (optional) Timestamp (Unix or ISO 8601) to start returning quotes for. Example: 2024-01-01T00:00:00Z.<br/>• time_end: (optional) Timestamp (Unix or ISO 8601) to stop returning quotes for. Example: 2024-10-01T00:00:00Z.<br/>• interval: Interval of time to return data points for. Example: 1d, hourly, weekly, monthly.<br/>• count: (optional) The number of interval periods to return results for. Example: 100.<br/>• convert: (optional) Optionally calculate market quotes in up to 3 other fiat currencies or cryptocurrencies. Example: convert=USD,EUR,BTC.<br/>• convert<em>id: (optional) Use CoinMarketCap IDs instead of symbols for conversions. Example: convert</em>id=1,2781.<br/><br/>Response Example:<br/><br/></p><p>{<br/> "data": {<br/> "quotes": [<br/> {<br/> "timestamp": "2024-01-01T00:00:00.000Z",<br/> "btc_dominance": 45.0057,<br/> "active_cryptocurrencies": 2900,<br/> "total<em>market</em>cap": 2374432083905.6846,<br/> "total<em>volume</em>24h": 262906061281.24<br/> },<br/> {<br/> "timestamp": "2024-01-02T00:00:00.000Z",<br/> "btc_dominance": 46.0028,<br/> "active_cryptocurrencies": 2950,<br/> "total<em>market</em>cap": 2385000000000,<br/> "total<em>volume</em>24h": 265000000000<br/> }<br/> ]<br/> },<br/> "status": {<br/> "timestamp": "2024-10-11T02:36:05.986Z",<br/> "error_code": 0,<br/> "error_message": null,<br/> "elapsed": 10,<br/> "credit_count": 1<br/> }<br/>}<br/><br/></p><p>This API is available on the following plans:<br/>• Basic<br/>• Hobbyist (1 month)<br/>• Startup (1 month)<br/>• Standard (3 months)<br/>• Professional (12 months)<br/>• Enterprise (Up to 6 years)<br/><br/>Explore the plans and their features on the <a href="https://coinmarketcap.com/api/pricing/" rel="noopener nofollow" target="_blank">CoinMarketCap API pricing page</a>.</p></div></div></div></div></div><div class="sc-65e7f566-0 ljiQXI"><h2 class="sc-65e7f566-0 gaUyeK base-text">CoinMarketCap Research Articles</h2><div class="sc-65e7f566-0 cGyeCA"><div class="sc-65e7f566-0 hAVTmG"><img style="width:100%;max-height:228px;border-radius:8px" src="https://s2.coinmarketcap.com/static/cloud/img/standalone-pages/market-overview/article1.png?_=fffc8c0" alt="article-img"/><div class="sc-65e7f566-0 eeewTr"><div class="sc-65e7f566-0 iCWuFN">CMC Research</div><div class="sc-65e7f566-0 idPHer">According to CMC 2024 Q3</div><div class="sc-65e7f566-0 fSNDpb">Dive into a comprehensive Q3 2024 report covering crypto market analysis, key narratives and users trends, informed by world-class crypto data and CMC users insights.</div></div><div class="sc-65e7f566-0 iODWfM"><div class="sc-65e7f566-0 eQBACe">by <!-- -->CMC Research</div><div class="sc-65e7f566-0 cQVibp"><div class="sc-65e7f566-0 eQBACe">1w<!-- --> ago</div><div class="sc-65e7f566-0 dyIOza"><svg viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" height="1em" width="1em" class="sc-65e7f566-0 FNnZX c-i" loading="lazy" decode="async" priority="low"><use href="#time"></use></svg>12m</div></div></div></div><div class="sc-65e7f566-0 hAVTmG"><img style="width:100%;max-height:228px;border-radius:8px" src="https://s2.coinmarketcap.com/static/cloud/img/standalone-pages/market-overview/article2.png?_=fffc8c0" alt="article-img"/><div class="sc-65e7f566-0 eeewTr"><div class="sc-65e7f566-0 iCWuFN">CMC Research</div><div class="sc-65e7f566-0 idPHer">According to CMC 2024 H1</div><div class="sc-65e7f566-0 fSNDpb">Dive into a comprehensive H1 2024 report covering crypto market analysis, key narratives and users trends, informed by world-class crypto data and CMC users insights.</div></div><div class="sc-65e7f566-0 iODWfM"><div class="sc-65e7f566-0 eQBACe">by <!-- -->CMC Research</div><div class="sc-65e7f566-0 cQVibp"><div class="sc-65e7f566-0 eQBACe">3mo<!-- --> ago</div><div class="sc-65e7f566-0 dyIOza"><svg viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" height="1em" width="1em" class="sc-65e7f566-0 FNnZX c-i" loading="lazy" decode="async" priority="low"><use href="#time"></use></svg>16m</div></div></div></div><div class="sc-65e7f566-0 hAVTmG"><img style="width:100%;max-height:228px;border-radius:8px" src="https://s2.coinmarketcap.com/static/cloud/img/standalone-pages/market-overview/article3.png?_=fffc8c0" alt="article-img"/><div class="sc-65e7f566-0 eeewTr"><div class="sc-65e7f566-0 iCWuFN">CMC Research</div><div class="sc-65e7f566-0 idPHer">2024 New Token Listing Analysis: Trends, Challenges, and the Altcoin Season Index</div><div class="sc-65e7f566-0 fSNDpb">We analyse the performance of the newly listed projects in 2024 on the big 4 exchanges, and what it says about the current market.</div></div><div class="sc-65e7f566-0 iODWfM"><div class="sc-65e7f566-0 eQBACe">by <!-- -->CMC Research</div><div class="sc-65e7f566-0 cQVibp"><div class="sc-65e7f566-0 eQBACe">3mo<!-- --> ago</div><div class="sc-65e7f566-0 dyIOza"><svg viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" height="1em" width="1em" class="sc-65e7f566-0 FNnZX c-i" loading="lazy" decode="async" priority="low"><use href="#time"></use></svg>5m</div></div></div></div></div></div></div></div></div></div></div></div><section data-hydration-on-demand="true" style="display:contents"></section><section data-hydration-on-demand="true" style="display:contents"><footer data-role="global-footer" class="sc-7dffd811-0 huntvy"><div data-role="global-container" class="sc-65e7f566-0 cGvUSD"><div class="FooterV2_left-section__Sy6mH"><div class="sc-7395887a-0 heMkTc cmc-logo"></div><div class="IntlControls_intl-controls__AqIGi"><button class="sc-65e7f566-0 eQBACe BaseButton_base__34gwo bt-base BaseButton_t-default__8BIzz BaseButton_size-sm__oHKNE BaseButton_v-tertiary__AhlyE BaseButton_vd__gUkWt"><div data-role="btn-content" class="sc-65e7f566-0 jpqzzO BaseButton_btnContentWrapper__vm2Ue"><div data-role="btn-content-item" class="sc-65e7f566-0 eQBACe BaseButton_labelWrapper___Wzzw"><div class="IntlControls_picker-btn__WceBv"><svg viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" height="1em" width="1em" class="sc-65e7f566-0 eyXrOz c-i" loading="lazy" decode="async" priority="low"><use href="#language"></use></svg>English</div></div></div><div class="sc-65e7f566-0 eQBACe BaseButton_loadingIndicatorWrapper__H2_qY"><div class="sc-65e7f566-0 eQBACe BaseButton_loadingEl__txE0m"></div></div></button><button class="sc-65e7f566-0 eQBACe BaseButton_base__34gwo bt-base BaseButton_t-default__8BIzz BaseButton_size-sm__oHKNE BaseButton_v-tertiary__AhlyE BaseButton_vd__gUkWt IntlControls_picker-btn__WceBv"><div data-role="btn-content" class="sc-65e7f566-0 jpqzzO BaseButton_btnContentWrapper__vm2Ue"><div data-role="btn-content-item" class="sc-65e7f566-0 eQBACe BaseButton_labelWrapper___Wzzw"><div class="IntlControls_picker-btn__WceBv"><span class="IntlControls_currency-picker-flag__3pJ1z" style="background-image:url(https://s2.coinmarketcap.com/static/cloud/img/fiat-flags/USD.svg)"></span><span>USD</span></div></div></div><div class="sc-65e7f566-0 eQBACe BaseButton_loadingIndicatorWrapper__H2_qY"><div class="sc-65e7f566-0 eQBACe BaseButton_loadingEl__txE0m"></div></div></button></div></div><div class="FooterV2_footer-navigation__b5ZHi"><div class="footer-row"><div class="sc-7dffd811-2 igTLDI footer-list-wrapper"><span>Products</span><ul><li><a target="_blank" href="https://coinmarketcap.com/product-updates/all/" rel="noopener">Product Updates</a></li><li><a target="_blank" href="https://coinmarketcap.com/events/cmc-labs/" rel="noopener">CMC Labs</a></li><li><a target="_blank" href="https://coinmarketcap.com/api/" rel="noopener">Crypto API</a></li><li><a target="_blank" href="/doodles/" class="sc-65e7f566-0 eQBACe cmc-link" rel="noopener">Doodles</a></li><li><a target="_blank" href="/sitemap/currencies/" class="sc-65e7f566-0 eQBACe cmc-link" rel="noopener">Sitemap</a></li><li><a target="_blank" href="https://coinmarketcap.com/events/advertise/" class="sc-65e7f566-0 eQBACe cmc-link" rel="noopener">Advertise</a></li></ul></div><div class="sc-7dffd811-2 igTLDI footer-list-wrapper"><span>Company</span><ul><li><a target="_blank" href="/about/" class="sc-65e7f566-0 eQBACe cmc-link">About us</a></li><li><a target="_blank" href="/terms/" class="sc-65e7f566-0 eQBACe cmc-link">Terms of use</a></li><li><a target="_blank" href="/privacy/" class="sc-65e7f566-0 eQBACe cmc-link">Privacy Policy</a></li><li><a>Cookie preferences</a></li><li><a target="_blank" href="/cookie-policy/" class="sc-65e7f566-0 eQBACe cmc-link">Cookie policy</a></li><li><a target="_blank" href="https://support.coinmarketcap.com/hc/en-us/articles/4412939497755/" class="sc-65e7f566-0 eQBACe cmc-link">Community Rules</a></li><li><a target="_blank" href="/disclaimer/" class="sc-65e7f566-0 eQBACe cmc-link">Disclaimer</a></li><li><a target="_blank" href="/methodology/" class="sc-65e7f566-0 eQBACe cmc-link">Methodology</a></li><li><a target="_blank" href="/jobs/" rel="noopener">Careers</a><span data-role="hiriing-text" class="tips">We’re hiring!</span></li></ul></div></div><div class="footer-row"><div class="sc-7dffd811-2 igTLDI footer-list-wrapper"><span>Support</span><ul><li><a target="_blank" href="https://support.coinmarketcap.com/hc/en-us/requests/new?ticket_form_id=360000493112" rel="noopener">Get Listed</a></li><li><a target="_blank" href="/request/" rel="noopener">Request Form</a></li><li><a target="_blank" href="https://support-chat.coinmarketcap.com/">Contact Support</a></li><li><a target="_blank" href="/faq/" class="sc-65e7f566-0 eQBACe cmc-link">FAQ</a></li><li><a target="_blank" href="https://coinmarketcap.com/academy/glossary" rel="noopener">Glossary</a></li></ul></div><div class="sc-7dffd811-2 igTLDI footer-list-wrapper"><span>Socials</span><ul><li><a target="_blank" href="https://twitter.com/CoinMarketCap" rel="noopener">X (Twitter)</a></li><li><a target="_blank" href="https://coinmarketcap.com/community/profile/CoinMarketCap/" rel="noopener">Community</a></li><li><a target="_blank" href="https://t.me/CoinMarketCapAnnouncements" rel="noopener">Telegram</a></li><li><a target="_blank" href="https://www.instagram.com/coinmarketcap/" rel="noopener">Instagram</a></li><li><a target="_blank" href="https://www.facebook.com/CoinMarketCap" rel="noopener">Facebook</a></li><li><a target="_blank" href="https://www.reddit.com/r/CoinMarketCap/" rel="noopener">Reddit</a></li><li><a target="_blank" href="https://www.linkedin.com/company/coinmarketcap/" rel="noopener">LinkedIn</a></li></ul></div></div></div><div class="footer-meta"><div class="sc-7dffd811-1 iLSBcc">© 2024 CoinMarketCap. All rights reserved</div><div class="sc-786cbe11-0 dHhLhF"><a target="_blank" href="https://itunes.apple.com/app/coinmarketcap/id1282107098/?ls=1&mt=8" class="sc-65e7f566-0 eQBACe cmc-app-store-badge cmc-link"><div> </div></a><a target="_blank" href="https://play.google.com/store/apps/details/?id=com.coinmarketcap.android&hl=en_US" class="sc-65e7f566-0 eQBACe cmc-app-store-badge cmc-link"><div> </div></a></div></div></div></footer></section><section data-hydration-on-demand="true" style="display:contents"></section><section data-hydration-on-demand="true" style="display:contents"></section></div></div><script id="__NEXT_DATA__" type="application/json" crossorigin="anonymous">{"props":{"initialI18nStore":{"en":{"sheet_common":{"dexscantrending_seo_h1_web":"Trending DEX Pairs","dexscantrending_seo_h1tooltip_web":"Pairs that have performed based on price, volume changes and user popularity in the last 24 hours.","dexscanlosers_seo-meta_desc_web":"See the biggest losers and fastest moving DEX pairs in the world. This list is updated hourly to show the biggest losers in the previous 24 hours.","dexscantrending_seo_h1tooltip_new_web":"Pairs that have performed well based on price, volume changes and user popularity in the last 24 hours.","commonheader_fear\u0026greed_web":"Fear \u0026 Greed: {{score}}","homepage_fear\u0026greed_web":"Fear \u0026 Greed","search_crypto_web":"Crypto assets","search_dex_web":"DEX pairs","search_nft_web":"NFTs","search_dexnote_web":"\u003citalic\u003eNote: Anyone can list assets on DEXs, please DYOR.\u003c/italic\u003e","search_defaultholder_web":"Search for a token, exchange or NFT","unknow_error_msg_web":"An unknown error has occurred","verification_link_expired_web":"This verification link has expired","email_updatesuccess_web":"Your new e-mail address has been saved","verification_link_expired_resent_web":"This verification link has expired; a new one has been sent to your inbox.","validation_link_activated_web":"This verification link has already been used","verification_link_invalid_web":"Invalid verification link, please check again.","email_verifiedsuccess_web":"Your e-mail address has been verified, please continue to log in.","invalid_login_state_web":"Invalid login state","auth_cancelled_web":"Authorization canceled","oauth_failed_web":"Failed to login with OAuth","account_banned_web":"This account has been banned and can no longer publish new posts.","watchlist_type_coins_web":"Coins","watchlist_type_pairs_web":"DEX pairs","watchlist_type_nft_web":"NFTs","watchlist_addasset_cta_web":"New asset","tvl_seo_h1_web":"Largest Blockchains in Crypto Ranked by TVL","tvl_seo_desc_web":"Listed below are the stats for varieties of blockchains with TVL and total protocol numbers. We list the data by TVL in descending order.","tvl_chart_title_web":"Total TVL\t","tvl_pie_title_web":"TVL by Chains","tvl_seo-meta_desc_web":"Discover the biggest blockchains in crypto ranked by the total value locked of tokens and assets. Includes the total number of protocols and the latest movements in total valuation.\t","tvl_protocol_web":"Protocols","tvl_pie_metric1_web":"Ethereum","tvl_pie_metric2_web":"Tron","tvl_pie_metric3_web":"Others","tvl_pie_metric4_web":"BSC","tvl_pie_metric5_web":"Arbitrum","tvl_pie_metric6_web":"Polygon","tvl_pie_metric7_web":"Optimism","tvl_pie_metric8_web":"Avalanche","tvl_pie_metric9_web":"Solana","tvl_pie_metric10_web":"Mixin","tvl_table1dchange_web":"1d change (TVL)","tvl_table1wchange_web":"1w change (TVL)","tvl_table1mchange_web":"1m change (TVL)","tvl_tabletvl_web":"TVL","tvl_tablemcap_web":"Mcap","tvl_tablemcaptvl_web":"Mcap/TVL","keep_me_updated_by_email_web":"Please keep me updated by email with the latest crypto news, research findings, reward programs, event updates, coin listings and more information from CoinMarketCap.","search_price_not_tracked_web":"Price not tracked","cryptocurrency_standalone_web":"Cryptocurrency","exchange_standalone_web":"Exchange","popup_calltoaction_web":"Continue in app","popup_altaction_web":"Maybe later","popup_closingcountdown_web":"Closing in {{number}}s","token_unlocks_web":"Token unlocks","popup_description_web":"Personalize your watchlist and portfolio, set custom price alerts, and keep up with trends and breaking news.","getlisted_button_web":"Get listed","api_button_web":"API","popup_ucid_tooltip_1_web":"The Unified Cryptoasset ID (UCID) assigns a unique ID to each cryptoasset to minimize any confusion that may arise from assets that share identical tickers/symbols. The goal is to build a unified registry so as to work towards harmonized API standards and interoperability within this space.","popup_ucid_tooltip_2_web":"The UCID is equivalent to the CoinMarketCap ID in our API.","popup_ucid_tooltip_3_web":"More info about UCID","popup_ucid_tooltip_4_web":"More about the CoinMarketCap API","footer_cookie_policy_web":"Cookie policy","crypto_funds_header_web":"Bitcoin ETFs","access_data_via_api":"Access data via API","api_pageupdate_dropdown_web":"Page updates","now_web":"Now","spotlight_pill":"Spotlight","gainers_losers_pill":"Gainers \u0026 Losers","trending_pill":"Trending","most_visited_pill":"Most Visited","recently_added_pill":"Recently Added","hot_dex_pairs_pill":"Hot DEX Pairs","leaderboards_pill":"Leaderboards","clearselection_web":"Clear Selection","visit_diamonds":"Visit Diamonds","confidence_high_web":"High","confidence_moderate_web":"Moderate","confidence_low_web":"Low","cirsup_tooltip_web":"The amount of coins that are circulating in the market and are in public hands. It is analogous to the flowing shares in the stock market.","vol_variable_tooltip_hours_web":"A measure of how much of a cryptocurrency was traded in the last {{number}} hours.","vol_variable_tooltip_days_web":"A measure of how much of a cryptocurrency was traded in the last {{number}} days.","advertisements":"Advertisements","product_updates":"Product Updates","community_lives_upcoming_web":"Upcoming Lives","community_irrelevant_comments_web":"Irrelevant comments will be hidden. Click \"More Replies\" to view further comments.","community_show_more_replies_web":"Show more replies","community_most_relevant_web":"Most relevant","community_newest_web":"Newest","community_set_reminder_web":"Set reminder","community_share_twitter_web":"Share to Twitter","community_copy_link_web":"Copy link","community_notinterested_web":"I'm not interested in this post","community_report_post_web":"Report post","community_report_user_web":"Report @{{username}}","community_block_user_web":"Block @{{username}}","community_type_response_web":"Type your response here","marketing_consent_update":"Get CoinMarketCap updates on news, rewards, listings, and more in your inbox.","etfpage_main_navbar":"ETFs","exchange_tab_dex_spot_web":"DEX (spot)","exchange_tab_dex_derivatives_web":"DEX (derivatives)","navbar_centralized_exchanges_web":"Centralized Exchanges","navbar_decentralized_exchanges_web":"Decentralized Exchanges","navbar_newsletter":"Newsletter","upcoming_pill":"Upcoming","more_info_standalone_web":"More Information","trending_coins_standalone_web":"Trending Coins","total_standalone_web":"Total","breakdown_standalone_web":"Breakdown","clear_standalone_web":"Clear","mcap_short_web":"MCap","vol_24h_short_web":"Vol(24h)","liq_short_web":"Liq","search_dexnote_short_web":"Anyone can list assets on DEXes. DYOR.","trending_dexscan_web":"Trending on DexScan","trending_crypto_web":"Trending Crypto","trending_nft_web":"Trending NFTs","cdp_tooltip_rehypothecated_crypto_web":"This rank is for rehypothecated crypto (e.g. staked, restaked, or wrapped).","self_reported_mcap_tooltip_web":"CoinMarketCap has not verified the project's market cap. However, according to the project, its self-reported circulating supply is {{selfReportedCirculatingSupply}} {{symbol}} with a self-reported market cap of {{selfReportedMarketCap}}.","open_app_web":"Open App","etfpage_main_navbar_updated":"Crypto ETFs","yieldpage_main_navbar":"Yields","rankings_main_navbar":"Rankings","yield_page_immediate":"Immediate","yield_page_hourly":"Hourly","yield_page_daily":"Daily","yield_page_weekly":"Weekly","yield_page_monthly":"Monthly","yield_page_month":"month","yield_page_months":"months","yield_page_day":"day","yield_page_days":"days","yield_page_hourly_uncapitalised":"hourly","yield_page_hours":"hours","yield_page_minute":"minute","yield_page_minutes":"minutes","yield_page_second":"second","yield_page_seconds":"seconds","loading_error_refresh_web":"There was a problem loading the data, please try to \u003c1\u003erefresh\u003c/1\u003e the page","common_market_cap":"Market Cap","common_volume":"Volume","common_30d":"30d","common_1y":"1y","common_all":"All","common_slow":"Slow","common_standard":"Standard","common_fast":"Fast","common_others":"Others","common_gas_fee":"{{gas}} Gwei","common_gas_time":"{{time}} sec","ad":"Ad","get_started_web":"Get Started","dark_theme_web":"Dark Theme","sign_up_web":"Sign Up","related_articles":"Related Articles","frequently_asked_questions":"Frequently Asked Questions (FAQ)","chart_loading_data_title":"Loading Data","chart_loading_data_description":"Please wait a moment.","community_sentiment_pill":"Community Sentiment","community_sentiment_page_title":"Crypto Community Sentiment","community_sentiment_page_description":"Cryptocurrencies with the most bullish or bearish takes in the CoinMarketCap community. Community market sentiment is measured by tallying bullish and bearish votes from users on CoinMarketCap.","community_sentiment_most_bullish_sentiment":"Most Bullish Sentiment","community_sentiment_most_bearish_sentiment":"Most Bearish Sentiment","community_sentiment_daily_bullish_trending":"Daily Bullish Trending","community_sentiment_daily_bearish_trending":"Daily Bearish Trending","community_sentiment_most_votes":"Most Votes","community_sentiment_col_bullish":"Bullish","community_sentiment_col_bearish":"Bearish","community_sentiment_col_vote":"Vote","community_sentiment_col_number_votes":"# of Votes","community_sentiment_daily_bullish_trending_info":"Highest bullish daily change in Community Sentiment. Minimum of 100 votes required across both days to qualify.","community_sentiment_daily_bearish_trending_info":"Highest bearish daily change in Community Sentiment. Minimum of 100 votes required across both days to qualify.","recent_searches_web":"Recent Searches","market_overview_main_navbar":"Market Overview","see_more":"See More","dexscan_chain_web":"Chain"},"sheet_EFT list":{"eftpage_h1_web":"Bitcoin ETF Tracker","eftpage_h1_description_web":"Listed below are index funds, mutual funds, ETFs (exchange-traded funds) and hedge funds invested in Bitcoin. Some crypto funds are single asset - such as Bitcoin - while others hold a wider range of underlying investments or use more complex strategies.","eftpage_metatitle_web":"Bitcoin ETF, Cryptocurrency funds data","eftpage_metadescription_web":"Discover the most important Bitcoin ETFs and other cryptocurrency funds. Including ETFs, mutual funds, index funds and hedge funds. Track the approval status of Bitcoin ETFs from around the world.","eftpage_name_web":"Name","eftpage_ticker_web":"Ticker","eftpage_isin_web":"ISIN","eftpage_isin_tooltip_web":"International Securities Identification Number, a unique code that identifies a specific security across all markets globally.","eftpage_replication_web":"Replication","eftpage_type_web":"Type","eftpage_location_web":"Location","eftpage_market_web":"Market","eftpage_issuer_web":"Issuer","eftpage_cryptoassets_web":"Cryptoassets","eftpage_currency_web":"Currency","eftpage_status_web":"Status","eftpage_price_web":"Price","eftpage_ter_web":"TER","eftpage_ter_tooltip_web":"Total Expense Ratio, a measure of the fund's total costs as a percentage of its total assets, encompassing all management fees and operational expenses.","eftpage_aum_web":"AUM","eftpage_aum_tooltip_web":"Assets Under Management, the total market value of all the financial assets that the fund holds in its portfolio.","eftpage_launchdate_web":"Launch date","eftpage_futures_web":"Futures","eftpage_spot_web":"Spot","eftpage_mixed_web":"Mixed","eftpage_approved_web":"Approved","eftpage_pending_web":"Pending","eftpage_untracked_web":"Untracked","eftpage_stock_web":"Stocks","eftpage_gold_web":"Gold","etfpage_share":"Share","etfpage_us_markets_open":"US markets open","etfpage_us_markets_close":"US markets close","etfpage_last_update":"Last update: {{date}}","etfpage_total_aum":"Total AUM","etfpage_total_net_flow":"Total Net Flow (24h)","etfpage_inflow_outflow_by_top_funds":"Inflow/Outflow by Top Funds","etfpage_7d":"7d","etfpage_30d":"30d","etfpage_1y":"1y","etfpage_all":"All","etfpage_fund_name":"Fund name","etfpage_24_net_flow":"24h Net Flow","etfpage_24h_volume":"24h Volume","etfpage_market_cap":"Market Cap","etfpage_premium":"Premium","etfpage_custodian":"Custodian","etfpage_running":"Running","etfpage_united_states":"United States","etfpage_bitcoin_etf_news":"Bitcoin ETF News","etfpage_see_more":"See More","etfpage_fee":"fee","etfpage_fee_waiver":"fee waiver","etfpage_net_fee":"net fee","etfpage_premium_tooltip":"The percentage by which an ETF's share price on the market exceeds its net asset value (NAV), reflecting investor demand relative to the fund's actual asset value.","etfpage_custodian_tooltip":"The financial institution responsible for safeguarding the Bitcoin or crypto asset(s) held by the exchange-traded fund to ensure their security and compliance.","etfpage_volume":"Volume","etfpage_total_net_flow_updated":"Total Net Flow","etfpage_top_nav_all_etfs":"All ETFs","etfpage_top_nav_bitcoin_etfs":"Bitcoin ETFs","etfpage_top_nav_ethereum_etfs":"Ethereum ETFs","eftpage_all_etf_h1_web":"Cryptocurrency ETF Tracker","eftpage_ethereum_etf_h1_web":"Ethereum ETF Tracker","eftpage_all_etf_h1_description_web":"Listed below are index funds, mutual funds, ETFs (exchange-traded funds) and hedge funds invested in Bitcoin and/or Ethereum. Some crypto funds are single asset - such as Bitcoin - while others hold a wider range of underlying investments or use more complex strategies.","eftpage_ethereum_etf_h1_description_web":"Listed below are index funds, mutual funds, ETFs (exchange-traded funds) and hedge funds invested in Ethereum. Some crypto funds are single asset - such as Ethereum - while others hold a wider range of underlying investments or use more complex strategies.","eftpage_all_etf_metatitle_web":"Bitcoin and Ethereum ETFs, Cryptocurrency funds data","eftpage_ethereum_etf_metatitle_web":"Ethereum ETFs, Cryptocurrency funds data","eftpage_all_etf_metadescription_web":"Discover the most important Bitcoin and Ethereum ETFs and other cryptocurrency funds. Including ETFs, mutual funds, index funds and hedge funds. Track the approval status of Bitcoin and Ethereum ETFs from around the world.","eftpage_ethereum_etf_metadescription_web":"Discover the most important Ethereum ETFs and other cryptocurrency funds. Including ETFs, mutual funds, index funds and hedge funds. Track the approval status of Ethereum ETFs from around the world.","etfpage_etf_news":"ETF News","etfpage_ethereum_etf_news":"Ethereum ETF News"},"sheet_Standalone data pages":{"fear_and_greed_seo_title":"Crypto Fear and Greed Index | CoinMarketCap","fear_and_greed_seo_description":"Discover the CMC Fear and Greed Index, a powerful tool that analyzes market sentiment to help you make informed crypto investment decisions.Stay ahead of market trends with real-time and historical data available through our easy-to-use API.","fear_and_greed_header":"CMC Crypto Fear and Greed Index","fear_and_greed_description":"Discover our Fear and Greed Index, a powerful tool that analyzes market sentiment to help you make informed crypto investment decisions. Stay ahead of market trends with real-time and historical data available through our easy-to-use API.","fear_and_greed_data_call_to_action":"See API Details","fear_and_greed_dial_card_title":"CMC Fear and Greed","fear_and_greed_historical_value_card_title":"Historical Values","fear_and_greed_value_now":"Now","fear_and_greed_value_yesterday":"Yesterday","fear_and_greed_value_last_week":"Last Week","fear_and_greed_value_last_month":"Last Month","fear_and_greed_extreme_greed_pill_updated":"Extreme Greed - {{value}}","fear_and_greed_greed_pill_updated":"Greed - {{value}}","fear_and_greed_neutral_pill_updated":"Neutral - {{value}}","fear_and_greed_fear_pill_updated":"Fear - {{value}}","fear_and_greed_extreme_fear_pill_updated":"Extreme Fear - {{value}}","fear_and_greed_yearly_high_and_low":"Yearly High and Low","fear_and_greed_yearly_high":"Yearly High","fear_and_greed_yearly_low":"Yearly Low","fear_and_greed_chart_header":"Fear and Greed Index Chart","fear_and_greed_chart_fear_and_greed_legend":"CMC Crypto Fear and Greed Index","fear_and_greed_chart_bitcoin_price_legend":"Bitcoin Price","fear_and_greed_chart_bitcoin_volume_legend":"Bitcoin Volume","fear_and_greed_chart_30d":"30d","fear_and_greed_chart_1y":"1y","fear_and_greed_chart_all":"All","fear_and_greed_chart_extreme_greed":"Extreme Greed","fear_and_greed_chart_greed":"Greed","fear_and_greed_chart_neutral":"Neutral","fear_and_greed_chart_fear":"Fear","fear_and_greed_chart_extreme_fear":"Extreme Fear","fear_and_greed_about_title":"About CMC Crypto Fear and Greed Index","fear_and_greed_articles_title":"CMC Crypto Fear and Greed Index Articles","fear_and_greed_card_extreme_greed":"Extreme Greed","fear_and_greed_card_greed":"Greed","fear_and_greed_card_neutral":"Neutral","fear_and_greed_card_fear":"Fear","fear_and_greed_card_extreme_fear":"Extreme Fear","fear_and_greed_data_question":"Do you want this data for your project?","fear_and_greed_chart_1m":"1m","crypto_market_overview_seo_title":"Live Cryptocurrency Charts \u0026 Market Data | CoinMarketCap","crypto_market_overview_seo_description":"Stay updated on the latest cryptocurrency market trends, including Bitcoin dominance, altcoin season, ETF net flows, and real-time market sentiment, all conveniently accessible in one place on CoinMarketCap.","crypto_market_overview_title":"Crypto Market Overview","crypto_market_overview_description":"Stay updated on the latest cryptocurrency market trends, including Bitcoin dominance, altcoin season, ETF net flows, and real-time market sentiment, all conveniently accessible in one place on CoinMarketCap.","crypto_market_overview_api_detail":"See API Details","crypto_market_overview_altcoin_season_index":"Altcoin Season Index","crypto_market_overview_bitcoin_season":"Bitcoin Season","crypto_market_overview_altcoin_season":"Altcoin Season","crypto_market_overview_bitcoin_dominance":"Bitcoin Dominance","crypto_market_overview_crypto_market_cap":"Crypto Market Cap","crypto_market_overview_sma":"{{days}} SMA","crypto_market_overview_open_interest":"Open Interest","crypto_market_overview_open_interest_perpetuals":"Perpetuals","crypto_market_overview_open_interest_futures":"Futures","crypto_market_overview_volmex_implied_volatility_btc_and_eth":"Volmex Implied Volatility","crypto_market_overview_overview":"Overview","crypto_market_overview_breakdown":"Breakdown","crypto_market_overview_fear_and_greed_tooltip":"When the value is closer to 0, the market is in Extreme Fear, and investors have over-sold irrationally. When the value is closer to 100, the market is in Extreme Greed, indicating a likely market correction.\n\nCoinMarketCap uses the price and trading data of the most popular crypto coins, together with our unique user behaviour data to provide an accurate view of the current crypto market sentiment.","crypto_market_overview_altcoin_season_index_tooltip":"The index uses the top 100 coins ranked on CMC (excluding stablecoins and wrapped tokens) and compares them based on their rolling 90-day price performances.If 75% of the top 100 coins outperform Bitcoin in the last 90 days, it's Altcoin Season. If only 25% or fewer outperform Bitcoin, it's Bitcoin Season. This calculated number is scaled from 1 to 100 and refreshed on a daily basis.","crypto_market_overview_bitcoin_dominance_updated_tooltip":"Bitcoin (BTC) dominance is a metric used to measure the relative market share or dominance of Bitcoin in the overall cryptocurrency market. It represents the percentage of Bitcoin's total market capitalization compared to the total market capitalization of all cryptocurrencies combined. Since Bitcoin was the first asset, it has remained the largest by market cap, which is why its dominance in the market is a number that many people follow. We describe the assets tracked in this chart as cryptoassets because it includes tokens and stablecoins, not just cryptocurrencies. A list of [decentralized exchange pairs](https://coinmarketcap.com/hot-dex-pairs/) can be found elsewhere.","crypto_market_overview_ETFs_net_flow_tooltip":"Crypto ETFs Net Flow represents the net capital inflows and outflows for cryptocurrency Exchange-Traded Funds (ETFs) over a specific period. Positive net flow indicates more funds are entering the ETFs, suggesting increased investor interest, while negative net flow reflects outflows, indicating reduced demand or profit-taking. This metric provides insights into institutional and retail investment trends in the crypto market.","crypto_market_overview_eth_gas_tooltip":"Powered by Etherscan","crypto_market_overview_open_interest_tooltip":"Open interest (Ol) is the total value of outstanding derivative crypto contracts that have not been settled yet. These derivative contracts could include perpetual contracts, futures contracts, options contracts, or other types of financial instruments that derive their value from an underlying cryptocurrency, such as Bitcoin or Ethereum.","crypto_market_overview_volmex_implied_volatility":"Measure of the 30-day expected future volatility of Bitcoin/Ethereum.","crypto_market_overview_coinmarketcap_research_articles":"CoinMarketCap Research Articles","crypto_market_overview_eth_gas_title":"ETH Gas","crypto_market_overview_crypto_net_flow_title":"Crypto ETFs Net Flow","market_overview_side_navigation":"Market Overview","fear_and_greed_index_side_navigation":"Fear and Greed Index","altcoin_season_seo_title":"Crypto Altcoin Season Index | CoinMarketCap","altcoin_season_seo_description":"The CMC Altcoin Season Index page provides real-time insights into whether the cryptocurrency market is currently in Altcoin Season, based on the performance of the top 100 altcoins relative to Bitcoin over the past 90 days, with detailed charts and metrics for tracking market trends and altcoin dominance.","altcoin_season_header":"CMC Altcoin Season Index","altcoin_season_description":"The CMC Altcoin Season Index page provides real-time insights into whether the cryptocurrency market is currently in Altcoin Season, based on the performance of the top 100 altcoins relative to Bitcoin over the past 90 days, with detailed charts and metrics for tracking market trends and altcoin dominance.","altcoin_season_call_to_action":"See API Details","altcoin_season_altcoin_season_index_card_title":"Altcoin Season Index","altcoin_season_bitcoin_season_label":"Bitcoin Season","altcoin_season_altcoin_season_label":"Altcoin Season","altcoin_season_historical_values_title":"Historical Values","altcoin_season_yesterday_sub_title":"Yesterday","altcoin_season_last_week_sub_title":"Last Week","altcoin_season_last_month_sub_title":"Last Month","altcoin_season_altcoin_season_value":"Altcoin Season - {{value}}","altcoin_season_bitcoin_season_value":"Bitcoin Season - {{value}}","altcoin_season_no_data":"No data","altcoin_season_yearly_high_and_low_title":"Yearly High and Low","altcoin_season_yearly_high_subtitle":"Yearly High","altcoin_season_yearly_low_subtitle":"Yearly Low","altcoin_season_altcoin_season_index_chart_title":"Altcoin Season Index Chart","altcoin_season_altcoin_season_label_for_chart":"Altcoin Season Index","altcoin_season_altcoin_market_cap_label_for_chart":"Altcoin Market Cap","altcoin_season_altcoin_season_label_in_chart":"Altcoin Season","altcoin_season_bitcoin_season_label_in_chart":"Bitcoin Season","altcoin_season_top_100_coins_performance_over_90_days_title":"Top 100 Coins Performance Over 90 Days","altcoin_season_about_title":"About CMC Altcoin Season Index","altcoin_season_articles_title":"Altcoin Season Index Articles","altcoin_season_index_side_navigation":"Altcoin Season Index","bitcoin_dominance_seo_title":"Bitcoin Dominance | CoinMarketCap","bitcoin_dominance_seo_description":"Bitcoin (BTC) dominance is a metric used to measure the relative market share or dominance of Bitcoin in the overall cryptocurrency sector. It represents the percentage of Bitcoin's total market capitalization compared to the total market capitalization of all cryptocurrencies combined.","bitcoin_dominance_header":"Bitcoin Dominance","bitcoin_dominance_description":"Bitcoin (BTC) dominance is a metric used to measure the relative market share or dominance of Bitcoin in the overall cryptocurrency sector. It represents the percentage of Bitcoin's total market capitalization compared to the total market capitalization of all cryptocurrencies combined.","bitcoin_dominance_side_navigation":"Bitcoin Dominance","bitcoin_dominance_card_title_bitcoin_dominance":"Bitcoin Dominance","bitcoin_dominance_card_body_bitcoin":"Bitcoin","bitcoin_dominance_card_body_ethereum":"Ethereum","bitcoin_dominance_card_body_others":"Others","bitcoin_dominance_card_title_historical_values":"Historical Values","bitcoin_dominance_value_yesterday":"Yesterday","bitcoin_dominance_value_last_week":"Last Week","bitcoin_dominance_value_last_month":"Last Month","bitcoin_dominance_card_title_yearly_performance":"Yearly High and Low","bitcoin_dominance_card_body_yearly_high":"Yearly High","bitcoin_dominance_card_body_yearly_low":"Yearly Low","bitcoin_dominance_card_title_bitcoin_dominance_chart":"Bitcoin Dominance Chart","bitcoin_dominance_chart_selector_bitcoin":"Bitcoin Dominance","bitcoin_dominance_chart_selector_top_coins":"Top Coins","bitcoin_dominance_section_title_about_bitcoin_dominance":"About Bitcoin Dominance","bitcoin_dominance_section_title_bitcoin_dominance_articles":"Bitcoin Dominance Articles"},"sheet_Cryptocurrencies":{"cryptos_bitcoin":"Bitcoin","cryptos_ethereum":"Ethereum","cryptos_tether":"Tether","cryptos_bnb":"BNB","cryptos_solana":"Solana","cryptos_xrp":"XRP","cryptos_usd-coin":"USDC","cryptos_cardano":"Cardano","cryptos_avalanche":"Avalanche","cryptos_dogecoin":"Dogecoin","cryptos_tron":"TRON","cryptos_chainlink":"Chainlink","cryptos_polkadot-new":"Polkadot","cryptos_polygon":"Polygon","cryptos_toncoin":"Toncoin","cryptos_uniswap":"Uniswap","cryptos_shiba-inu":"Shiba Inu","cryptos_internet-computer":"Internet Computer","cryptos_bitcoin-cash":"Bitcoin Cash","cryptos_litecoin":"Litecoin"},"common":{"{{fraction}} voted Fact":"{{fraction}} voted FactSending","Join in or follow along in the {{name}} airdrop. Includes full airdrop details for the {{name}} project.":"Join in or follow along in the {{name}} airdrop. Join in or follow along in the {{name}} airdrop.","Disclaimer: This page may contain affiliate links. CoinMarketCap may be compensated if you visit any affiliate links and you take certain actions such as signing up and transacting with these affiliate platforms. Please refer to \u003ca\u003eAffiliate Disclosure\u003c/a\u003e.":"Disclaimer: This page may contain affiliate links. CoinMarketCap may be compensated if you visit any affiliate links and you take certain actions such as signing up and transacting with these affiliate platforms. Please refer to \u003ca\u003eAffiliate Disclosure\u003c/a\u003e","{{symbol}} to {{currency}} Converter":"{{symbol}} to {{currency}} converter","Our converter updates in real time giving you accurate data every time you use it to make a conversion.":"Our converter updates in real time, giving you accurate price data every time you use it to make a conversion.","Liquidity Score":"Liquidity score","The amount of coins that have been already created, minus any coins that have been burned. It is analogous to the outstanding shares in the stock market.":"The amount of coins that have been already created, minus any coins that have been burned. It is comparable to outstanding shares in the stock market.","Discover the biggest blockchains in crypto ranked by the total value locked of tokens and assets. Includes the total number of protocols and the latest movements in total valuation.":"Discover the biggest blockchains in crypto ranked by the total value locked of tokens and assets. Includes the total number of protocols and the latest movements in total valuation.","1d change(TVL)":"1d change (TVL)","Open App":"Open","or download and install:":"Scan this QR code using your phone camera","Dex Pairs":"DEX Pairs","Contact Us":"Contact us","Wallet disconnected successfully!":"Disconnect Wallet","Email verification expired. Please verify your email again.":"Email verification expired. Email verification expired."},"charts-page":{},"sheet_ChartsPage":{"chart_category_cryptocurrency_market_web":"Cryptocurrency market","chart_category_derivatives_web":"Derivatives","chart_name_market_cap_web":"Market cap ","chart_name_volume_24h_web":"Volume (24h)","chart_name_bitcoin_dominance_web":"Bitcoin dominance","chart_name_fear_and_greed_index_web":"CMC Crypto Fear \u0026 Greed Index","chart_name_open_interest_web":"Open interest","chart_name_bitcoin_options_volatility_web":"Bitcoin options volatility","chart_name_ethereum_options_volatility_web":"Ethereum options volatility","chart_navbar_item_faq_web":"Frequently Asked Questions (FAQ)","chart_tooltip_market_cap_web":"Total market value of the circulating supply of all cryptocurrencies, including stablecoins and tokens.","chart_tooltip_volume_24h_web":"Overall 24 hour spot trading volume of all cryptocurrencies, including stablecoins and tokens.","chart_tooltip_bitcoin_dominance_web":"Bitcoin's total market capitalization compared to the total market capitalization of all cryptocurrencies combined.","chart_tooltip_fear_and_greed_index_web":"When the value is closer to 0, the market is in Extreme Fear, and investors have over-sold irrationally.\u003cbr\u003e\u003c/br\u003e\u003cbr\u003e\u003c/br\u003eWhen the value is closer to 100, the market is in Extreme Greed, indicating a likely market correction.\u003cbr\u003e\u003c/br\u003e\u003cbr\u003e\u003c/br\u003eCoinMarketCap uses the price and trading data of the most popular crypto coins, together with our unique user behaviour data to present a more accurate crypto market sentiment.","chart_tooltip_open_interest_web":"Total value of outstanding derivative crypto contracts that have not been settled yet.","chart_tooltip_bitcoin_options_volatility_web":"Measure of the expected future volatility of Bitcoin.","chart_tooltip_ethereum_options_volatility_web":"Measure of the expected future volatility of Ethereum.","chart_readmore_cta_web":"Read more","chart_dropdown_allcoins_web":"All coins","chart_dropdown_excluded_web":"{{count}} excluded","chart_dropdown_downloadchart_web":"Download chart","chart_dropdown_downloaddata_web":"Download data","chart_faq_question1_web":"What is the market capitalization for crypto?","chart_faq_answer1_web":"The total market capitalization of crypto is the real-time calculation of all coins and tokens listed by crypto price tracking websites. Assets such as NFTs and metaverse land are not currently included in the calculations of any major crypto price services.","chart_faq_question2_web":"Why is market cap important?","chart_faq_answer2_web":"The overall market cap of crypto is important for investors to understand the general sentiment of the market, either up or down. It is also a useful way for users and investors to understand the level of growth and adoption of cryptocurrencies.","chart_faq_question3_web":"What is the volume in crypto?","chart_faq_answer3_web":"Trading volume is normally shown as two related charts. One shows the total number of transactions in a given time period, which is normally 24 hours. The other shows the total financial value of coins or tokens traded, which is normally denominated in US dollars.","chart_faq_question4_web":"Why is volume important?","chart_faq_answer4_web":"For liquid traded assets, including cryptocurrencies, volume is used as a way to help confirm trading patterns. Price movements - both up and down - that are backed by above average volume are seen as being more important and stronger signals of market sentiment.","chart_faq_question5_web":"What is Bitcoin (BTC) dominance?","chart_faq_answer5_web":"Bitcoin (BTC) dominance is a metric used to measure the relative market share or dominance of Bitcoin in the overall cryptocurrency market. It represents the percentage of Bitcoin's total market capitalization compared to the total market capitalization of all cryptocurrencies combined. Since [Bitcoin](https://coinmarketcap.com/currencies/bitcoin/) was the first asset, it has remained the largest by market cap, which is why its dominance in the market is a number that many people follow. We describe the assets tracked in this chart as cryptoassets because it includes tokens and stablecoins, not just cryptocurrencies. A list of [decentralized exchange pairs](https://coinmarketcap.com/hot-dex-pairs/) can be found elsewhere.","chart_faq_question6_web":"Why does the Bitcoin (BTC) dominance matter?","chart_faq_answer6.1_web":"The Bitcoin (BTC) dominance metric is considered important for several reasons:","chart_faq_answer6.2_web":"**Market direction indicator:** Bitcoin dominance can be used to understand market sentiment. When BTC dominance is high, it generally implies that investors are more confident in Bitcoin relative to other cryptocurrencies. This can be during times of market uncertainty or volatility, when investors may see Bitcoin as a 'safer' bet because of its larger size and more established reputation. Conversely, when BTC dominance is low, it could mean that investors are more willing to take risks on other, potentially higher-reward cryptocurrencies.","chart_faq_answer6.3_web":"**Asset diversification:** For investors, understanding Bitcoin dominance can help guide decisions about diversifying their portfolio. If Bitcoin dominance is high, they might consider diversifying into other cryptocurrencies to reduce risk. If Bitcoin dominance is low, they might see this as an opportunity to invest in Bitcoin.","chart_faq_answer6.4_web":"**Market maturity indicator:** Bitcoin was the first cryptocurrency and for a long time, it completely dominated the market. However, as the cryptocurrency market matures, many other crypto assets have been developed with unique features and use cases. Therefore, a decline in Bitcoin dominance over time is seen by some as a sign of the cryptocurrency market becoming more mature and diverse.","chart_faq_answer6.5_web":"**Trading strategy:** Traders often look at Bitcoin dominance to decide whether to invest in Bitcoin or altcoins (all other cryptocurrencies). When Bitcoin dominance is increasing, traders might move their assets into Bitcoin expecting it to outperform altcoins. Conversely, if Bitcoin dominance is decreasing, traders might move their assets into altcoins expecting them to provide higher returns.","chart_faq_answer6.6_web":"It's worth noting, however, that while Bitcoin dominance can provide some insights, it's not a definitive guide to investment strategy or market health. The cryptocurrency market is influenced by many complex factors, and Bitcoin dominance is just one part of the picture.","chart_faq_question7_web":"How does this index determine the fear and greed level of the market?","chart_faq_answer7.1_web":"The index uses multiple key components to provide valuable insights into market sentiment:","chart_faq_answer7.2_web":"1.Price momentum: It analyzes the price performance of the top 10 crypto coins (excluding stablecoins) by market capitalization, including BTC, ETH, XRP, BNB, and DOGE, in order to capture the trends across a broader range of assets.","chart_faq_answer7.3_web":"2.Volatility: The index incorporates the Volmex Implied Volatility Indices, BVIV and EVIV, which provide forward-looking measures of annualized expected volatility over 30 days for BTC and ETH.","chart_faq_answer7.4_web":"3.Derivatives market: The index uses Glassnode Options Open Interest Put/Call Ratio data on Bitcoin and Ethereum options contracts to indicate investor sentiment over a moderate time frame. A higher ratio of puts to calls indicates fear, suggesting bearish expectations.","chart_faq_answer7.5_web":"4.Market composition: The relative aggregate value of BTC in the market serves as a vital indicator of market sentiment. The stablecoin supply ratio (SSR) is employed for this purpose, measuring the ratio between Bitcoin's market capitalization and the total market capitalization of major stablecoins.","chart_faq_answer7.6_web":"5.CMC proprietary data: The index analyzes social trend keyword search data and user engagement metrics to gauge market sentiment, retail interest, and emerging trends. This information identifies the coins and projects generating the most interest and the themes driving market sentiment.","chart_faq_question8_web":"How can I use the CMC Crypto Fear and Greed Index?","chart_faq_answer8_web":"The fear \u0026 greed index is utilized to assess the mood of the market. It serves as a sentiment indicator that helps users get a sense of the emotional biases of the overall market, helping them make more objective decisions. When combined with other analytical tools, the Index becomes a valuable resource for gauging market sentiment and making informed choices.","chart_faq_question9_web":"What is open interest?","chart_faq_answer9.1_web":"Open interest (OI) is the total value of outstanding derivative crypto contracts that have not been settled yet. These derivative contracts could include perpetual contracts, futures contracts, options contracts, or other types of financial instruments that derive their value from an underlying cryptocurrency, such as Bitcoin or Ethereum.","chart_faq_answer9.2_web":"Open interest is a key metric used by traders, analysts, and investors to assess market sentiment and to gauge the liquidity and overall interest in cryptocurrency derivatives. It is important to understand that open interest is not the same as trading volume. Trading volume represents the total number of contracts traded during a specified period, whereas open interest represents the total number of contracts that are still active and have not been offset by an opposite trade.","chart_faq_question10_web":"Why does open interest matter?","chart_faq_answer10.1_web":"The relationship between open interest and price movement can provide insights into market trends. For example, if open interest is increasing along with rising prices, it may indicate that new money is flowing into the market, and there is bullish sentiment. Conversely, if open interest is decreasing while prices are falling, it may suggest that traders are unwinding their positions, possibly indicating bearish sentiment.","chart_faq_answer10.2_web":"Traders also pay attention to changes in open interest, as significant increases or decreases can signal potential shifts in market sentiment and the potential for increased volatility.","chart_faq_answer10.3_web":"Overall, open interest is an essential data point for understanding the derivatives market and can provide valuable insights for traders and analysts in the crypto space.","chart_faq_question11_web":"What is implied volatility?","chart_faq_answer11_web":"Implied volatility (IV) is a measure of the expected future volatility of an underlying asset, such as Bitcoin or Ethereum. It is derived from the prices of options contracts and reflects the market's expectations of how much the asset's price will fluctuate over a certain period of time. IV is often referred to as the \"fear gauge\" because it is believed to indicate investors' sentiment and uncertainty about the future price movements of the asset. It is an important concept in options trading and can be calculated using different methodologies, such as model-dependent or model-free approaches. [The Volmex Implied Volatility Indices](https://volmex.finance/) use a model-free approach to calculate the IV of crypto assets and provide forward-looking market views expressed as an index. Details of the methodology can be found [here](https://volmex.finance/Volmex-IV-paper.pdf).","chart_faq_question12_web":"Why does implied volatility matter?","chart_faq_answer12_web":"Implied volatility is a crucial factor in understanding market expectations and sentiment. It reflects the collective view of market participants regarding potential future price movements of an asset. It plays a vital role in pricing options, with higher implied volatility leading to higher option prices due to increased uncertainty and potential for larger price swings. Additionally, implied volatility is essential for risk management, enabling traders to assess and adjust their risk exposure. Traders can also use implied volatility to develop trading strategies, looking for discrepancies to profit from expected corrections. Moreover, implied volatility serves as an input for forecasting future price movements, helping traders make educated guesses and adapt their strategies accordingly.","chart_metatitle_web":"Live Cryptocurrency Charts \u0026 Market Data | CoinMarketCap","chart_metadescription_web":"See the market at a glance with our live crypto charts and market data. Fear and Greed Index. Bitcoin dominance. Total market cap. 24h volume. Options volatility. ","chart_h1_web":"Global Live Cryptocurrency Charts \u0026 Market Data","chart_h1description_web":"Below are our most important crypto charts to help understand the market at a glance. These charts help to show the recent sentiment in the market, where money is flowing to, to help you make more informed investment and trading decisions.","chart_h2_spotmarket_web":"Spot market","chart_h2_derivativesmarket_web":"Derivatives market","chart_name_market_cap_breakdown_web":"Market Cap Breakdown","chart_tooltip_market_cap_breakdown_web":"Total market value of the circulating supply of Bitcoin, Ethereum, stablecoins and all other coins and tokens.","chart_name_stablecoin_market_cap_web":"Fiat-backed Stablecoin Market Cap","chart_tooltip_stablecoin_market_cap_web":"Total market value of the circulating supply of fiat-backed stablecoins. Fiat-backed stablecoins are designed to mirror the value of fiat currencies like USD and EUR. They maintain reserves of liquid assets, so their market cap should match the amount of fiat currencies invested in crypto.","chart_legend_stablecoins_web":"Stablecoin","chart_legend_others_web":"Others"},"sheet_Watchlist Dropdown":{},"empty":{}}},"initialLanguage":"en","i18nServerInstance":null,"pageProps":{"topCoins":[{"id":1,"price":98046.3411170711,"percentChange":-0.72631763,"name":"Bitcoin","slug":"bitcoin"},{"id":1027,"price":3404.2110319156536,"percentChange":1.68804324,"name":"Ethereum","slug":"ethereum"},{"id":1839,"price":661.7617091088514,"percentChange":2.26132253,"name":"BNB","slug":"bnb"},{"id":5426,"price":254.5885874363988,"percentChange":-1.92842018,"name":"Solana","slug":"solana"},{"id":52,"price":1.4409463620419194,"percentChange":-7.16189865,"name":"XRP","slug":"xrp"}],"overviewDetailData":{"fearAndGreed":{"index":87,"name":"Extreme greed","dails":[{"start":0,"end":20,"name":"Extreme fear"},{"start":20,"end":40,"name":"Fear"},{"start":40,"end":60,"name":"Neutral"},{"start":60,"end":80,"name":"Greed"},{"start":80,"end":100,"name":"Extreme greed"}]},"altcoinIndex":{"index":48,"name":"","dials":[{"start":0,"end":25,"name":"Bitcoin Season"},{"start":26,"end":74,"name":""},{"start":75,"end":100,"name":"Altcoin Season"}]},"marketDominance":{"btcPercentage":57.880447459776,"ethPercentage":12.232691861663,"othersPercentage":29.886860678561},"etherscanGas":{"slowPrice":7.973287171,"slowConfirmTime":"45","standardPrice":7.997026632,"standardConfirmTime":"45","fastPrice":8.027419259,"fastConfirmTime":"45"},"openInterest":{"perpetuals":416399168170.25,"futures":5343474651.59},"volmexImpliedVolatility":{"btc":63.767117403547026,"eth":75.65518187989302}},"namespacesRequired":["sheet_common","sheet_EFT list","sheet_Standalone data pages","sheet_Cryptocurrencies","common","charts-page","sheet_ChartsPage","sheet_common","sheet_Watchlist Dropdown","empty","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown","sheet_common","sheet_Watchlist Dropdown"],"reqLang":"en","globalMetrics":{"numCryptocurrencies":32384,"numMarkets":90835,"activeExchanges":762,"marketCap":3354352233771.98,"marketCapChange":0.245166,"totalVol":201874370458.67,"stablecoinVol":180541182498.3419,"stablecoinChange":-9.451806480553,"totalVolChange":-9.602723,"defiVol":15093746624.923395,"defiChange":9.108820267862,"defiMarketCap":91401988177.62251,"derivativesVol":1439890729319.281,"derivativeChange":-10.909745084449,"btcDominance":57.846120358245,"btcDominanceChange":-0.563137131755,"ethDominance":12.237463424682,"etherscanGas":{"lastBlock":"21255594","slowPrice":"8","slowPriceDecimal":8.04,"slowConfirmationTime":"135","standardPrice":"8","standardPriceDecimal":8.13,"standardConfirmationTime":"104","fastPrice":"9","fastPriceDecimal":8.59,"fastConfirmationTime":"45"}},"pageSharedData":{"topCategories":[{"title":"♻️ Rehypo","relatedTagSlug":"rehypothecated-crypto"},{"title":" 🔥 Memes","relatedTagSlug":"memes"},{"title":" 🔥 Solana Eco","relatedTagSlug":"solana-ecosystem"},{"title":" 🔥 AI","relatedTagSlug":"ai-big-data"},{"title":"🔥 Gaming","relatedTagSlug":"gaming"},{"title":"🔥 RWA","relatedTagSlug":"real-world-assets"},{"title":"🔥 DePIN","relatedTagSlug":"depin"},{"title":"🔥 AI Memes","relatedTagSlug":"ai-memes"}],"fearGreedIndexData":{"currentIndex":{"score":87,"maxScore":100,"name":"Extreme greed","updateTime":"2024-11-24T05:38:10.016Z"},"dialConfig":[{"start":0,"end":20,"name":"Extreme fear"},{"start":20,"end":40,"name":"Fear"},{"start":40,"end":60,"name":"Neutral"},{"start":60,"end":80,"name":"Greed"},{"start":80,"end":100,"name":"Extreme greed"}]},"faqData":{"language":"en","faqList":[{"question":"Can I access live market data through an API?","answer":"Yes, you can access live global cryptocurrency market data via the CoinMarketCap API, which provides real-time metrics like total market capitalization, Bitcoin dominance, and 24-hour trading volume. You can use the /v1/global-metrics/quotes/latest API endpoint to retrieve this data.\u003cbr\u003e\u003cbr\u003e\n\nAPI Endpoint: GET https://pro-api.coinmarketcap.com/v1/global-metrics/quotes/latest\u003cbr\u003e\u003cbr\u003e\n\nParameters:\u003cbr\u003e\u003cbr\u003e\n\n• convert: (optional) Optionally calculate market quotes in up to 120 fiat or cryptocurrency symbols. Example: convert=BTC,USD.\u003cbr\u003e\n• convert_id: (optional) Use CoinMarketCap IDs instead of symbols for conversions. Example: convert_id=1,2781.\u003cbr\u003e\u003cbr\u003e\nResponse Example:\u003cbr\u003e\n{\u003cbr\u003e\n \"data\": {\u003cbr\u003e\n \"btc_dominance\": 67.0057,\u003cbr\u003e\n \"eth_dominance\": 9.02205,\u003cbr\u003e\n \"active_cryptocurrencies\": 2941,\u003cbr\u003e\n \"active_exchanges\": 445,\u003cbr\u003e\n \"total_market_cap\": 2374432083905.6846,\u003cbr\u003e\n \"total_volume_24h\": 262906061281.24,\u003cbr\u003e\n \"last_updated\": \"2024-10-11T02:36:05.986Z\"\u003cbr\u003e\n },\u003cbr\u003e\n \"status\": {\u003cbr\u003e\n \"timestamp\": \"2024-10-11T02:36:05.986Z\",\u003cbr\u003e\n \"error_code\": 0,\u003cbr\u003e\n \"error_message\": null,\u003cbr\u003e\n \"elapsed\": 10,\u003cbr\u003e\n \"credit_count\": 1\u003cbr\u003e\n }\u003cbr\u003e\n}\u003cbr\u003e\u003cbr\u003e\n\nThis API is available on the following plans:\u003cbr\u003e\n• Basic\u003cbr\u003e\n• Hobbyist\u003cbr\u003e\n• Startup\u003cbr\u003e\n• Standard\u003cbr\u003e\n• Professional\u003cbr\u003e\n• Enterprise\u003cbr\u003e\u003cbr\u003e\nExplore the plans and their features on the [CoinMarketCap API pricing page](https://coinmarketcap.com/api/pricing/)."},{"question":"Can I access historical market data through an API?","answer":"Yes, you can access historical cryptocurrency market data via the /v1/global-metrics/quotes/historical API endpoint. This allows you to retrieve past global market metrics, such as market capitalization and Bitcoin dominance, based on specified time ranges and intervals.\u003cbr\u003e\u003cbr\u003e\n\nAPI Endpoint:GET https://pro-api.coinmarketcap.com/v1/global-metrics/quotes/historical\u003cbr\u003e\u003cbr\u003e\n\nParameters:\u003cbr\u003e\u003cbr\u003e\n• time_start: (optional) Timestamp (Unix or ISO 8601) to start returning quotes for. Example: 2024-01-01T00:00:00Z.\u003cbr\u003e\n• time_end: (optional) Timestamp (Unix or ISO 8601) to stop returning quotes for. Example: 2024-10-01T00:00:00Z.\u003cbr\u003e\n• interval: Interval of time to return data points for. Example: 1d, hourly, weekly, monthly.\u003cbr\u003e\n• count: (optional) The number of interval periods to return results for. Example: 100.\u003cbr\u003e\n• convert: (optional) Optionally calculate market quotes in up to 3 other fiat currencies or cryptocurrencies. Example: convert=USD,EUR,BTC.\u003cbr\u003e\n• convert_id: (optional) Use CoinMarketCap IDs instead of symbols for conversions. Example: convert_id=1,2781.\u003cbr\u003e\u003cbr\u003e\nResponse Example:\u003cbr\u003e\u003cbr\u003e\n\n{\u003cbr\u003e\n \"data\": {\u003cbr\u003e\n \"quotes\": [\u003cbr\u003e\n {\u003cbr\u003e\n \"timestamp\": \"2024-01-01T00:00:00.000Z\",\u003cbr\u003e\n \"btc_dominance\": 45.0057,\u003cbr\u003e\n \"active_cryptocurrencies\": 2900,\u003cbr\u003e\n \"total_market_cap\": 2374432083905.6846,\u003cbr\u003e\n \"total_volume_24h\": 262906061281.24\u003cbr\u003e\n },\u003cbr\u003e\n {\u003cbr\u003e\n \"timestamp\": \"2024-01-02T00:00:00.000Z\",\u003cbr\u003e\n \"btc_dominance\": 46.0028,\u003cbr\u003e\n \"active_cryptocurrencies\": 2950,\u003cbr\u003e\n \"total_market_cap\": 2385000000000,\u003cbr\u003e\n \"total_volume_24h\": 265000000000\u003cbr\u003e\n }\u003cbr\u003e\n ]\u003cbr\u003e\n },\u003cbr\u003e\n \"status\": {\u003cbr\u003e\n \"timestamp\": \"2024-10-11T02:36:05.986Z\",\u003cbr\u003e\n \"error_code\": 0,\u003cbr\u003e\n \"error_message\": null,\u003cbr\u003e\n \"elapsed\": 10,\u003cbr\u003e\n \"credit_count\": 1\u003cbr\u003e\n }\u003cbr\u003e\n}\u003cbr\u003e\u003cbr\u003e\n\nThis API is available on the following plans:\u003cbr\u003e\n• Basic\u003cbr\u003e\n• Hobbyist (1 month)\u003cbr\u003e\n• Startup (1 month)\u003cbr\u003e\n• Standard (3 months)\u003cbr\u003e\n• Professional (12 months)\u003cbr\u003e\n• Enterprise (Up to 6 years)\u003cbr\u003e\u003cbr\u003e\nExplore the plans and their features on the [CoinMarketCap API pricing page](https://coinmarketcap.com/api/pricing/)."}]},"halvingInfo":{"dateOfHalving":"1713571767","halvingTimeStamp":0},"deviceInfo":{"isDesktop":true,"isTablet":false,"isMobile":false}},"pageSize":100,"noindex":false},"theme":"DAY","dehydratedState":{"mutations":[],"queries":[{"state":{"data":{"numCryptocurrencies":32384,"numMarkets":90835,"activeExchanges":762,"marketCap":3354352233771.98,"marketCapChange":0.245166,"totalVol":201874370458.67,"stablecoinVol":180541182498.3419,"stablecoinChange":-9.451806480553,"totalVolChange":-9.602723,"defiVol":15093746624.923395,"defiChange":9.108820267862,"defiMarketCap":91401988177.62251,"derivativesVol":1439890729319.281,"derivativeChange":-10.909745084449,"btcDominance":57.846120358245,"btcDominanceChange":-0.563137131755,"ethDominance":12.237463424682,"etherscanGas":{"lastBlock":"21255594","slowPrice":"8","slowPriceDecimal":8.04,"slowConfirmationTime":"135","standardPrice":"8","standardPriceDecimal":8.13,"standardConfirmationTime":"104","fastPrice":"9","fastPriceDecimal":8.59,"fastConfirmationTime":"45"}},"dataUpdateCount":1,"dataUpdatedAt":1732427312091,"error":null,"errorUpdateCount":0,"errorUpdatedAt":0,"fetchFailureCount":0,"fetchMeta":null,"isFetching":false,"isInvalidated":false,"isPaused":false,"status":"success"},"queryKey":["global-metric"],"queryHash":"[\"global-metric\"]"}]},"quotesLatestData":[],"initialState":"{\"app\":{\"locale\":\"en-US\",\"theme\":\"DAY\",\"lang\":\"en\",\"country\":\"\",\"currency\":{\"id\":2781,\"name\":\"United States Dollar\",\"symbol\":\"usd\",\"token\":\"$\"},\"bottomBannerHeights\":{},\"browser\":{},\"window\":{\"width\":0,\"height\":0,\"isNarrowLayout\":false},\"modal\":{\"instance\":0,\"data\":{}},\"message\":\"\",\"isInApp\":false},\"cryptocurrency\":{\"listingLatest\":{\"page\":1,\"sort\":\"rank\",\"sortDirection\":\"asc\",\"data\":[],\"filters\":{},\"totalItems\":0},\"ItemKeyMap\":{},\"quoteKey\":[],\"listingHistorical\":{\"data\":[],\"page\":1,\"sort\":\"\",\"sortDirection\":\"\"},\"new\":{\"page\":1,\"sort\":\"\",\"sortDirection\":\"\",\"data\":[]},\"watchlist\":{\"page\":1,\"sort\":\"\",\"sortDirection\":\"\",\"data\":[]},\"info\":{},\"prices\":{},\"quotesHistorical\":{\"loading\":true},\"ohlcvHistorical\":{},\"marketPairsLatest\":{\"data\":{}},\"pricePerformanceStatsLatest\":{\"data\":{}},\"topDerivatives\":[],\"yieldFarmingRankingLatest\":{\"filterKey\":\"\"},\"gainersLosers\":{\"gainers\":[],\"losers\":[],\"sortGainers\":\"\",\"sortDirectionGainers\":\"\",\"sortLosers\":\"\",\"sortDirectionLosers\":\"\"},\"trendingCoins\":{\"sort\":\"\",\"sortDirection\":\"\",\"data\":[]},\"mostViewed\":{\"sort\":\"\",\"sortDirection\":\"\",\"data\":[]},\"spotlight\":{\"data\":{}},\"gravityRecommend\":{\"data\":{}},\"dexpairSearch\":[]},\"exchange\":{\"info\":{},\"quotesLatest\":{},\"marketPairsLatest\":{\"data\":{}},\"fiatOnRamp\":{\"activeSection\":null,\"selectedCrypto\":null,\"availableCurrencies\":[\"USD\",\"EUR\",\"GBP\",\"NGN\",\"RUB\"],\"selectedCurrency\":\"USD\",\"orderBy\":\"price\",\"order\":\"asc\",\"tableData\":[]}},\"globalMetrics\":{\"quotesHistorical\":{},\"trendingSearch\":[],\"categoriesList\":[]},\"watchlist\":{\"loaded\":false,\"data\":[],\"onboarding\":[],\"import\":null,\"counts\":{\"isLoading\":false,\"data\":{}}},\"user\":{\"data\":null,\"isLoading\":false,\"isLoaded\":true,\"loginModal\":\"\",\"loginContinue\":null},\"notification\":[],\"sponsoredAds\":{}}"},"page":"/charts","query":{},"buildId":"WblGzjGGFyZOHD_aaYUCC","assetPrefix":"https://s2.coinmarketcap.com/cmc","isFallback":false,"isExperimentalCompile":false,"gip":true,"appGip":true,"scriptLoader":[]}</script><div class="gravity-recaptcha-container" style="width:100vw;height:100vh;display:none;position:fixed;left:0;top:0"></div></body></html>