get_agent_spend_limit
Read the per-payment spend limit
Returns the maximum the account owner allows for any single payment from the managed wallet: maxPerPaymentUsdc, plus the min, max, and default bounds it can be set within, all in whole USDC. The limit defaults to $1,000 and ranges from $1 to $50,000. It applies to every payment agentX402Pay makes, Laso routes and external url endpoints alike.
Check an amount against this before attempting a payment rather than waiting to be refused. Compare the fee-inclusive total, since fees are added on top of the amount you request. Read-only to an agent: only the account owner can change the limit, from the dashboard. If a payment would exceed it, do not split it into smaller payments. Stop and tell your human.
Free.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| auth_token | No | Laso credential. Only if the MCP connection has no Authorization header. |