Get transactions
Returns historical transactions for the authenticated user. An optional time range may be supplied via start_timestamp_ns / end_timestamp_ns; when both bounds are given, end_timestamp_ns must be greater than start_timestamp_ns. Inverted ranges are rejected with a 400.
Authorizations
User session token
Query Parameters
Optional account ID. If omitted, default (primary) user account is used.
Transaction types to include, as a single comma-separated value
(transaction_types=deposit,withdrawal). Repeating the parameter is
rejected; an empty value includes every type. Values not listed here
match nothing rather than erroring.
Kinds of ledger entry that can appear as a Transaction::transaction_type.
deposit, withdrawal, funding, fee, pnl, lending_credit, lending_debit x >= 0x >= 0x >= 0Timestamp sort direction (defaults to desc).
asc, desc