get_order_matches
Retrieve all matches for a specific DEX order using its transaction hash. Filter by status and paginate results.
Instructions
Get matches for a specific DEX order
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 | Match status filter | |
| order_hash | Yes | Order transaction hash |