List all contract templates
GET {{baseUrl}}/tokenization/templates
Return minimal representation of all the contract templates available for the workspace
Body
PARAM
Key | Datatype | Required | Description |
limit
|
number | Items per page (max 100) | |
offset
|
number | Paging offset | |
pageCursor
|
string | Page cursor to get the next page | |
pageSize
|
string | Number of items per page, requesting more then max will return max items | |
type
|
string | The type of the contract templates you wish to retrieve. Can accept one type, more or none | |
initializationPhase
|
string |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string | Curl curl -X GET 'https://api.fireblocks.io/v1/tokenization/templates?limit=100&offset=0&pageCursor=<string>&pageSize=<number>&type=TOKEN_UTILITY&initializationPhase=POST_DEPLOYMENT' -H 'Accept: application/json' ENDPOINTS |