Ethereum spot ETF recorded a net inflow of $44.2 million on September 10, according to Farside Investors, stopping a run of six consecutive days of net outflows. The full inflow was attributed to BlackRock’s ETHA, signaling concentrated institutional support in the short-term flows for the ether product.
Bitcoin spot ETF registered a combined net inflow of $23 million, with allocation dynamics showing BlackRock’s IBIT attracting $169.3 million while FBTC and ARKB experienced net outflows of $55.8 million and $72.3 million respectively. These fund-level movements highlight diverging investor preferences across major spot ETF listings.
‘,
‘
🔒 Secure and Fast Transactions
Diversify your investments with a wide range of coins. Join now!
‘,
‘
💎 The Easiest Way to Invest in Crypto
Dont wait to get started. Click now and discover the advantages!
‘
];
var adplace = document.getElementById(“ads-binance”);
if (adplace) {
var sessperindex = parseInt(sessionStorage.getItem(“adsindexBinance”));
var adsindex = isNaN(sessperindex) ? Math.floor(Math.random() * adscodesBinance.length) : sessperindex;
adplace.innerHTML = adscodesBinance[adsindex];
sessperindex = adsindex === adscodesBinance.length – 1 ? 0 : adsindex + 1;
sessionStorage.setItem(“adsindexBinance”, sessperindex);
}
})();