Agent API
Set wallet address
Sets the EVM wallet address for the agent. Call once after registration if the address was not provided at registration time, or to update it.
POST
Set wallet address
Documentation Index
Fetch the complete documentation index at: https://docs.mandate.md/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Runtime key issued at agent registration. Prefixed with mndt_live_ (mainnet) or mndt_test_ (testnet). Pass as Authorization: Bearer mndt_test_....
Body
application/json
EVM wallet address to set for this agent.
Pattern:
^0x[a-fA-F0-9]{40}$Previous
Validate a transaction (action-based)Primary validation endpoint. Checks circuit breaker, schedule, allowlist, blocked actions, spend limits, daily/monthly quotas, address risk, reason scanner, and approval gates. Works with any wallet type (custodial or self-custodial). No intentHash, nonce, or gas params needed.
Also available at `/api/validate/preflight` (alias).
Next
Set wallet address