get_address_dispensers
List all dispensers created by a given Bitcoin address, filtering by status and using pagination to manage large result sets.
Instructions
Get all dispensers created 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 | Status: 0=open, 1=closed, 10=closing | |
| address | Yes | Bitcoin address |