Transaction History

View as MarkdownOpen in Claude
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.
acctIdslist of stringsOptional
conidslist of longsOptional
currencystringOptionalDefaults to USD
Define the currency to display price amounts with.
dayslongOptionalDefaults to 90
Specify the number of days to receive transaction data for.

Response

An array of objects detailing contract information.
rclong
Client portal use only
ndlong
Client portal use only
rpnlobject
Returns the object containing the realized pnl for the contract on the date.
currencystring
Returns the currency the account is traded in.
fromlong
Returns the epoch time for the start of requests.
idstring
Returns the request identifier, getTransactions.
tolong
Returns the epoch time for the end of requests.
includesRealTimeboolean
Returns if the trades are up to date or not.
transactionslist of objects
Lists all supported transaction values.

Errors

400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error
503
Service Unavailable Error