Post Rewards Restake IntentAsk AIpost https://svc.blockdaemon.com/boss/v1/polygon/{network}/rewards/restake-intentsCreates a new restake intent that restakes token rewards to the validator and increases the delegation stake.Path ParamsnetworkstringenumrequiredPolygon networkmainnetgoerlipraterAllowed:mainnetgoerlipraterBody Paramswallet_addressstringrequiredHex-encoded Ethereum account or smart contract address.validator_share_addressstringHex-encoded Ethereum account or smart contract address.plan_idstringThis 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_typestringenumDefaults to POLPolygon token typeMATICPOLAllowed:MATICPOLResponses 200Rewards restake intent created 400Invalid request. 401Header 'X-API-Key' missing. 500Internal server error.Updated 2 months ago