Skip to main content
GET
Get your orders
GET /orders-v3 returns the orders the authenticated account has resting on the book right now, oldest first. The scope is your own account.
Orders leave the book when they are filled or cancelled. An order’s absence from this response does not say why it left. Look up a specific id with GET /orders-v3/{orderId} (any status), watch account:orders_v3 for every status change, or see Tracking your orders.

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.

Query Parameters

marketHash
string

Market ID to filter by.

eventId
string

Event ID to filter by.

Required string length: 2 - 64
perPage
integer
default:50

Rows per page.

Required range: 1 <= x <= 100
nextKey
string

Cursor from the previous response to continue pagination.

Response

status
string

success or failure if the request succeeded or not

data
object
Last modified on August 11, 2026