Skip to main content
GET
List sub-account transactions

Authorizations

Authorization
string
header
required

Wavix API key. Pass as Authorization: Bearer <api_key>. Keys support per-resource scopes (none / read / write). See Restricted keys and scopes.

Path Parameters

id
integer<int32>
required

The unique ID of the sub-account.

Example:

123

Query Parameters

from_date
string<date>
required

Start of the date range to query, in YYYY-MM-DD format. Inclusive.

Example:

"2023-01-01"

to_date
string<date>
required

End of the date range to query, in YYYY-MM-DD format. Inclusive.

Example:

"2023-12-31"

type

Filters transactions by type. Accepts a single transaction type code or an array of codes.

Example:

1

page
integer<int32>

Page number to retrieve. Default 1.

Example:

1

per_page
integer<int32>
default:25

Number of records to return per page. Default 25.

Example:

25

Response

Returns a paginated list of sub-account transactions.

transactions
object[]

Financial transactions for the subaccount.

pagination
Pagination · object