Match Collection and Trade Order
Endpoint: POST /v2/gc/trade-orders/match
Description: Match a collection order to one or more trade orders, or a trade order to one or more collection orders, to associate incoming funds with their commercial background.
Request
Request Body Field Descriptions (JSON)
Field Name
Type
Required
Description
targetOrderList object item fields:
targetOrderList object item fields:Field Name
Type
Required
Description
Request sample
{
"requestId": "d4e5f6a7-8901-4bcd-ef23-456789012345",
"type": "COLLECT_MATCH_TRADE",
"sourceOrderId": "CO-20240302-000091",
"targetOrderList": [
{
"targetOrderId": "TO-20240301-000182",
"matchAmount": 15800.00
}
]
}Response
Response Field Descriptions
Field Name
Type
Description
data object fields:
data object fields:Field Name
Type
Description
docs object item fields:
docs object item fields:Field Name
Type
Description
Response sample
Example cURL
Notes
Last updated
Was this helpful?