Skip to main content
GET
Get a maker's de-anonymized orders
GET /orders-v3/public/user lists one maker’s resting orders. Only orders that maker placed while de-anonymized are returned.

Authorizations

x-sx-api-key
string
header
required

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

Query Parameters

userAddress
string
required

The maker to read, as a checksummed address. 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