Skip to main content
GET
Get an order by client ID
GET /orders-v3/client/{clientOrderId} returns one order belonging to the authenticated account. Unlike GET /orders-v3, this is not limited to orders resting on the book — filled, cancelled, and expired orders are returned when they still exist. Pass the clientOrderId you set on POST /orders-v3. The tag is unique per address, so this returns at most one row.
A missing tag, a tag that was never set, or a tag that belongs to another account, returns 404. The response does not distinguish those cases.

Authorizations

x-sx-api-key
string
header
required

API key, sent as the x-sx-api-key header. Generate one from the API keys section of your account page on sx.bet.

Path Parameters

clientOrderId
string
required

The client-supplied order id (same charset and uniqueness rules as on POST /orders-v3).

Maximum string length: 64
Pattern: ^[A-Za-z0-9_-]+$

Response

status
string

success or failure if the request succeeded or not

data
object
Last modified on August 19, 2026