토픽

맨위로 가기
  • 공유 공유
  • 댓글 댓글
  • 추천 추천
  • 스크랩 스크랩
  • 인쇄 인쇄
  • 글자크기 글자크기
링크 복사 완료 링크가 복사되었습니다.

비트코인 상승세 지속, 이더리움·리플·솔라나 시세 급등…암호화폐 시장 혼조세

프로필
이도현 기자
댓글 0
좋아요 비화설화 1

비트코인(BTC)이 1억 4천만원대에서 소폭 상승세를 이어가는 가운데, 이더리움(ETH), 리플(XRP), 솔라나(SOL) 등 주요 알트코인들도 강한 반등을 보이고 있다. 반면 암호화폐 시장 전반은 혼조세를 나타내고 있어 투자자들의 신중한 접근이 요구된다.

 비트코인 상승세 지속, 이더리움·리플·솔라나 시세 급등…암호화폐 시장 혼조세 / 셔터스톡

비트코인 상승세 지속, 이더리움·리플·솔라나 시세 급등…암호화폐 시장 혼조세 / 셔터스톡

암호화폐 시장이 최근 하락세를 딛고 혼조세를 보이고 있는 가운데, 비트코인(BTC), 이더리움(ETH), 리플(XRP), 솔라나(SOL)의 주요 시세 동향이 주목받고 있다.

비트코인, 1억 4천만원대에서 소폭 반등

비트코인은 현재 약 1억 4,913만원에 거래되고 있으며, 지난 24시간 동안 3.95% 상승했다. 최근 몇 달간 10% 이상의 낙폭과 25% 수준의 연초 대비 하락을 기록했으나, 최근 옵션 시장에서는 CPI 발표를 앞두고 강세 심리가 확대되고 있다. 이는 단기적으로 상승 압력이 존재함을 시사한다.

이더리움, 일중 8% 넘는 상승폭 기록

이더리움은 약 367만원 선에서 거래되며 하루 새 8.34% 상승했다. 일중 고점을 기록한 후 다소 조정된 상태지만, 발전 방향을 제시할 Ether.fi의 애널리스트 콜 이벤트가 예정되어 있어 향후 시세에 영향을 줄 가능성이 있다.

XRP, 단기 저항선 돌파 시도

XRP는 3,145원에 거래되고 있으며, 하루 새 2.95% 상승했다. 기술적 분석에 따르면 3,000원 부근의 지지선 테스트 가능성이 존재하며 단기적 조정이 이어질 수 있다. 다만 상위 10대 암호화폐 중 상대적으로 강한 흐름을 보이고 있다는 점에서 주목된다.

솔라나, 20만원대 재진입하며 급등세

솔라나는 현재 약 21만 7,000원에 거래되고 있으며, 하루 만에 큰 폭의 상승세를 나타냈다. 프로젝트 확장성과 빠른 거래 처리 능력에 대한 기대감이 작용하며 투자심리가 개선된 모습이다.

시장 전체 동향과 주의 사항

전체 암호화폐 시장은 상위 100개 코인 가운데 약 1/3만이 오름세를 기록하고 있으며, 도지코인이 가장 큰 하락폭을 보이고 있다. 특히 6월 12일부터 17일 사이 Aptos(APT), Immutable(IMX), Starknet(STRK) 등 주요 프로젝트의 토큰 언락 이벤트가 예정되어 있어 추가 변동성 요인으로 작용할 전망이다.

현재 시장은 거시경제 지표 발표와 일정에 따라 민감하게 반응하고 있으므로 투자자들은 리스크 관리를 바탕으로 신중한 투자가 요구된다.

<저작권자 ⓒ TokenPost, 무단전재 및 재배포 금지>

광고문의 기사제보 보도자료

많이 본 기사

관련된 다른 기사

댓글

댓글

0

추천

1

스크랩

스크랩

데일리 스탬프

0

말풍선 꼬리

매일 스탬프를 찍을 수 있어요!

데일리 스탬프를 찍은 회원이 없습니다.
첫 스탬프를 찍어 보세요!

댓글 0

댓글 문구 추천

좋은기사 감사해요 후속기사 원해요 탁월한 분석이에요

0/1000

댓글 문구 추천

좋은기사 감사해요 후속기사 원해요 탁월한 분석이에요
1
'); win.document.write(''); win.document.close(); var objAgent = navigator.userAgent; if (objAgent.indexOf('Edge') > -1) { win.onafterprint = function () { // win.close(); // setTimeout(function () { win.close() }, 500); return true; } } else if (objAgent.indexOf('Trident') > -1) { win.onafterprint = function () { // win.close(); setTimeout(function () { win.close() }, 500); return true; } } else { win.onafterprint = function () { win.close(); return true; } } }); $('#btnOpenFontSizePopup').on('click', function (){ if ($('#popupFontSize').css('display') == 'none'){ sharePopupClose(); $('#popupFontSize').show(); } else { $('#popupFontSize').hide(); } }); $(".btnChangeFontSize").on('click', function() { var fontSize = $(this).data().size; $('.view_text').css("fontSize", ''); $('.article_content').css("fontSize", ''); var articleTxt = $(".article_content > p"); if (!(fontSize == 14 || fontSize == 16 || fontSize == 18 || fontSize == 20 )) return false; $('.font_btn').removeClass('font_size_on'); $(this).find('.font_btn').addClass('font_size_on'); articleTxt.css("fontSize", fontSize); switch(fontSize){ case 14: break; case 16: break; case 18: break; case 20: break; default: return false; } return true; }); $('.btnGetReword').click(function () { if(clientId == 0){ $.loginPopupOpen('referral'); }/* else if (clientCertificated == 'N') { $('#certificationModalWrap').show(); }*/ }); $.articleVoting = function () { var articleId = "255994"; if(clientId == 0){ $.loginPopupOpen(''); return false; } $.ajax({ url: '/news/ajax/addArticleVoting', type: 'post', data: { clientId: clientId, articleId: articleId }, dataType: 'json', success: function (response) { if (response.error != 0) { if (response.error == 99) { alert(response.message); return; } else { alert(response.message); return; } } $('.newsLike').addClass('greyBanner'); if(response.voteCancel == 'Y'){ var voteCount = parseInt($('.articleLikeCountTitle:first').text()) - 1; // $('.articleLikeCount').text(voteCount); $('.articleLikeCountTitle').text( voteCount); $('.basicHeart').show(); $('.redHeart').hide(); $('.remoteControlLike').hide(); $('.remoteControlNoLike').show(); $('.stamp_like').removeClass('stamp_on'); $('.btnVoteArticle').find('.stamp_num').html(voteCount); } else if(response.vote == 'Y'){ var voteCount = parseInt($('.articleLikeCountTitle:first').text()) + 1; // $('.articleLikeCount').text(voteCount); $('.articleLikeCountTitle').text( voteCount); $('.basicHeart').hide(); $('.redHeart').show(); $('.remoteControlLike').show(); $('.remoteControlNoLike').hide(); $('.stamp_like').addClass('stamp_on'); $('.btnVoteArticle').find('.stamp_num').html(voteCount); } if(response.rewardPopupDisplay == 'Y') { showPointModal(); } //location.reload(); }, error: function (xhr, ajaxOptions, thrownError) { if (xhr.status > 0) { alert('server error'); } } }); return false; }; $('.btnScrapArticle').on('click', function (){ var articleId = "255994"; if(clientId == 0){ $.loginPopupOpen(''); return false; } else { $.articleScrap(clientId, articleId); } }); $.articleScrap = function(clientId, articleId){ if (clientId == 0 || articleId == 0) return false; $.ajax({ url: '/news/ajax/scrapArticle', type: 'post', data: { clientId: clientId, articleId: articleId }, dataType: 'json', success: function (response) { if (response.error == 0) { if (response.scrap == 'Y') { $('.btnScrapArticle').addClass('stamp_on'); $('.btnScrapArticle').find('.remoteControlScrapOn').show(); $('.btnScrapArticle').find('.remoteControlScrapOff').hide(); } else { $('.btnScrapArticle').removeClass('stamp_on'); $('.btnScrapArticle').find('.remoteControlScrapOn').hide(); $('.btnScrapArticle').find('.remoteControlScrapOff').show(); } } else { alert(response.message); } return false; }, error: function (xhr, ajaxOptions, thrownError) { if (xhr.status > 0) { alert('server error'); return false; } } }); }; $('.btnStampArticle').on('click', function (){ if ($(this).hasClass('stamp_on') == true) return false; var articleId = "255994"; if(clientId == 0){ $.loginPopupOpen(''); return false; } else { $.articleStamp(clientId, articleId); } }); $.articleStamp = function(clientId, articleId){ if (clientId == 0 || articleId == 0) return false; $.ajax({ url: '/news/ajax/stampArticle', type: 'post', data: { clientId: clientId, articleId: articleId }, dataType: 'json', success: function (response) { if (response.error == 0) { if (response.stamp == 'Y') { $('.stamp_daily').addClass('stamp_on'); $('.stampCount').html(response.count); var wrap = $('.article_stamp_contents'); if (response.count > 0) { wrap.find('.stamp_none_txt').remove(); } wrap.html(''); var html = ''; if(response.size >= 1) { for (var i = 0; i < response.size; i++) { html = ''; html += '
'; html += '
'; html += ''; if (response['items'][i]['clientId'] == clientId) { html += '

' + response['items'][i]['nickname'] + '

'; } else { html += '

' + response['items'][i]['nickname'] + '

'; } html += '
'; html += '

' + response['items'][i]['regTimestampHi'] + '

'; html += '
'; wrap.append(html); } } /*html += '
'; html += '등급 아이콘'; html += '

' + response['item']['nickname'] + '

'; html += '

' + response['item']['timestamp'] + '

'; html += '
'; wrap.prepend(html);*/ } } else { } return false; }, error: function (xhr, ajaxOptions, thrownError) { if (xhr.status > 0) { alert('server error'); return false; } } }); }; // $('.viewLike').on("click",function (){ // if(clientId == 0){ // $.loginPopupOpen(''); // } else { // $.articleVoting(); // } // }); $('.likeBg').on("click",function (){ if(clientId == 0){ $.loginPopupOpen(''); } else { $.articleVoting(); } }); //$('body').append('
OSZAR »