Skip to content

Trading:QueryTransactions

Requests the transaction history for the given Account

Controller: Trading
Topic: QueryTransactions
Action: Publish
Permissions: Zenith/Trading

NameTypeExpectDescription
AccountStringAlwaysThe Account to request transactions for
FromDateDateTimeOptionalThe oldest date to retrieve transactions from
ToDateDateTimeOptionalThe newest date to retrieve transactions to
CountIntegerOptionalThe maximum number of transactions to return
TradingMarketStringOptionalA trading market to filter the results by
ExchangeStringOptionalAn exchange code to filter the results by.
CodeStringOptionalA symbol code to filter the results by.
OrderIDStringOptionalAn Order ID to filter the results by.

An unordered array of Transaction Details objects. See the Transactions subscription for more information.

Send:

{"Controller":"Trading","Topic":"QueryTransactions","TransactionID":1,"Data":{"Account":"OM1234","Code":"BHP","Exchange":"ASX"}}