send_token
Send native coins or tokens from your wallet. For token transfers, provide token type and metadata (address, decimals, symbol) or asset identifier.
Instructions
Send SOL/ETH or tokens from the wallet. For token transfers, specify type and token info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Destination wallet address | |
| amount | Yes | Amount in smallest units (wei for EVM, lamports for Solana). Example: "1000000000000000000" = 1 ETH, "1000000000" = 1 SOL | |
| memo | No | Optional transaction memo | |
| type | No | Transaction type. Default: TRANSFER (native). TOKEN_TRANSFER for SPL/ERC-20 | |
| network | No | Target network (e.g., "polygon-mainnet" or CAIP-2 "eip155:137"). Required for EVM wallets; auto-resolved for Solana. | |
| token | No | Required for TOKEN_TRANSFER. Provide full metadata (address/decimals/symbol) OR assetId alone for auto-resolve. | |
| wallet_id | No | Target wallet ID. Required for multi-wallet sessions; auto-resolved when session has a single wallet. | |
| gas_condition | No | Gas price condition for deferred execution. At least one of max_gas_price or max_priority_fee required. |