Solana Server Wallets

Create and manage Solana wallets for backend applications using thirdweb's secure server wallet infrastructure.

Capabilities

  • Wallet Management: Create and list Solana wallets
  • Balance & Transactions: Check balances, send SOL/SPL tokens, query transaction status
  • Signing: Sign messages and transactions without broadcasting
  • Token Swaps: Get quotes and execute swaps (mainnet only)
  • Raw Transactions: Build and broadcast custom transactions with full instruction control

Getting Started

  • Create a Server Wallet

    Create a Solana server wallet from the dashboard or via API.

  • Fund Your Wallet

    Transfer SOL to your wallet address to cover transaction fees.

  • Start Transacting

    Send tokens, sign messages, execute swaps, or submit custom transactions.


Wallet Management

List Solana Wallets

Loading

Create Solana Wallet

Loading

Balance & Tokens

Get Wallet Balance

Loading

Send Tokens

Transfer native SOL or SPL tokens. Automatically handles token account creation for SPL tokens.

Loading

Message & Transaction Signing

Sign Message

Loading

Sign Transaction

Sign a transaction without broadcasting. Provide a serialized transaction or instructions to assemble one.

Loading

Broadcast Signed Transaction

Loading

Custom Transactions

Send Transaction

Submit a transaction composed of one or more instructions. Transactions are queued and processed asynchronously.

Loading

Get Transaction Status

Failed to load OpenAPI specification: Path /v1/solana/transactions/{transactionId} not found in OpenAPI spec

Token Swaps

Get Swap Quote

Loading

Execute Swap

Loading

Example Workflow

curl -X POST "https://api.thirdweb.com/v1/solana/wallets" \
-H "Content-Type: application/json" \
-H "x-secret-key: YOUR_SECRET_KEY" \
-d '{"label": "treasury-wallet"}'
{
"result": {
"address": "8JBLmveV4YF5AQ7EVnKJgyj6etGgVkPp3tYqQMTu3p5B",
"label": "treasury-wallet",
"createdAt": "2024-01-15T10:30:00Z",
"updatedAt": "2024-01-15T10:30:00Z"
}
}

Network Identifiers

NetworkIdentifier
Mainnetsolana:mainnet
Devnetsolana:devnet