v1
latestOpenAPI 3.1.02026-07-24680631.6 KBCustomer Transactions History
List All Account Transactions for a customer
get/transaction/{customerId}
Path parameters
customerIdstring required
Customer Id
Query parameters
fromstring date
Start Date (YYYY-MM-DDThh:mm:ss.sssZ)
tostring date
End Date (YYYY-MM-DDThh:mm:ss.sssZ)
Headers
api-keystring required
API key
auth-keystring required
Auth key generated using API key & secret
Response
200
Example response
{
"status": 200,
"doc": [
{
"dnb": true,
"accountBalance": "10",
"accountType": "LIVE",
"comment": "ACATS Stock Receive: 10 Shares of NCLH @ 15.64",
"finTranID": "BJ.eadf9dfe-5eaf-4bef-b0c2-df3e26d4a833",
"finTranTypeID": "STCK",
"positionDelta": 10,
"tranSource": "INTE",
"tranWhen": "2020-11-19T05:24:18.942Z",
"wlpFinTranTypeID": "TEST1faefa192-bba1-4ab4-bd86-db325edcea0a",
"accountNo": "DWXE000342",
"username": "india12",
"fullname": "ashita agrawal"
}
]
}