get https://api-sandboxdash.norcapsecurities.com/tapiv3/index.php/v3/ppex/trades
This endpoint retrieves a list of PPEX trades. It supports pagination, filtering, and sorting capabilities.
Response Structure
{
"statusCode": "101",
"statusDesc": "Ok",
"ppex_trades": [
{
"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"
}
],
"pagination": {
"totalRecords": 100,
"startIndex": 0,
"endIndex": 0
}
}
Examples
- Basic query (default behavior):
GET /v3/ppex/trades
- Limit the number of results:
GET /v3/ppex/trades?limit=1
- Use limit and offset for pagination:
GET /v3/ppex/trades?limit=1&offset=2
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.
Filtering
For more information on filtering see