Post Bootstrapping Intent Polygon API

Request Object to Create a New Bootstrapping Intent for Polygon

Parameters

Responses

Example cURL Request

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

Example Responses