List sub-account transactions
Sub-accounts
List sub-account transactions
Returns a paginated list of transactions for a specific sub-account. Filter by date range and type. Results are paginated with 25 records per page by default. Use page and per_page to navigate results.
GET
List sub-account transactions
Authorizations
Wavix API key. Pass as Authorization: Bearer <api_key>. Keys support per-resource scopes (none / read / write). See Restricted keys and scopes.
Path Parameters
Sub-account ID.
Example:
123
Query Parameters
Start date in YYYY-MM-DD format.
Example:
"2023-01-01"
End date in YYYY-MM-DD format.
Example:
"2023-12-31"
Transaction types to filter results.
Example:
1
Page number to retrieve.
Example:
1
Number of records per page.
Example:
25