Post Withdrawal Intent Polygon API

Polygon Network Withdrawal Intents

Request Object

Request object to create a new withdrawal intent for Polygon.

Fields

Responses

Example Request

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

Response Codes