{$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ""} List of All Crypto Ticker Symbols · Stocknear

Crypto Symbols

Collection of all Crypto Symbols available
{rawData?.length} Cryptos
{#each symbolList as item, index} goto("/crypto/" + item?.symbol)} class="sm:hover:bg-[#245073] sm:hover:bg-opacity-[0.2] odd:bg-odd border-b-[#09090B] shake-ticker cursor-pointer" > {/each}
Symbol Name MarketCap Circulating Supply Max Supply
{item?.symbol} {item?.name?.length > charNumber ? item?.name?.slice(0, charNumber) + "..." : item?.name} {item?.marketCap !== null ? abbreviateNumber(item?.marketCap, true) : "-"} {item?.circulatingSupply !== null ? abbreviateNumber(item?.circulatingSupply, true) : "-"} {item?.maxSupply !== "Uncapped" ? abbreviateNumber(item?.maxSupply, true) : "Uncapped"}