List transactions
Transactions
List transactions
Lists transactions on the network. This includes successful and unsuccessful transactions.
GET
List transactions
Unlike
GET /v1/transaction_bundles, this endpoint filters server-side, so you no longer need to page through every bundle to find a date range.
Date range: use date_from/date_to (transaction date) or created_from/created_to (record creation). Either bound is optional.
Amount range: amount_min/amount_max in cents.
Statuses: repeat status_id or comma-separate; IDs come from GET /v1/transaction_statuses.
Each transaction includes contact_id, so monthly metrics (unique donors, totals) can be computed directly.Query Parameters
The ID of the account to return information for
Pattern:
^((gte?|lte?|eq|ne)\:)?(\d{1,10}\.\d{1,10}\.)?\d{1,10}$The maximum number of items to return
Required range:
1 <= x <= 100The order in which items are listed
Available options:
asc, desc The consensus timestamp as a Unix timestamp in seconds.nanoseconds format with an optional comparison operator. See unixtimestamp.com for a simple way to convert a date to the 'seconds' part of the Unix time.
Pattern:
^((eq|gt|gte|lt|lte|ne):)?\d{1,10}(\.\d{1,9})?$Available options:
ATOMICBATCH, CONSENSUSCREATETOPIC, CONSENSUSDELETETOPIC, CONSENSUSSUBMITMESSAGE, CONSENSUSUPDATETOPIC, CONTRACTCALL, CONTRACTCREATEINSTANCE, CONTRACTDELETEINSTANCE, CONTRACTUPDATEINSTANCE, CRYPTOADDLIVEHASH, CRYPTOAPPROVEALLOWANCE, CRYPTOCREATEACCOUNT, CRYPTODELETE, CRYPTODELETEALLOWANCE, CRYPTODELETELIVEHASH, CRYPTOTRANSFER, CRYPTOUPDATEACCOUNT, ETHEREUMTRANSACTION, FILEAPPEND, FILECREATE, FILEDELETE, FILEUPDATE, FREEZE, HOOKSTORE, LEDGERIDPUBLICATION, NODECREATE, NODEDELETE, NODESTAKEUPDATE, NODEUPDATE, REGISTEREDNODECREATE, REGISTEREDNODEDELETE, REGISTEREDNODEUPDATE, SCHEDULECREATE, SCHEDULEDELETE, SCHEDULESIGN, SYSTEMDELETE, SYSTEMUNDELETE, TOKENAIRDROP, TOKENASSOCIATE, TOKENBURN, TOKENCANCELAIRDROP, TOKENCLAIMAIRDROP, TOKENCREATION, TOKENDELETION, TOKENDISSOCIATE, TOKENFEESCHEDULEUPDATE, TOKENFREEZE, TOKENGRANTKYC, TOKENMINT, TOKENPAUSE, TOKENREJECT, TOKENREVOKEKYC, TOKENUNFREEZE, TOKENUNPAUSE, TOKENUPDATE, TOKENUPDATENFTS, TOKENWIPE, UNCHECKEDSUBMIT, UTILPRNG The transaction success type.
Available options:
success, fail The transaction account balance modification type.
Available options:
credit, debit