Accounts
getAccountTransactions
Get a list of all transactions in which the queried account was engaged as either a sender or a receiver.
get/v1/accounts/{address}/txs
Path parameters
addressstring required
Queried account address hash.
Queried account address hash.
Query parameters
pageinteger required
Queried API page.
sizeinteger required
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).
sortBy'AGE' | 'BLOCK' | 'AMOUNT' | 'FEE' | 'AGE' | 'BLOCK' | 'AMOUNT' | 'FEE' required
Select sorting parameter.
Select sorting parameter.
direction'ALL' | 'IN' | 'OUT' | 'ALL' | 'IN' | 'OUT' required
This parameter shows if the address involved in the transaction is a sender (OUT) or a recepient (IN).
This parameter shows if the address involved in the transaction is a sender (OUT) or a recepient (IN).
Response
OK