Chain
Blockchain data and statistics
Get chain statistics
Retrieve current blockchain statistics including height, supply, current validator, and the chain tip.
Get latest entry (tip)
Retrieve the most recent blockchain entry.
Get entry by hash
Retrieve a blockchain entry by its hash.
Get entry by height
Retrieve all blockchain entries at a given height.
Get entry by height with full transactions
Retrieve all entries at a height, including full transaction details for each.
Get transaction by ID
Retrieve a transaction by its hash.
Get transaction events by account
Retrieve transaction history for a specific account with pagination and filtering. Each event indicates whether the account `sent` or `recv`ed in the transaction.
Get transactions in entry
Retrieve all transactions contained in a specific entry.