Logo
Fireblocks API Documentation

Return contract template's constructor

GET {{baseUrl}}/tokenization/templates/:contractTemplateId/constructor

Return contract template's constructor ABI

 

Body PARAM

Key Datatype Required Description 
withDocs
boolean true if you want to get the abi with its docs



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "type": "error", "inputs": [ { "name": "<string>", "type": "<string>", "description": "<string>", "internalType": "<string>", "components": [ { "value": "<Circular reference to #/components/schemas/Parameter detected>" }, { "value": "<Circular reference to #/components/schemas/Parameter detected>" } ] }, { "name": "<string>", "type": "<string>", "description": "<string>", "internalType": "<string>", "components": [ { "value": "<Circular reference to #/components/schemas/Parameter detected>" }, { "value": "<Circular reference to #/components/schemas/Parameter detected>" } ] } ], "name": "<string>", "stateMutability": "payable", "outputs": [ { "name": "<string>", "type": "<string>", "description": "<string>", "internalType": "<string>", "components": [ { "value": "<Circular reference to #/components/schemas/Parameter detected>" }, { "value": "<Circular reference to #/components/schemas/Parameter detected>" } ] }, { "name": "<string>", "type": "<string>", "description": "<string>", "internalType": "<string>", "components": [ { "value": "<Circular reference to #/components/schemas/Parameter detected>" }, { "value": "<Circular reference to #/components/schemas/Parameter detected>" } ] } ], "description": "<string>" }

Curl
curl -X GET 'https://api.fireblocks.io/v1/tokenization/templates/:contractTemplateId/constructor?withDocs=false' -H 'Accept: application/json'

ENDPOINTS