Skip to main content
GET
Get unmatched orders
Returns all of the caller’s open orders that are currently resting on the exchange and available to be matched.

Request

GET /user/getUnmatched Takes no parameters.

Response

array
Array of open orders, sorted ascending by game start time.

Example

Authorizations

Authorization
string
header
required

Pass your auth token in the Authorization header. The Bearer prefix is optional; the server also accepts a signed auth cookie or a token field in the request body.

Response

Unmatched orders list

data
object