ramzinex_get_orders
Fetch your order history with optional filters for type, pair, currency, state, and buy/sell, plus pagination controls.
Instructions
List my orders, filterable and paginated (read-only).
Persian purpose: فهرست سفارشهای کاربر. Requires a configured API token.
Maps to POST /exchange/api/v1.0/exchange/users/me/orders2 with a JSON
body of filters.
Args: limit: Max number of orders to return (1-1000, default 200). offset: Number of orders to skip for pagination (default 0). types: Optional list of order-type ids to filter by. pairs: Optional list of pair ids to filter by. currencies: Optional list of currency ids to filter by. states: Optional list of order-state ids to filter by (e.g. open). is_buy: When true, return only buy orders (default false). instance: Configured instance to use (default when omitted).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| types | No | ||
| pairs | No | ||
| currencies | No | ||
| states | No | ||
| is_buy | No | ||
| instance | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||