Skip to main content
GET
Get de-anonymized orders on a market
GET /orders-v3/public lists the de-anonymized orders for a particular market. Only orders placed while the order’s owner was de-anonymized are returned.
This is not the order book and it only shows a very small fraction of the total liquidity. Anonymized orders are omitted. To recreate the actual book, subscribe to order book updates and seed from the snapshot.
For a live view of de-anonymized orders, subscribe to de-anonymized order updates and seed from this route.

Authorizations

x-sx-api-key
string
header
required

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

Query Parameters

marketHash
string
required

The market to read. Required.

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 September 22, 2026