get_sends
Fetch all sends (token transfers) from a specific Bitcoin address, with optional pagination for large result sets.
Instructions
Get all sends (token transfers) from 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 | |
| address | Yes | Bitcoin address |