get_orders
Retrieve open, filled, expired, or cancelled orders from the Counterparty DEX. Filter by status and paginate results for efficient trading analysis.
Instructions
Get orders on the Counterparty DEX (default: open)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of results to return | |
| cursor | No | Pagination cursor from previous response | |
| offset | No | Number of results to skip | |
| status | No | Order status filter | open |