Skip to main content

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

NameTypeDescription
tradeIdstringThe ID of the trade (path)

Request Headers

NameTypeDescription
tenantIdstringThe tenant ID (header)
userIdstringThe user ID (header)
countryCodestringThe 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-TypeValue
apiKey{{apiKey}}
tenantIdstring
userIdstring
countryCodestring

🔑 Authentication bearer

ParamValueType
token{{accessCode}} string

LANGUAGE

AUTHORIZATION

Bearer

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!