Skip to main content
GET
Returns a paginated list of orders placed by the specified user across all on-chain order books in the instance.

Authentication

Requires an instance API key with the trading service enabled.

Path Parameters

userAddress
string
required
EVM address of the user. Must match 0x[a-fA-F0-9]{40}.

Query Parameters

status
string
Filter by order status (e.g. OPEN, FILLED, CANCELLED, PARTIALLY_FILLED).
limit
integer
Number of results to return. Default 50, maximum 100.
offset
integer
Offset for pagination. Default 0.