get_object_history
Retrieve all transactions that have interacted with a specific object on the Sui blockchain to trace its provenance history.
Instructions
Find all transactions that touched a given object (trace provenance).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objectId | Yes | Object ID to trace | |
| limit | No | Max transactions (default: 20) |