Get Account Transactions
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Page number, starts from 1, default 1 (for page-based pagination)
Page size, default 20, maximum 100
Cursor (for cursor-based pagination, optimized for large datasets, takes priority over page) For blocks: use block height (height) For transactions: use transaction number (tx_number) or combination of block height + transaction number
Optional: filter by message types from transaction messages (e.g., ["/cosmos.bank.v1beta1.MsgSend", "/bybective.exchange.v1beta1.MsgDeposit", "MsgWithdraw"]) Supports both full type URL (e.g., "/cosmos.bank.v1beta1.MsgSend") and short type name (e.g., "MsgSend") If empty, returns all transactions regardless of message types Note: A transaction matches if ANY of its messages matches ANY of the specified types