Get supported blockchains for the template
TypeScript
const response: Promise<FireblocksResponse<SupportedBlockChainsResponse>> = fireblocks.contractTemplates.getSupportedBlockchainsByTemplateId(contractTemplatesApiGetSupportedBlockchainsByTemplateIdRequest);
{ "supportsAllBlockchains": true, "supportedBlockchains": [ { "id": "9f9f7062-df90-4fc0-8697-96685184357b", "legacyId": "ETH", "displayName": "Ethereum", "nativeAssetId": "9f9f7062-df90-4fc0-8697-96685184356a" } ] }
Documentation IndexFetch the complete documentation index at: https://developers.fireblocks.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developers.fireblocks.com/llms.txt
Use this file to discover all available pages before exploring further.
The Contract Template identifier
Supported blockchains list
Boolean representing if all blockchains are supported
true
List of supported blockchains
Show child attributes