Get Transactions
List transactions.
This method will use 20
Compute Units.
Lists transactions on the network. This includes successful and unsuccessful transactions.
Query parameters
account.idstringoptional
The ID of the account to return information for
Example:
{"summary":"--","value":""}
Pattern:
^((gte?|lte?|eq|ne)\:)?(\d{1,10}\.\d{1,10}\.)?\d{1,10}$
limitinteger · int32 · min: 1 · max: 100 · default: 25optional
The maximum number of items to return
Example:
2
orderundefined · enum · default: "desc"optional
The order in which items are listed
Example:
Available options: asc
timestampstring[]optional
The consensus timestamp in seconds.nanoseconds format with an optional comparison operator
Example:
{"summary":"--","value":""}
transactiontypestring · enumoptional
Example:
Available options: cryptotransfer
resultundefined · enumoptional
The transaction success type.
typeundefined · enumoptional
The transaction account balance modification type.
Responses
application/json
application/json
cURL
JavaScript
Python
HTTP
200
400
Last updated
Was this helpful?