List account transactions in a time range
List account transactions in a time range
Authorizations
Bearer token used for protected REST API requests.
Path Parameters
Trading account identifier. The authenticated user must be allowed to access this account.
Start of the time range as Unix timestamp in milliseconds.
End of the time range as Unix timestamp in milliseconds.
Response
Transaction records matching the account and time range.
Unique transaction identifier.
Account affected by the transaction.
Business transaction type such as credit_update, deposit, withdraw, trading_fee, referral_commission, referral_rebate, realized_pnl, or tax.
Transaction amount. Negative values represent debits/holds where applicable.
Processing status such as pending, processing, or complete.
Payment or transfer network, if applicable.
Transaction hash or external transaction reference.
Receiving address for external transfer flows.
Sender address for external transfer flows.
Processing timestamp in Unix milliseconds.
Transaction-specific metadata, for example symbol, trade_id, position_id, bank account metadata, or right-subscription data.
Creation timestamp.

