get_history
Retrieve recent Ethereum transaction attempts sorted newest-first, with statuses like sent, failed, or settled. Use limit to control how many entries are returned.
Instructions
Returns recent transaction attempts, newest first. status is one of sent, blocked, failed, signed (x402 signed, awaiting settlement), settled (x402 settled, settle_tx is the settlement tx), or settle_failed. Use limit to cap how many come back (default 20).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many recent entries to return (default 20, max 200). |