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.

Authorizations

x-sx-api-key
string
header
required

API key, sent as the x-sx-api-key header.

Query Parameters

marketHash
string

Market ID to filter by.

eventId
string

Event ID to filter by.

Required string length: 2 - 64
sortBy
enum<string>
default:createdAt

Sort the full result before paging. Default createdAt. event groups by fixture then market (eventId order, not soonest kickoff). totalBetSize is the order's original size.

Available options:
createdAt,
event,
totalBetSize
sortAsc
boolean
default:true

Sort ascending. Defaults to true (oldest / smallest first).

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 24, 2026