---
title: "Get token template"
method: GET
path: "/token-templates/{templateId}"
tags: ["tokens"]
---

# Get token template

`GET /token-templates/{templateId}`

## Path parameters

- `templateId` string, required

## Response `200`

OK

- TokenTemplate — A reviewed contract template. **Beta / Proposed.**
  - `id` string
  - `standard` TokenStandard — A QRC token standard supported by Qustody. **Beta / Proposed.**
    - `standard` 'QRC-20' | 'QRC-721' | 'QRC-1155' | 'QRC-1400' | 'QRC-3643' | 'QRC-4626' | 'QRC-3525'
    - `title` string
    - `description` string
    - `supportsMint` boolean
    - `supportsBurn` boolean
    - `supportsRoles` boolean
    - `supportsPause` boolean
    - `supportsFreeze` boolean
    - `supportsCompliance` boolean
    - `supportsAllowlist` boolean
    - `implementationStatus` 'IMPLEMENTED' | 'PROPOSED'
  - `name` string
  - `version` string
  - `description` string
  - `auditedBy` string, nullable
  - `supportedChains` string[]
  - `createdAt` string, date-time

## Other responses

- `default` — Error

---

[API](https://skmtc.net/quantum-chain-pte-ltd/apis/qustody-api.md) · [All operations](https://skmtc.net/quantum-chain-pte-ltd/apis/qustody-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/quantum-chain-pte-ltd/qustody-api/versions/ecb2cea3c096/schema)
