Post Rewards Withdrawal IntentAsk AIpost https://svc.blockdaemon.com/boss/v1/polygon/{network}/rewards/withdrawal-intentsCreates a new withdrawal intent that withdraws only the accumulated rewards. Staked tokens stay untouched and keep earning rewards.Path ParamsnetworkstringenumrequiredPolygon networkmainnetgoerlipraterAllowed:mainnetgoerlipraterBody ParamsNewRewardsWithdrawIntentPolygonwallet_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 withdrawal intent created 400Invalid request. 401Header 'X-API-Key' missing. 500Internal server error.Updated 2 days ago