Get transactions by account
Transactions
Get transactions by account
Returns transactions associated with a specific account address.
GET
Get transactions by account
Documentation Index
Fetch the complete documentation index at: https://docs.initia.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
The account address.
Query Parameters
When true, only returns transactions where the account was the signer. Defaults to false.
Message types to filter by (comma-separated). Example: cosmos.bank.v1beta1.MsgSend.
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.