Skip to main content
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.
Transfers are subject to your agent’s policy limits. If the transfer exceeds maxSingleTransactionInUsd or the daily limit, the request is rejected. Configure limits via Update policy.

Request body

string
required
Recipient’s Solana wallet address.
number
required
Amount to transfer, denominated in the token’s standard unit (e.g., 1.5 for 1.5 SOL or 100 for 100 USDC).
string
Token symbol (e.g., USDC, BONK) or mint address. Omit this field to transfer native SOL.

Response

boolean
true when the transfer succeeds.
object

Errors