Accounts
getAccountActivity
Get all transactions in which the queried account was involved either as a sender or a receiver.
get/v1/accounts/{address}/activity
Path parameters
addressstring required
Queried address digest (hash).
Queried address digest (hash).
Query parameters
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