# Solana wallet endpoints ## Sign a message with a Solana wallet - [POST /user/{address}/wallet/solana/signature](https://docs.unstoppabledomains.com/apis/profile-v1/openapi/solana-wallet-endpoints/paths/~1user~1%7Baddress%7D~1wallet~1solana~1signature/post.md): Sign a message with a Solana wallet. Authentication with an API key is required. ## Retrieve status of a transaction hash - [GET /user/{address}/wallet/solana/status](https://docs.unstoppabledomains.com/apis/profile-v1/openapi/solana-wallet-endpoints/paths/~1user~1%7Baddress%7D~1wallet~1solana~1status/get.md): Retrieve status of a transaction hash. Authentication with an API key is required. ## Sign a transaction with a Solana wallet - [POST /user/{address}/wallet/solana/transaction](https://docs.unstoppabledomains.com/apis/profile-v1/openapi/solana-wallet-endpoints/paths/~1user~1%7Baddress%7D~1wallet~1solana~1transaction/post.md): Sign a transaction with a Solana wallet. Authentication with an API key is required. ## Transfer Solana tokens to another wallet - [POST /user/{address}/wallet/solana/transfer](https://docs.unstoppabledomains.com/apis/profile-v1/openapi/solana-wallet-endpoints/paths/~1user~1%7Baddress%7D~1wallet~1solana~1transfer/post.md): Transfer Solana tokens to another wallet. Authentication with an API key is required.