get https://api-sandboxdash.norcapsecurities.com/tapiv3/index.php/v3/ppex/trades/
This endpoint retrieves a single PPEX trade.
Response Structure
{
"statusCode": "101",
"statusDesc": "Ok",
"ppex_trade": {
"memberId": "777",
"askId": "180",
"bidId": "126",
"offeringId": "549119",
"accountId": "ACCpiyiqzn0",
"partyType": "SELLER",
"tradeId": "81",
"transactionType": "BUY",
"amount": "2906.113302",
"sharePrice": "83.307155",
"shares": "564.183958",
"status": "PENDING",
"reportingStatus": "FAILED",
"createdDate": "2024-12-10 00:00:00",
"deleted": "0",
"executionTime": "485",
"updatedDate": "2022-02-13 00:00:00"
}
}
Examples
- Basic query (fetch the resource in the example above):
GET /v3/ppex/trades/81
Permissions
This method requires the scopeppex_trade.read.pii_medium
to be granted to the calling API key.
This scope can be assigned by system admins through the API or Transact Portal.