Post Deactivation Intent Polygon API

Request Object for Creating Deactivation Intent for Polygon

Parameters

Response Codes

Example cURL Request

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

Example Response Codes