Retrieve trade (v2)
GET/v2/trades/:id
Retrieves the trade for the given id.
v2 Changes: This endpoint returns an enhanced Trade object with improved date semantics:
submitted_datetime: When the trade was submitted (replaces v1trade_date)trade_date: The actual trade execution datevalue_date: The settlement date for the trade
Request
Responses
- 200
- 400
- 401
- 404
- 500
- 503
Your request has been successfully processed.
One or more parameter values are invalid. Please check and retry.
Authentication token is required for this action that was not provided, expired or invalid.
The requested endpoint or entity does not exist.
Internal server error.
The server is currently unavailable due to non-working hours. Please try again later.