Get Fills by Order ID
Fills
Get Fills by Order ID
Returns all fills for a given order. The orderID path parameter can be:
- An internal order ID (e.g.
197ec08e001658690721be129e7fa595). - A client order ID prefixed with
client:(e.g.client:abc123).
GET
Get Fills by Order ID
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Internal order ID, or client:{clientOrderID} for client order ID lookup
Example:
"197ec08e001658690721be129e7fa595"
Response
List of fills for the order
Whether the request was successful
Example:
true
Error message, present only on failure
Example:
""
Semantic error code. See each endpoint's error responses for the specific codes it can return.
Deprecation notice, if applicable
Example:
""