GET
Get block with a bounded Action page

Path Parameters

height
integer<int64>
required
Required range: x >= 0

Query Parameters

cursor
string

Exclusive Action cursor height:index.

Pattern: ^[0-9]+:[0-9]+$
limit
integer
default:200

Default and maximum follow EXPLORER_API_MAX_BLOCK_ACTIONS (default 200).

Required range: x >= 1

Response

Block detail

height
integer<int64>
blockId
string
parentId
string
blockTime
integer<int64>
appHash
string
proposer
string
knownTransactionCount
integer
actionCountComplete
boolean
decodeStatus
string
sourceKind
string
executionSucceeded
integer
executionFailed
integer
executionPartial
integer
executionUnknown
integer
transactions
object[]
transactionsLimit
integer
transactionsTruncated
boolean
transactionsNextCursor
string | null
nextCursor
string | null
hasMore
boolean
transactionsEndpoint
string