> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cloud.coinbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# sendSolanaTransaction

```ts theme={null}
function sendSolanaTransaction(options: SendSolanaTransactionOptions): Promise<SendSolanaTransactionResult>;
```

Send a Solana transaction.

## Parameters

| Parameter | Type                                                                                                                      | Description                                     |
| --------- | ------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------- |
| `options` | [`SendSolanaTransactionOptions`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-core/Type-Aliases/SendSolanaTransactionOptions) | The options for sending the Solana transaction. |

## Returns

`Promise`\<[`SendSolanaTransactionResult`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-core/Type-Aliases/SendSolanaTransactionResult)>

The transaction signature.
