---
updatedAt: 2026-06-09T12:38:17.000Z
---

Fetch the complete documentation index at: https://docs.blockdaemon.com/llms.txt. Use this file to discover all available pages before exploring further. Append .md to any documentation page URL to get its markdown version.

# Staking API

On this page, you will find a TypeScript example showing how to send a SOL transaction using the **Solana Staking API**. It signs and broadcasts the transaction using the standardized Solana SDK and RPC endpoints. These are supported by Blockdaemon through the [RPC API for Solana](https://docs.blockdaemon.com/reference/solana-rpc-api).

## Prerequisites

You’ll need the following before running the script:

* Funded Solana account (devnet or mainnet)
* Blockdaemon API key

## Tutorial

*⬇️ See tutorial in the recipe below:*

<TutorialTile
  backgroundColor="#9c63dc"
  emoji="💡"
  id="6867f0a25e4f5a00614c6b83"
  link="https://docs.blockdaemon.com/v1.0/recipes/stake-sol-via-blockdaemon-api"
  slug="stake-sol-via-blockdaemon-api"
  title="Stake SOL via Blockdaemon API"
/>

> 👍 Reference
>
> * View the Solana - Staking API Endpoints [here](https://docs.blockdaemon.com/reference/solana-api-overview).
> * View the Solana - Staking Reporting API Endpoints [here](https://docs.blockdaemon.com/reference/solana-reporting-api-overview).

<br />

## 👋 Need Help?

Contact us through [email](mailto:support@blockdaemon.com) or our [support page](https://www.blockdaemon.com/support) for any issues, bugs, or assistance you may need.