v1
latestOpenAPI 3.0.22026-07-24113565544.0 KBTransactions
List Account Transactions
Retrieves a list of Account Transactions by accountID.
get/accounts/{accountID}/transactions
Path parameters
accountIDstring required
The user's unique account identifier.
Example:cc07f91b-7ee1-4868-b8fc-823c70a1b932.1407775317759
Query parameters
fromstring required
Date start time of data. Follow ISO 8601 standard
tostring required
Date end time of data. Follow ISO 8601 standard
limitnumber
The number of transactions to be returned per page.
offsetstring
Follow ISO 8601 standard
direction'prev' | 'next'
The direction of pagination
Response
Retrieving a list of Account Transactions was Successful.
Example response
[
{
"accountAmount": -890.12,
"accountBalance": 49984.44,
"accountType": "LIVE",
"dividend": {
"type": "CASH",
"amountPerShare": 0.65,
"taxCode": "FULLY_TAXABLE"
},
"dividendTax": {
"rate": 0.15,
"type": "FOREIGN_TAX"
},
"comment": "Buy 0.0259 shares of AMZN at 1003.13 FULL fill",
"finTranID": "EF.a935f686-5567-4e10-9e71-261314207c0b",
"finTranTypeID": "JNLC",
"feeSec": 0.01,
"feeTaf": 0.01,
"feeBase": 0.02,
"feeXtraShares": 0.05,
"feeExchange": 0.02,
"fillQty": 1.02387115,
"fillPx": 17.44,
"orderID": "IC.0e352bb7-9869-4233-9861-9673544efedd",
"mergerAcquisition": {
"type": "EXCHANGE STOCK_CASH",
"acquirer": {
"id": "3fb1e8a9-f7d5-4d90-95e2-43e7326b5636",
"symbol": "AAPL",
"name": "Apple"
},
"acquiree": {
"id": "3fb1e8a9-f7d5-4d90-95e2-43e7326b5636",
"symbol": "TSLA",
"name": "TSLA"
}
},
"positionDelta": 0.18
}
]