check_spend_limit
Verify payment amounts against wallet spend limits before processing transactions. Returns approval status with remaining budget details to prevent queuing issues.
Instructions
Check whether a proposed payment amount is within the wallet's autonomous spend limits. Returns a clear yes/no with remaining budget details. Use this before send_payment to avoid surprise queuing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount_eth | Yes | Amount in ETH to check (e.g. "0.01") | |
| token | No | Token address. Omit for native ETH. |