Blockchain Data
Access blockchain state and history
Core blockchain data endpoints for querying blocks, transactions, chain statistics, and blockchain state.
Retrieves all blockchain entries at a specific height
Path parameters
heightintegerRequiredExample:
Blockchain height to query
12345Responses
200
Entries retrieved successfully
application/json
get
/api/chain/height/{height}200
Entries retrieved successfully
Retrieves blockchain entries at a specific height including all transactions
Path parameters
heightintegerRequiredExample:
Blockchain height to query
12345Responses
200
Entries with transactions retrieved successfully
application/json
get
/api/chain/height_with_txs/{height}200
Entries with transactions retrieved successfully