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.
rclongOptional
Client portal use only
ndlongOptional
Client portal use only
rpnlobjectOptional
Returns the object containing the realized pnl for the contract on the date.
currencystringOptional
Returns the currency the account is traded in.
fromlongOptional
Returns the epoch time for the start of requests.
idstringOptional
Returns the request identifier, getTransactions.
tolongOptional
Returns the epoch time for the end of requests.
includesRealTimebooleanOptional
Returns if the trades are up to date or not.
transactionslist of objectsOptional
Lists all supported transaction values.

Errors

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