Query Parameters
Ethereum address of the user account.
Example:
"0x99BCEBf44433E901597D9fCb16E799a4847519f6"
Number of transactions to return per page.
Example:
10
Page number for pagination.
Filter transactions by specific blockchain network ID.
Filter transactions by status.
Available options:
PENDING
, COMPLETED
, FAILED
, REFUNDED
Sort direction for transaction listing.
Available options:
asc
, desc
Response
Successful response with paginated transaction history
List of transactions for the user account
Total number of transactions matching the filter criteria
Example:
42
Number of transactions per page
Example:
10
Current page number
Example:
1
Total number of pages available
Example:
5