Validate Order by ID
Validate an existing order by providing its ID
Last updated
Validate an existing order by providing its ID
Last updated
This GET endpoint enables to you to validate an existing order by providing its ID as well as the ID of the trading account from which the order was placed.
GET
baseURL/v{apiVersion}/accounts/{accountID}/verified/orders/{orderID}
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
apiVersion*
String
The version of the API. Unless necessary, leave it at 1.0
.
accountID*
String
The ID of the trading account from which the order was placed.
orderID*
String
The ID of the order that is to be validated.
Authorization*
String
This is the authorization token from the very first token request. The value of this header must have the following format: Bearer BQ898r9fefi
(Bearer
+ 1 space + the token).