post
https://tapi-sandboxdash.norcapsecurities.com/getTradeHistory
Request Parameters
| Parameter | Required | Type | Description |
|---|---|---|---|
| clientID | yes | string | TransactAPI Client ID |
| developerAPIKey | yes | string | TransactAPI Developer Key |
| securityid | yes | string | Security ID |
Sample Request
curl -k -X POST https://api-sandboxdash.norcapsecurities.com/tapiv3/index.php/v3/getAccount
-d clientID=someclientid
-d developerAPIKey=somedeveloperkey
-d securityid=77654Response Parameters
| Parameter | Type | Description |
|---|---|---|
| statusCode | string | API Status Code |
| statusDesc | string | API Status Description |
| tradeDetails | string | Array of trade details |
Sample Response
{"statusCode":"101","statusDesc":"Ok","tradeDetails":[
{"tradeId":"738346017","askOrderId":"147017465","bidOrderId":"879249632"},
{"tradeId":"18173766","askOrderId":"661480884","bidOrderId":"879249632"},
{"tradeId":"928691815","askOrderId":"303392767","bidOrderId":"879249632"}]}
