get_address_orders
Fetch all decentralized exchange orders placed by a given Bitcoin address, with optional filters for status and pagination.
Instructions
Get all DEX orders placed by a specific address
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 | |
| address | Yes | Bitcoin address |