Post Rewards Withdrawal Intent Polygon API

NewRewardsWithdrawIntentPolygon

Request object to create a new rewards withdrawal intent for Polygon.

Parameters

wallet_address

validator_share_address

plan_id

token_type

Response Codes

Example Request

curl --request POST \
     --url https://svc.blockdaemon.com/boss/v1/polygon/mainnet/rewards/withdrawal-intents \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '{"token_type":"POL"}'

Allowed Response Types