List orders for a wallet
Order Endpoints
List orders for a wallet
Returns only orders belonging to the API key’s user for that wallet.
Pagination:
- limit: maximum number of rows to return (default 50)
- offset: number of rows to skip before starting to return results (combine with limit for offset-based pagination)
GET
List orders for a wallet
List orders for a wallet address.
Auth & Scope
- 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

