---
title: "Transfer Solana tokens to another wallet"
method: POST
path: "/user/{address}/wallet/solana/transfer"
tags: ["Solana wallet endpoints"]
---

# Transfer Solana tokens to another wallet

`POST /user/{address}/wallet/solana/transfer`

Transfer Solana tokens to another wallet. Authentication with an API key is required.

## Path parameters

- `address` string, required

## Headers

- `Authorization` string, required

## Request body

- SolanaTransferRequest
  - `destinationWalletAddress` string — Destination wallet address
  - `tokenAddress` string — (Optional) Contract address address of SPL token
  - `tokenAmount` number — Amount to send
  - `waitForConfirmation` boolean — Wait for on-chain confirmation after broadcasting the transaction

## Response `200`

Transfer result

- SolanaTransactionResponse[]
  - `hash` string — Result of a transaction operation
  - `confirmed` boolean — Indicates whether the transaction is confirmed on-chain

## Other responses

- `400` — Invalid address
- `404` — Address not found

---

[API](https://skmtc.net/unstoppabledomains/apis/profile-api.md) · [All operations](https://skmtc.net/unstoppabledomains/apis/profile-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unstoppabledomains/profile-api/revisions/10f8400cb1c1/schema)
