March 20, 2026

Capitalizations Index – B ∞/21M

$15 Billion Slide Dumps Crypto Markets to New 16 Month Low

Crypto New Media
$15 Billion Slide Dumps Crypto Markets to New 16 Month Low
$15 billion slide dumps crypto markets to new 16 month low

Crypto markets plunging perilously low; bitcoin Cash and EOS collapsing, bitcoin SV climbing the chart. The slow selloff that has been happening all week has accelerated today as crypto markets crash to their lowest levels of 2018. Over 12% has been dumped resulting in a $15 billion plunge to below $110 billion market capitalization, a […]$15 billion slide dumps crypto markets to new 16 month low

Previous Article

Wyckoff distribution on bitcoin – target low $2350?

Next Article

Red Friday: $15 Billion Slide Dumps Crypto Markets to New 16 Month Low

You might be interested in …

Example 1 – Shramik Nakarmi – Medium

Crypto New Media Example 1 – Shramik Nakarmi – Medium pragma solidity >=0.4.22 <0.6.0; //solidity version contract Developer{  struct Developer{ address devloper_address; uint developer_code; string name; string language; uint claps_hold; }  mapping(address => Developer) developers;   address[] public developerAccounts;  event getTotalClaps(address,uint);  constructor () public{ addDeveloper(address(0x4b0897b0513fdc7c541b6d9d7e929c4e5364d2db),1,”Prabin Siwakoti”,”C#”,500); addDeveloper(address(0xdd870fa1b7c4700f2bd7f44238821c26f7392148),2,”Shramik Nakarmi”,”PHP”,300); }   function […]