Get Trade by Trade ID
GET /api/v1/trade-tracking-pipeline/trades/{tradeId}
Description
Retrieve a trade by its trade ID from the trade tracking pipeline.
Path Parameters
| Name | Type | Description |
|---|---|---|
tradeId | string | The ID of the trade (path) |
Request Headers
| Name | Type | Description |
|---|---|---|
tenantId | string | The tenant ID (header) |
userId | string | The user ID (header) |
countryCode | string | The country code (header) |
Example
GET /api/v1/trade-tracking-pipeline/trades/{tradeId}
tenantId: string
userId: string
countryCode: string
Response Code: 200 - OK
Description
Successfully retrieved the trade.
Headers
| Content-Type | Value |
|---|---|
| apiKey | {{apiKey}} |
| tenantId | string |
| userId | string |
| countryCode | string |
🔑 Authentication bearer
| Param | Value | Type |
|---|---|---|
| token | {{accessCode}} | string |
LANGUAGE
CURL REQUEST
curl --request GET \
--url /api/v1/trade-tracking-pipeline/trades/{tradeId} \
--header 'accept: application/json' \
--header 'content-type: application/json'
RESPONSE
Click Try It! to start a request and see the response here!