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