# Transfer Solana tokens to another wallet Transfer Solana tokens to another wallet. Authentication with an API key is required. Endpoint: POST /user/{address}/wallet/solana/transfer Version: 1.0.0 ## Path parameters: - `address` (string, required) The address to initiate the transfer ## Header parameters: - `Authorization` (string, required) The JWT access token that authorizes the request Example: "my-jwt-access-token" ## Request fields (application/json): - `destinationWalletAddress` (string) Destination wallet address Example: "The Base-58 encoded recipient address" - `tokenAddress` (string) (Optional) Contract address address of SPL token Example: "(Optional) Contract address address of SPL token" - `tokenAmount` (number) Amount to send Example: 1 - `waitForConfirmation` (boolean) Wait for on-chain confirmation after broadcasting the transaction ## Response 200 fields (application/json): - `hash` (string) Result of a transaction operation Example: "The Base-58 encoded transaction hash" - `confirmed` (boolean) Indicates whether the transaction is confirmed on-chain ## Response 400 fields ## Response 404 fields