get_coin_withdrawals
Retrieve withdrawal history for a specific cryptocurrency. Filter by date and control pagination for large result sets.
Instructions
Get withdrawal history for a specific cryptocurrency.
Args: currency: Crypto symbol, e.g. "BTC", "ETH". offset: Pagination offset. limit: Max results (up to 1000). from_date: Only return withdrawals from this date (YYYY-MM-DD).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| currency | Yes | ||
| offset | No | ||
| limit | No | ||
| from_date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |