get_state_history
Retrieve the history of state changes for a specific blockchain key, using pagination to control results.
Instructions
List indexed history entries for a state key
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | State key in 'contract.variable:key' form | |
| limit | No | Maximum number of history entries to return | |
| offset | No | Pagination offset |