yax_get_wallet_status
Check agent wallet balance, spend cap, remaining cap, and address to verify sufficient funds before making a payment.
Instructions
Returns the agent's wallet balance, spend cap, remaining cap for this period, and wallet address. Use before a payment to confirm funds are available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| balance_usdc | No | Current wallet balance in USDC. | |
| spend_cap_usd | No | Configured maximum spend cap in USD per period. | |
| cap_remaining_usd | No | Remaining spend cap in USD for the current period. | |
| custody | No | Custody model: always 'non-custodial'. |