User Orders
Get all orders placed by the authenticated user for a specific market
Path parameters
Market slug identifier
Query parameters
Order status(es) to filter by. Defaults to [LIVE] if not provided
Maximum number of orders to return
Response
List of user orders for the market
Example response
{
"orders": [
{
"id": "12345",
"side": "BUY",
"price": "0.75",
"quantity": "100",
"status": "LIVE"
}
]
}Changes
Changed in 2 of the 32 revisions of this API.3
- ○
added the enum value
CANCELEDto the propertyitems/of thequeryrequest parameterstatusesrequest-parameter-property-enum-value-added
- ○
added the enum value
UNMATCHEDto the propertyitems/of thequeryrequest parameterstatusesrequest-parameter-property-enum-value-added
- ○
- ○
the endpoint scheme security
limitless_sessionwas removed from the APIapi-security-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○