get_account_history
Retrieve a Hive account's transaction history, filtering by operation type such as transfers or votes.
Instructions
Retrieves transaction history for a Hive account with optional operation type filtering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of operations to return | |
| username | Yes | Hive username | |
| operation_filter | No | Operation types to filter for. Can be provided as an array ['transfer', 'vote'] or a comma-separated string 'transfer,vote' |