q402_recurring_fires
Check past-fire history for a recurring-payment rule: get timestamps, settled amounts, tx hashes, and partial-failure flags for up to 50 entries. Verify payouts or track total spending.
Instructions
Read the past-fire history of a specific recurring-payment rule. Returns up to 50 entries (newest first), each with the timestamp, scheduled slot, total USD amount that settled, on-chain tx hashes, and a partial-failure flag if some recipient rows didn't make it. Use this when the user asks 'when was the last fire?', 'did Friday's payout go out?', 'how much has rule X spent?', or before claiming a fire is missing. Authenticated by the configured Multichain API key. Read-only - does not trigger or modify anything. Call q402_recurring_list first to find the ruleId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max number of fires to return (1-50, newest first). Defaults to 50. | |
| ruleId | Yes | Rule id from q402_recurring_list. Required. | |
| walletId | No | Optional. Lowercased Agent Wallet address when the user holds multiple wallets. Defaults to Q402_AGENT_WALLET_ADDRESS env, then the owner's default wallet on the server. |