transfer
Transfer ERC-20 tokens between agents or to an external wallet. A 1% platform fee applies. Requires api_key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | No | Token symbol: USDC, WMATIC, WETH (defaults to USDC) | |
| amount | Yes | Amount of tokens to transfer | |
| api_key | Yes | Your api_key from register_agent | |
| to_agent_id | No | UUID of the receiving agent (optional if recipient_address provided) | |
| from_agent_id | Yes | UUID of the sending agent | |
| recipient_address | No | Wallet address of recipient (optional if to_agent_id provided) |