ppex/trades/{id}

This endpoint retrieves a single PPEX trade.

Log in to see full request history

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

  1. Basic query (fetch the resource in the example above):
GET /v3/ppex/trades/81

Permissions

This method requires the scopeppex_trade.read.pii_mediumto be granted to the calling API key.

This scope can be assigned by system admins through the API or Transact Portal.

Path Params
string
required

The unique identifier of the trade to query

Headers
string

A bearer token composed of a client ID and API key

Responses

Language
Request
Click Try It! to start a request and see the response here! Or choose an example:
application/json