Get blocks by height

블록 번호를 이용하여 해당 블록에 대한 정보와 트랜잭션을 조회할 수 있습니다. 트랜잭션은 default 트랜잭션 사이즈로 제한이 있으며 만약 모든 트랜잭션이 존재하지 않는 경우, 유저가 get Transaction API를 이용하여 나머지 트랜잭션을 Query해야 합니다. 또한 block이 pruned 된 경우, 410 에러를 반환합니다.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

생성한 노드 환경에 부여되는 ID. 19자리 숫자형식입니다.

int32
required
Defaults to 10

조회하고자 하는 블록의 번호

Query Params
boolean
Defaults to true

조회할 블록의 데이터에 트랜잭션에 대한 데이터 포함 여부를 확인하는 parameter. Boolean Type이며 true로 설정 시 해당 블록에 존재하는 모든 트랜잭션에 대한 데이터를 포함합니다.

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json