NEXUS

block

이 API들은 블록체인 데이터를 검색하고 트랜잭션 관련 정보를 추출하는 기능을 제공합니다.

블록(Block) 관련 API

  • eth_getBlockByHash : 특정 블록 해시로 블록 정보를 조회
  • eth_getBlockByNumber : 특정 블록 번호로 블록 정보를 조회
  • eth_getBlockReceipts : 특정 블록의 트랜잭션 영수증(Receipts) 조회

트랜잭션(Transaction) 관련 API

  • eth_getBlockTransactionCountByHash : 특정 블록 해시 기준으로 블록 내 트랜잭션 수 조회
  • eth_getBlockTransactionCountByNumber : 특정 블록 번호 기준으로 블록 내 트랜잭션 수 조회

엉클(Uncle) 관련 API

  • eth_getUncleCountByBlockHash : 특정 블록 해시 기준으로 엉클 블록 수 조회
  • eth_getUncleCountByBlockNumber : 특정 블록 번호 기준으로 엉클 블록 수 조회
© 2025 NEXUS Co., Ltd. All Rights Reserved.