- Internal keys: return all orders for the wallet.
- Regular developer keys: return only orders owned by the calling user for that wallet.
limit(default 50, max 200)offset(default 0)
Authorizations
Query Parameters
The wallet address to check the orders for
Max rows per page
Required range:
1 <= x <= 200Rows to skip (for pagination)
Required range:
x >= 0Response
Orders fetched successfully
The response is of type any.

