Accounts
getAccountTransactions
Get a list of all transaction blocks run by the queried account.
get/v1/accounts/{address}/transactions
Path parameters
addressstring required
Queried address digest (hash).
Queried address digest (hash).
Query parameters
transactionsParticipationType'SENDER' | 'RECEIVER' required
Type of actor in a transaction: a sender or a receiver.
nextCursorstring
Cursor that should be sent to an endpoint to receive the next batch of responses.
sizeinteger
Number of queried entries.
orderBy'ASC' | 'DESC' required
Sorting method: from the lowest element to the highest (ASC) or from the highest element to the lowest (DESC).
Response
OK