Transaction History
Transaction history for a given number of conids and accounts. Types of transactions include dividend payments, buy and sell transactions, transfers.
Request
This endpoint expects an object.
acctIds
conids
currency
Define the currency to display price amounts with.
days
Specify the number of days to receive transaction data for.
Response
An array of objects detailing contract information.
rc
Client portal use only
nd
Client portal use only
rpnl
Returns the object containing the realized pnl for the contract on the date.
currency
Returns the currency the account is traded in.
from
Returns the epoch time for the start of requests.
id
Returns the request identifier, getTransactions.
to
Returns the epoch time for the end of requests.
includesRealTime
Returns if the trades are up to date or not.
transactions
Lists all supported transaction values.
Errors
400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error
503
Service Unavailable Error

