Additional Indexes
🏗️ This page is under construction 🏗️
Ever wished for specific data to be pre-collected, pre-indexed, and accessible through a straightforward API? Mesa fulfills this need by implementing a range of such indexes. We're confident that these default indexes will satisfy the fundamental requirements of most applications.
This page describes those indexes and how they are used.
Blocks
Recent blocks (header only)
/index/blocks/recent
Specific block (header only)
/index/blocks/{height}
Txs
Recent transactions and their events
/index/txs/recent
Transactions and their events at a specific block
/index/txs/by_height/<block_number>
A transaction and its events at a specific hash
/index/txs/by_hash/<tx_hash>
Transactions and their events associated with an account
/index/txs/by_account/{address}