Wallet
Transfer tokens
Transfer SOL or SPL tokens to another Solana address
POST
Sends SOL or any SPL token from the agent’s wallet to a recipient address. Omit the
mint field to send native SOL.
Requires authentication via Bearer token.
Request body
Recipient’s Solana wallet address.
Amount to transfer, denominated in the token’s standard unit (e.g.,
1.5 for 1.5 SOL or 100 for 100 USDC).Token symbol (e.g.,
USDC, BONK) or mint address. Omit this field to transfer native SOL.Response
true when the transfer succeeds.Errors
| Status | Description |
|---|---|
400 | Invalid address, amount, or token symbol |
401 | Missing or invalid Bearer token |
403 | Transfer blocked by agent policy |
429 | Rate limit exceeded |