---
title: "Post Rewards Restake Intent"
method: POST
path: "/v1/polygon/{network}/rewards/restake-intents"
tags: ["Polygon"]
---

# Post Rewards Restake Intent

`POST /v1/polygon/{network}/rewards/restake-intents`

Creates a new restake intent that restakes token rewards to the validator and increases the delegation stake.

## Request body

- NewRewardsRestakeIntentPolygon — Request object to create a new Rewards Restake Intent for Polygon
  - `wallet_address` string, hex, required — Hex-encoded Ethereum [account or smart contract address](https://ethereum.org/en/developers/docs/accounts/).
  - `validator_share_address` string, hex — Hex-encoded Ethereum [account or smart contract address](https://ethereum.org/en/developers/docs/accounts/).
  - `plan_id` string — This feature enables you to stake to validators from the specified plan(s). When no plan id is specified, validators across all plans that match the API route will be available for staking. If it is a shared plan, you can to stake to validators on a shared node from the specified plan.
  - `token_type` 'MATIC' | 'POL' — Polygon token type

## Response `200`

Rewards restake intent created

- RewardsRestakeIntent
  - `protocol` 'ethereum' | 'polkadot' | 'solana' | 'cosmos' | 'polygon' | 'near' | 'cardano' | 'avalanche' | 'binance', required — Blockchain protocol.
  - `network` 'mainnet' | 'holesky' | 'hoodi', required — Network
  - `polygon` RewardsRestakeIntentPolygon
    - `to` string, hex, required — Hex-encoded Ethereum [account or smart contract address](https://ethereum.org/en/developers/docs/accounts/).
    - `unsigned_transaction` string, base64, required — Generated unsigned transaction smart contract call data.
    - `wallet_address` string, hex, required — Hex-encoded Ethereum [account or smart contract address](https://ethereum.org/en/developers/docs/accounts/).
  - `customer_id` string, required — Unique identifier for a customer

## Other responses

- `400` — Invalid request.
- `401` — Unauthorized
- `500` — Internal server error

---

[API](https://skmtc.net/blockdaemon/apis/staking-api.md) · [All operations](https://skmtc.net/blockdaemon/apis/staking-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blockdaemon/staking-api/versions/f94e296a08a3/schema)
