Help
RSS
API
Feed
Maltego
Contact
Domain > app.digitalsurge.com.au
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2024-11-27
172.67.70.136
(
ClassC
)
2025-10-31
104.26.1.245
(
ClassC
)
2026-02-22
172.67.70.139
(
ClassC
)
Port 443
HTTP/1.1 200 OKDate: Sun, 22 Feb 2026 13:23:20 GMTContent-Type: text/html; charsetutf-8Content-Length: 29787Connection: keep-aliveServer: cloudflarelast-modified: Thu, 19 Feb 2026 06:46:03 GMTetag: 6996b1ab-745bx-content-type-options: nosniffstrict-transport-security: max-age31536000; includeSubDomains; preloadx-frame-options: SAMEORIGINx-xss-protection: 1; modeblockreferrer-policy: strict-origin-when-cross-origincache-control: max-age0, public, s-maxage60Accept-Ranges: bytesvia: 1.1 googlealt-svc: h3:443; ma86400cf-cache-status: REVALIDATEDNel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}Report-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?sdKJkcNJMULS6KFWug3Jd9e%2FZaQzHMEo%2FXE8TXGedPTBw1K7%2F4o%2Fo9Le7PO6A%2BqmtF4ySbPOFQgiMRIyLflVGfzn1BHbh71RpXAS987W6gIApHWDM}}CF-RAY: 9d1ecc1febe58e69-PDX !DOCTYPE html>html langen>head> meta charsetutf-8> base href/> title> Digital Surge - The Best Place to Buy, Sell and Trade Crypto in Australia /title> meta nametitle contentDigital Surge - The Best Place to Buy, Sell and Trade Crypto in Australia> meta namedescription contentBuy Bitcoin in Australia with Digital Surge, the safe, trusted option for buying Bitcoin and other Cryptocurrencies.> meta propertyog:type contentwebsite> meta propertyog:url contenthttps://app.digitalsurge.com.au/> meta propertyog:title contentDigital Surge - The Best Place to Buy, Sell and Trade Crypto in Australia> meta propertyog:description contentBuy Bitcoin in Australia with Digital Surge, the safe, trusted option for buying Bitcoin and other Cryptocurrencies.> meta propertyog:image contenthttps://app.digitalsurge.com.au/assets/ico/600-315.png> meta propertytwitter:card contentsummary_large_image> meta propertytwitter:url contenthttps://app.digitalsurge.com.au/> meta propertytwitter:title contentDigital Surge - The Best Place to Buy, Sell and Trade Crypto in Australia> meta propertytwitter:description contentBuy Bitcoin in Australia with Digital Surge, the safe, trusted option for buying Bitcoin and other Cryptocurrencies.> meta propertytwitter:image contenthttps://app.digitalsurge.com.au/assets/ico/600-315.png> meta namekeywords contentcryptocurrency, cryptocurrency market, cryptocurrency exchange, buy cryptocurrency, buy cryptocurrency australia, best cryptocurrency exchange, best cryptocurrency exchange australia, cryptocurrency trading, cryptocurrency australia, how to buy cryptocurrency in australia, cryptocurrency exchange australia, australian cryptocurrency exchange, australian cryptocurrency> !-- Note this is most likely for our pwa app (which can be downloaded in the browser) --> !-- Rest of the configurated manifest icons, can be found in manifest.webmanifest --> meta namemsapplication-TileColor content#664DFF> meta namemsapplication-TileImage content/assets/ico/manifest-icon-192.png> !-- --> meta nameviewport contentwidthdevice-width, initial-scale1, maximum-scale1.0, viewport-fitcover> link relicon typeimage/x-icon href/assets/ico/favicon.png> link relapple-touch-icon href/assets/ico/apple-icon-60.png> link relapple-touch-icon sizes76x76 href/assets/ico/apple-icon-76.png> link relapple-touch-icon sizes120x120 href/assets/ico/apple-icon-120.png> link relapple-touch-icon sizes152x152 href/assets/ico/apple-icon-152.png> link relapple-touch-icon sizes167x167 href/assets/ico/apple-icon-167.png> link relapple-touch-icon sizes180x180 href/assets/ico/apple-icon-180.png> link relapple-touch-icon sizes512x512 href/assets/ico/apple-icon-512.png> meta namemobile-web-app-capable contentyes> meta nameapple-touch-fullscreen contentyes> meta nameapple-mobile-web-app-status-bar-style contentdefault> link relmanifest href/manifest.webmanifest> meta nametheme-color content#664DFF> meta itempropimage contenthttps://app.digitalsurge.com.au/assets/ico/600-315.png> script typemodule srchttps://unpkg.com/ionicons@5.0.0/dist/ionicons/ionicons.esm.js>/script> script nomodule srchttps://unpkg.com/ionicons@5.0.0/dist/ionicons/ionicons.js>/script> !-- Font Awesome Loader Desktop + Android: FA7 always (no detection needed). iOS/iPadOS: FA7 with document.fonts check + FA6 fallback (WebKit ::before rendering bug in WKWebView). --> script> (function () { // Detect iOS/iPadOS — covers iPhone, iPad, iPod // iPadOS 13+ reports as MacIntel but has touch support var isIOS /iPad|iPhone|iPod/.test(navigator.userAgent) || (navigator.platform MacIntel && navigator.maxTouchPoints > 1); // Clean up old localStorage cache on non-iOS platforms if (!isIOS) { try { localStorage.removeItem(ds_fa_pref); } catch (e) {} } // ── Non-iOS: load FA7 directly ─────────────────────────── if (!isIOS) { fa-solid-900, fa-regular-400, fa-light-300.forEach( function (font) { var preload document.createElement(link); preload.rel preload; preload.as font; preload.type font/woff2; preload.href assets/fontawesome7/webfonts/ + font + .woff2; preload.crossOrigin anonymous; document.head.appendChild(preload); } ); var link document.createElement(link); link.rel stylesheet; link.href assets/fontawesome7/css/all.css; document.head.appendChild(link); var style document.createElement(style); style.textContent :root { --fa-font-family: Font Awesome 7 Pro; }; document.head.appendChild(style); window.faVersion 7; return; } // ── iOS/iPadOS: FA7 with detection + FA6 fallback ───────── var FA_STORAGE_KEY ds_fa_pref; var FA_CHECK_DELAY 1500; var RETEST_INTERVAL_DAYS 1; var stored null; try { var raw localStorage.getItem(FA_STORAGE_KEY); if (raw) stored JSON.parse(raw); } catch (e) {} var isExpired false; if (stored && stored.version 6 && stored.timestamp) { var daysSinceStored (Date.now() - stored.timestamp) / (1000 * 60 * 60 * 24); isExpired daysSinceStored > RETEST_INTERVAL_DAYS; } var currentVersion; if (stored && stored.version 7) { currentVersion 7; } else if (stored && stored.version 6 && !isExpired) { currentVersion 6; } else { currentVersion 7; } var cssLink null; var styleElement null; var preloadLinks ; function loadFA(version) { var basePath version 6 ? assets/fontawesome6 : assets/fontawesome7; var family version 6 ? Font Awesome 6 Pro : Font Awesome 7 Pro; if (cssLink) cssLink.remove(); if (styleElement) styleElement.remove(); preloadLinks.forEach(function (l) { l.remove(); }); preloadLinks ; fa-solid-900, fa-regular-400, fa-light-300.forEach( function (font) { var preload document.createElement(link); preload.rel preload; preload.as font; preload.type font/woff2; preload.href basePath + /webfonts/ + font + .woff2; preload.crossOrigin anonymous; document.head.appendChild(preload); preloadLinks.push(preload); } ); cssLink document.createElement(link); cssLink.rel stylesheet; cssLink.href basePath + /css/all.css; document.head.appendChild(cssLink); styleElement document.createElement(style); var css :root { --fa-font-family: + family + ; }; if (version 6) { css + .fa-almost-equal-to::before { content: ≈ !important; font-family: system-ui, sans-serif !important; font-weight: normal !important; }; css + .fa, .fak, .fa-kit { width: 1.25em; text-align: center; }; } styleElement.textContent css; document.head.appendChild(styleElement); window.faVersion version; currentVersion version; } function checkFontsLoaded() { if (!document.fonts) return true; var loaded 0; document.fonts.forEach(function (f) { if (f.family.includes(Font Awesome) && f.status loaded) loaded++; }); return loaded > 0; } function rememberVersion(version) { try { localStorage.setItem( FA_STORAGE_KEY, JSON.stringify({ version: version, timestamp: Date.now() }) ); } catch (e) {} } loadFA(currentVersion); setTimeout(function () { if (checkFontsLoaded()) { rememberVersion(currentVersion); } else if (currentVersion 7) { loadFA(6); rememberVersion(6); } }, FA_CHECK_DELAY); })(); /script> style>@charset UTF-8;:root{--colors-background-primary:#ffffff;--colors-background-secondary:#f7f4ff;--colors-background-tertiary:#f4f3f4;--colors-text-primary:#22133b;--colors-text-secondary:#937dae;--colors-text-disabled:#9d9aa0;--colors-text-error:#d12e39;--colors-text-warning:#f5994f;--colors-text-success:#009c47;--colors-border-primary:#e0dbff;--colors-border-secondary:#22133b;--colors-border-tertiary:#b2b0b5;--colors-components-form-input-bg-default:#f7f4ff;--colors-components-form-input-bg-active:#ffffff;--colors-components-form-input-bg-disabled:#ffffff;--colors-components-form-input-bg-error:#ffeeeb;--colors-components-form-input-border-default:#bd99ff;--colors-components-form-input-border-active:#664dff;--colors-components-form-input-border-error:#d12e39;--colors-components-form-input-border-disabled:#c7c6ca;--colors-components-form-input-fg-default:#937dae;--colors-components-form-input-fg-active:#22133b;--colors-components-form-input-fg-disabled:#9d9aa0;--colors-components-form-input-fg-error:#d12e39;--colors-components-button-primary-bg-default:#664dff;--colors-components-button-primary-bg-hover:#322593;--colors-components-button-primary-bg-disabled:#dddcdf;--colors-components-button-primary-fg-default:#f7f4ff;--colors-components-button-primary-fg-disabled:#88858b;--colors-components-button-secondary-bg-default:#22133b80;--colors-components-button-secondary-bg-hover:#f4f3f433;--colors-components-button-secondary-fg-default:#f7f4ff;--colors-components-button-text-only-fg-default:#664dff;--colors-components-button-text-only-fg-hover:#322593;--colors-icon-primary:#22133b;--colors-icon-secondary:#664dff;--colors-icon-tertiary:#9d9aa0;--colors-icon-disabled:#c7c6ca;--spacing-generic-xs:4px;--spacing-generic-sm:6px;--spacing-generic-md:8px;--spacing-generic-lg:10px;--spacing-generic-xl:12px;--spacing-generic-2xl:16px;--spacing-generic-3xl:20px;--spacing-generic-4xl:24px;--spacing-generic-5xl:32px;--spacing-components-modal-gap-sm:16px;--spacing-components-modal-gap-md:20px;--spacing-components-modal-gap-lg:24px;--spacing-components-modal-gap-xl:32px;--spacing-components-modal-gap-xxl:40px;--spacing-components-modal-login-gap:60px}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}:root{font-family:var(--font-family),sans-serif}:root{--drop-shadow-sm-below:var(--drop-shadow-x) var(--drop-shadow-sm-below-y) var(--drop-shadow-sm-below-blur) var(--drop-shadow-spread) var(--drop-shadow-sm-below-color);--drop-shadow-md-below:var(--drop-shadow-x) var(--drop-shadow-md-below-y) var(--drop-shadow-md-below-blur) var(--drop-shadow-spread) var(--drop-shadow-md-below-color);--drop-shadow-xl-below:var(--drop-shadow-x) var(--drop-shadow-y) var(--drop-shadow-xl-below-blur) var(--drop-shadow-spread) var(--drop-shadow-xl-below-color);--drop-shadow-xl-below-light:var(--drop-shadow-x) var(--drop-shadow-y) var(--drop-shadow-xl-below-light-blur) var(--drop-shadow-xl-below-light-spread) var(--drop-shadow-xl-below-light-color);--drop-shadow-featured-default:var(--drop-shadow-x) var(--drop-shadow-y) var(--drop-shadow-featured-blur) var(--drop-shadow-featured-spread) var(--drop-shadow-featured-color);--drop-shadow-featured-hover:var(--drop-shadow-x) var(--drop-shadow-y) var(--drop-shadow-featured-blur-hover) var(--drop-shadow-featured-spread) var(--drop-shadow-featured-color);--drop-shadow-modal:var(--drop-shadow-x) var(--drop-shadow-modal-y) var(--drop-shadow-modal-blur) var(--drop-shadow-spread) var(--drop-shadow-modal-color);--drop-shadow-dropdown-menu:var(--drop-shadow-x) var(--drop-shadow-dropdown-y) var(--drop-shadow-dropdown-blur) var(--drop-shadow-dropdown-spread) var(--drop-shadow-dropdown-color)}@font-face{font-family:Poppins;src:url(Poppins-Regular.4dae410f5b6accf6.ttf)}:root{font-family:Poppins,sans-serif;font-weight:500}:root{--color-primary:#34c2e8;--color-primary-tint:#1babd2;--color-primary-shade:#5bdcff;--color-secondary:#9166d8;--color-secondary-tint:#6f46b3;--color-secondary-shade:#ad7ef9;--color-black-text:#22133b;--color-black:#000000;--color-black-purple:#473d6c;--color-shade-med-grey:#74829c;--color-shade-silver:#b0bbd3;--color-shade-disabled:#a0aabe;--color-shade-grey-border:#e0e7ef;--color-shade-grey-bg:#f7fafe;--color-shade-white:#ffffff;--color-shade-faded:#74d9e9;--color-mat-tint:rgba(96, 125, 139, .3);--background-light:rgba(247, 250, 254, .2);--background-dark:rgba(82, 71, 101, .75);--grad-primary:linear-gradient(131.91deg, #9166d8 9.14%, #63d8de 73.65%);--grad-secondary:linear-gradient(315deg, #ad7ef9 0%, #6f46b3 100%);--grad-secondary-tint:linear-gradient( 234.28deg, #9166d8 0%, #653fa5 100% );--grad-light:linear-gradient(135.56deg, #34c2e8 4.21%, #73d8e0 75.24%);--grad-dark:linear-gradient( #22133b 33%, rgba(255, 255, 255, 0) 0% );--grad-white:linear-gradient( 136.49deg, #ffffff 0%, #edf1f6 100% );--grad-primary-inverse:linear-gradient( 131.91deg, #63d8de 9.14%, #9166d8 73.65% );--grad-secondary-inverse:linear-gradient(315deg, #6f46b3 0%, #ad7ef9 100%);--grad-secondary-tint-inverse:linear-gradient( 234.28deg, #653fa5 0%, #9166d8 100% );--grad-light-inverse:linear-gradient( 135.56deg, #73d8e0 4.21%, #34c2e8 75.24% );--grad-dark-inverse:linear-gradient(rgba(255, 255, 255, 0) 33%, #22133b 0%);--grad-white-inverse:linear-gradient(136.49deg, #edf1f6 0%, #ffffff 100%);--grad-cta-active:linear-gradient(134.79deg, #34c2e8 0%, #3cced6 100%);--grad-cta-hover:linear-gradient(132.47deg, #3cced6 11.31%, #34c2e8 94.86%);--color-accent:#f9e574;--status-success:#25b65d;--status-warning:#f5994f;--status-error:#d12e39;--status-info:#1d86d8;--status-light-success:#e2f2e8;--status-light-warning:#fdf1e8;--status-light-error:#f6e5e6;--status-light-info:#ddedf9}:root{--shadow-none:none;--shadow-sm-below:0px 5px 10px rgba(0, 0, 0, .1);--shadow-md-below:0px 5px 10px rgba(0, 0, 0, .14923);--shadow-xl-below:0px 10px 20px rgba(0, 0, 0, .2);--shadow-xl-below-light:0px 10px 50px -10px rgba(0, 0, 0, .1);--shadow-xl-above:0px 10px 20px rgba(0, 0, 0, .2);--shadow-cta-default:0px 15px 25px -5px rgba(34, 19, 59, .17);--shadow-cta-hover:0px 15px 30px -3px rgba(34, 19, 59, .2);--shadow-modal:0px 30px 60px rgba(0, 0, 0, .3)}@font-face{font-family:Poppins;src:url(Poppins-Regular.4dae410f5b6accf6.ttf)}:root{font-family:Poppins,sans-serif;font-weight:500}@font-face{font-family:Poppins;src:url(Poppins-Regular.4dae410f5b6accf6.ttf)}:root{font-family:Poppins,sans-serif;font-weight:500}@font-face{font-family:Poppins;src:url(Poppins-Regular.4dae410f5b6accf6.ttf)}:root{font-family:Poppins,sans-serif;font-weight:500}html ::-webkit-scrollbar,body ::-webkit-scrollbar{width:5px;height:5px}html ::-webkit-scrollbar-track,body ::-webkit-scrollbar-track{background:#fff!important;border-radius:4px}html ::-webkit-scrollbar-thumb,body ::-webkit-scrollbar-thumb{background-color:#cfc1e0!important;background-color:var(--colors-components-overlay-scroll, #cfc1e0)!important;border-radius:4px;border:3px solid #cfc1e0;border:3px solid var(--colors-components-overlay-scroll, #cfc1e0)}html ::-webkit-scrollbar-thumb:hover,body ::-webkit-scrollbar-thumb:hover{background-color:#cfc1e0!important;background-color:var(--colors-components-overlay-scroll, #cfc1e0)!important}body::-webkit-scrollbar{width:0;height:0}body::-webkit-scrollbar-thumb,body::-webkit-scrollbar-track{background:transparent}body{scrollbar-width:none;-ms-overflow-style:none}@media (hover: none) and (pointer: coarse){html,body{-webkit-overflow-scrolling:touch;overflow-x:auto;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar,body::-webkit-scrollbar{display:none}*::-webkit-scrollbar{width:0!important;height:0!important;background:transparent!important}*::-webkit-scrollbar-thumb,*::-webkit-scrollbar-track{background:transparent!important}}:root{font-family:var(--font-family),sans-serif}:root{--drop-shadow-sm-below:var(--drop-shadow-x) var(--drop-shadow-sm-below-y) var(--drop-shadow-sm-below-blur) var(--drop-shadow-spread) var(--drop-shadow-sm-below-color);--drop-shadow-md-below:var(--drop-shadow-x) var(--drop-shadow-md-below-y) var(--drop-shadow-md-below-blur) var(--drop-shadow-spread) var(--drop-shadow-md-below-color);--drop-shadow-xl-below:var(--drop-shadow-x) var(--drop-shadow-y) var(--drop-shadow-xl-below-blur) var(--drop-shadow-spread) var(--drop-shadow-xl-below-color);--drop-shadow-xl-below-light:var(--drop-shadow-x) var(--drop-shadow-y) var(--drop-shadow-xl-below-light-blur) var(--drop-shadow-xl-below-light-spread) var(--drop-shadow-xl-below-light-color);--drop-shadow-featured-default:var(--drop-shadow-x) var(--drop-shadow-y) var(--drop-shadow-featured-blur) var(--drop-shadow-featured-spread) var(--drop-shadow-featured-color);--drop-shadow-featured-hover:var(--drop-shadow-x) var(--drop-shadow-y) var(--drop-shadow-featured-blur-hover) var(--drop-shadow-featured-spread) var(--drop-shadow-featured-color);--drop-shadow-modal:var(--drop-shadow-x) var(--drop-shadow-modal-y) var(--drop-shadow-modal-blur) var(--drop-shadow-spread) var(--drop-shadow-modal-color);--drop-shadow-dropdown-menu:var(--drop-shadow-x) var(--drop-shadow-dropdown-y) var(--drop-shadow-dropdown-blur) var(--drop-shadow-dropdown-spread) var(--drop-shadow-dropdown-color)}:root{font-family:var(--font-family),sans-serif}:root{font-family:var(--font-family),sans-serif}html{overflow:hidden!important;height:100%}body{height:100%;overflow-x:hidden;overflow-y:auto!important;background-color:#fff;background-color:var(--colors-background-primary);letter-spacing:0;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-feature-settings:kern 1;-webkit-font-feature-settings:kern 1;-moz-font-feature-settings:kern 1;-webkit-tap-highlight-color:transparent}*{box-sizing:border-box}:root{--navbar-max-width:var(--spacing-components-device-max);--sub-header-max-width:var(--spacing-components-device-max);--page-heading-max-width:var(--spacing-components-device-max);--body-max-width:var(--spacing-components-device-max);--footer-max-width:var(--spacing-components-device-max)}#ghostDiv{display:none;padding-top:var(--safe-area-top);padding-bottom:var(--safe-area-bottom)}html{margin-left:0}html,body,div{margin:0;padding:0}@media print{html,body{overflow:visible!important;height:auto!important}}/style>link relstylesheet hrefstyles.5f6c2b37a9fda8d5.css mediaprint onloadthis.mediaall>noscript>link relstylesheet hrefstyles.5f6c2b37a9fda8d5.css>/noscript>/head> body> !-- Instant dark theme application to prevent white flash on reload --> !-- Critical dark theme variables are inlined here for instant application before Angular loads --> !-- Values must match dark-theme.const.ts - only include variables critical for initial render --> script> (function () { try { // Dont apply dark theme on auth pages (login, signup, etc.) - they should always be light // Include / because it redirects to login and the check runs before Angular routing var authPaths /login, /signup, /register, /reset-password, /verify, /advisers ; var pathname window.location.pathname; var isRootPath pathname / || pathname ; var isAuthPage isRootPath || authPaths.some(function (path) { return pathname.indexOf(path) 0; }); if (isAuthPage) return; var theme localStorage.getItem(ds-theme-mode); if (theme dark) { document.documentElement.classList.add(dark-theme); // Inject critical dark theme CSS variables immediately var style document.createElement(style); style.id critical-dark-theme; style.textContent :root.dark-theme{ + // Background colors - page structure --colors-background-primary:#22133B; + --colors-background-secondary:#190E2C; + --colors-background-tertiary:#333154; + // Navbar gradient --colors-gradient-primary-left:#22133B; + --colors-gradient-primary-right:#22133B; + // Text colors --colors-text-primary:#F7F4FF; + --colors-text-secondary:#A793C0; + --colors-text-disabled:#937DAE; + --colors-text-primary-on-brand:#F7F4FF; + --colors-text-link:#A37EFF; + --colors-text-link-hover:#D4B4FF; + --colors-text-success:#009C47; + --colors-text-error:#D12E39; + // Border colors --colors-border-primary:#333154; + --colors-border-secondary:#FFFFFF; + // Icon colors --colors-icon-primary:#F7F4FF; + --colors-icon-secondary:#8767FF; + --colors-icon-tertiary:#9D9AA0; + // Page headings --colors-components-headings-bg-default:#190E2C; + --colors-components-headings-border-default:#54446A; + // Featured list (top assets table) --colors-components-featured-list-bg-primary:#22133B; + --colors-components-featured-list-bg-hover:#190E2C; + --colors-components-featured-list-fg-primary:#F7F4FF; + --colors-components-featured-list-fg-secondary:#A793C0; + // Table header --colors-components-table-header-fg-primary:#A37EFF; + // Cards --colors-components-card-bg-primary:#22133B; + --colors-components-card-bg-secondary:#190E2C; + --colors-components-card-fg-primary:#E0DBFF; + --colors-components-card-generic-bg-default:#664DFF1A; + --colors-components-card-generic-border-default:#333154; + --colors-components-card-generic-fg-default:#F7F4FF; + // Buttons (header tabs) --colors-components-button-primary-bg-default:#664DFF; + --colors-components-button-ghost-bg-default:#664DFF4D; + --colors-components-button-ghost-bg-hover:#664DFF; + --colors-components-button-ghost-bg-disabled:#333154; + --colors-components-button-ghost-fg-default:#E0DBFF; + --colors-components-button-ghost-fg-hover:#F7F4FF; + --colors-components-button-ghost-fg-disabled:#937DAE; + // Tabs (boxed - primary type used on wallets page) --colors-components-tabs-boxed-bg-active:#22133B; + --colors-components-tabs-boxed-bg-default:#190E2C; + --colors-components-tabs-boxed-border-active:#EC6F77; + --colors-components-tabs-boxed-border-default:#333154; + // Chips (category - used on prices page) --colors-components-chips-category-bg-primary:#22133B; + --colors-components-chips-category-bg-secondary:#190E2C; + --colors-components-chips-category-border-primary:#333154; + --colors-components-chips-category-fg-primary:#F7F4FF; + --colors-components-chips-border-active:#EC6F77; + // Secondary dropdown ghost variant (time range selector) --colors-components-form-dropdown-secondary-ghost-bg-default:#664DFF4D; + --colors-components-form-dropdown-secondary-ghost-bg-hover:#E0DBFF; + --colors-components-form-dropdown-secondary-ghost-fg-default:#F7F4FF; + --colors-components-form-dropdown-secondary-ghost-fg-hover:#664DFF; + // Form dropdown (table hover states) --colors-components-form-dropdown-primary-menu-items-bg-hover:#190E2C; + --colors-components-form-dropdown-primary-menu-items-bg-primary:#22133B; + --colors-components-form-dropdown-primary-menu-items-border-hover:#BD99FF; + // Form input (primary dropdown styling) --colors-components-form-input-bg-default:#190E2C; + --colors-components-form-input-bg-active:#190E2C; + --colors-components-form-input-border-default:#54446A; + --colors-components-form-input-border-active:#BD99FF; + --colors-components-form-input-fg-default:#7E6999; + --colors-components-form-input-fg-active:#F7F4FF; + --colors-components-form-input-fg-disabled:#937DAE; + // Subheader (page header bar) --colors-components-subheader-bg-primary:#190E2C; + --colors-components-subheader-bg-primary-alt:#190E2C; + // Mobile footer menu --colors-components-menu-mobile-bg-gradient-left:#664DFF; + --colors-components-menu-mobile-bg-gradient-right:#664DFF; + --colors-components-menu-mobile-bg-plus-button-gradient-1:#EC6F77; + --colors-components-menu-mobile-fg-active:#FFFFFF; + --colors-components-menu-mobile-fg-default:#E0DBFF; + // Tertiary dropdown (sort/filter dropdowns) --colors-components-form-dropdown-tertiary-selector-bg-default:#22133B; + --colors-components-form-dropdown-tertiary-selector-border-default:#333154; + --colors-components-form-dropdown-tertiary-selector-border-hover:#BD99FF; + --colors-components-form-dropdown-tertiary-selector-border-disabled:#3A383C; + --colors-components-form-dropdown-tertiary-selector-fg-default:#F7F4FF; + --colors-components-form-dropdown-tertiary-selector-fg-disabled:#937DAE; + --colors-components-form-dropdown-tertiary-menu-items-bg-default:#190E2C; + --colors-components-form-dropdown-tertiary-menu-items-bg-hover:#190E2C; + --colors-components-form-dropdown-tertiary-menu-items-border-hover:#664DFF; + // Buy/sell form card (coin-single page embedded form) --colors-components-card-buy-sell-bg-primary:#22133B; + --colors-components-card-buy-sell-border-primary:#333154; + --colors-components-card-buy-sell-border-input:#664DFF; + // Tabs underlined (buy/sell form inner tabs) --colors-components-tabs-underlined-bg-default:#FFFFFF00; + --colors-components-tabs-underlined-border-active:#EC6F77; + --colors-components-tabs-underlined-border-default:#333154; + // Semantic colors (warnings/errors/info boxes) --colors-semantic-error-primary:#BB1D2D; + --colors-semantic-info-light:#1D86D833; + --colors-semantic-warning-light:#793A00; + --colors-components-form-input-fg-error:#D12E39; + // Drop shadow (card shadow) --drop-shadow-x:0; + --drop-shadow-y:10px; + --drop-shadow-xl-below-light-blur:50px; + --drop-shadow-xl-below-light-color:#120B1D; + --drop-shadow-xl-below-light-spread:-10px; + // Spacing (generic) --spacing-generic-md:8px; + --spacing-generic-xl:12px; + --spacing-generic-2xl:16px; + --spacing-generic-3xl:20px; + // Spacing (tabs underlined) --spacing-components-tabs-underlined-medium-padding-bottom:16px; + --spacing-components-tabs-underlined-medium-padding-left:12px; + --spacing-components-tabs-underlined-medium-padding-right:12px; + --spacing-components-tabs-underlined-medium-padding-top:16px; + // Border radius (used by cards and forms) --radius-8:8px;; (}); document.head.appendChild(style); document.body.style.backgroundColor #22133B; } } catch (e) {} })(); /script> div idghostDiv>/div> app-root>/app-root> style> @import url(https://fonts.googleapis.com/css?familyGochi+Hand:400,500,700|Poppins:400,500,600|Ubuntu:400,500,600); @import url(https://fonts.googleapis.com/icon?familyMaterial+Icons); /style> noscript>Please enable JavaScript to continue using this application./noscript> script srcruntime.5896e67780f89642.js typemodule>/script>script srcpolyfills.b6f2475499f355e8.js typemodule>/script>script srcmain.ba810748e2ad6443.js typemodule>/script>/body>/html>
Subdomains
Date
Domain
IP
help.digitalsurge.com.au
2025-07-26
104.26.11.40
app.digitalsurge.com.au
2026-02-22
172.67.70.139
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]