---
updatedAt: 2026-06-09T12:37:52.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

View an example showing how to use Blockdaemon Polygon Staking API.

On this page, you will find a TypeScript example showing how to send a POL transaction using the **Polygon Staking API**. It includes functions for staking, unstaking, and manage rewards for POL tokens.

## Prerequisites

You’ll need the following before running the script:

* A funded Polygon wallet address
* Your Blockdaemon API Key

## Tutorial

*⬇️ Follow the step-by-step guide in the recipe below:*

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

> 👍 Reference
>
> * View the Polygon - Staking API Endpoints [here](https://docs.blockdaemon.com/reference/polygon-api-overview).
> * View the Polygon - Staking Reporting API Endpoints [here](https://docs.blockdaemon.com/reference/polygon-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.