Get transactions
Transactions
Get transactions
Returns a paginated list of transactions. You can optionally filter by message type.
GET
Get transactions
Documentation Index
Fetch the complete documentation index at: https://initialabs-mintlify-81105a18.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Query Parameters
Message types to filter by (comma-separated). Example: cosmos.bank.v1beta1.MsgSend,initia.move.v1.MsgExecute.
Cursor key for pagination.
Number of records to skip.
Maximum number of records to return. Defaults to 100.
Whether to return the total count. Defaults to true.
When true, returns results in descending order. Defaults to true.