GET
List org trade order fills
List all trade order fills for an organization.
Query Params
-
organizationIdstring requiredThe ID of the organization that owns the trade order -
orderIdstring requiredThe ID of the trade order to list fills for -
limitstringMaximum number of fills to return in this page -
offsetstringNumber of fills to skip before starting this page
Responses
200
Response Body
object
-
dataarray of objects requireddata object
-
idstring required -
orderIdstring required -
timestring required -
productstring required -
sidestring requiredANY OF
string enum
string enum
-
pricestring required -
quoteQuantitystring required -
quantitystring required -
settledboolean required
-