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.idstringOptionalExample:
The ID of the account to return information for
{"summary":"--","value":""}Pattern: ^((gte?|lte?|eq|ne)\:)?(\d{1,10}\.\d{1,10}\.)?\d{1,10}$limitinteger · int32 · min: 1 · max: 100OptionalDefault:
The maximum number of items to return
25Example: 2orderundefined · enumOptionalDefault:
The order in which items are listed
descExample: ascPossible values: timestampstring[]OptionalExample:
The consensus timestamp in seconds.nanoseconds format with an optional comparison operator
{"summary":"--","value":""}transactiontypestring · enumOptionalExample:
cryptotransferPossible values: resultundefined · enumOptionalPossible values:
The transaction success type.
typeundefined · enumOptionalPossible values:
The transaction account balance modification type.
Responses
200
OK
application/json
400
Invalid parameter
application/json
get
/api/v1/transactionsLast updated
Was this helpful?