get_history
Retrieve recent transaction attempts with status details, newest first. Set a limit to control the number of entries returned.
Instructions
Returns the active account's 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). |