List all contract templates
Return minimal representation of all the contract templates available for the workspace. Endpoint Permission: Admin, Non-Signing Admin, Signer, Approver, Editor, Viewer.
GET
TypeScript
Documentation Index
Fetch the complete documentation index at: https://developers.fireblocks.com/llms.txt
Use this file to discover all available pages before exploring further.
Query Parameters
Items per page (max 100)
Required range:
1 <= x <= 100Paging offset
Required range:
x >= 0Page cursor to get the next page
Number of items per page, requesting more then max will return max items
Required range:
1 <= x <= 100The type of the contract templates you wish to retrieve. Can accept one type, more or none
Available options:
FUNGIBLE_TOKEN, NON_FUNGIBLE_TOKEN, TOKEN_UTILITY For standalone contracts use ON_DEPLOYMENT and for contracts that are behind proxies use POST_DEPLOYMENT
Available options:
ON_DEPLOYMENT, POST_DEPLOYMENT Previous
Upload contract templateUpload a new contract template. This contract template will be available for the workspace
Next
TypeScript