Skip to main content
GET
Get user orders (v3 — amounts carry USD).

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

user_address
string
required

User address

Query Parameters

cursor
string

Cursor used to fetch the next page, obtained from the response's next_cursor.

limit
integer

Number of orders to request

Required range: x >= 1

Response

Get orders

Paginated orders response (v3).

orders
object[]
required
nextCursor
string | null