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

# Get token template

`GET /v1/issuance/templates/{templateId}`

Returns details for a specific token template including default decimals, required extensions, and available overrides.

## Path parameters

- `templateId` string, required — Template identifier.

## Headers

- `x-project-id` string — Selects the active project for this request. Required for session/dashboard callers. Ignored when authenticating with an API key, whose scope is fixed to the key's project.

## Response `200`

Template details

- object — Standard success response envelope.
  - `data` object, required — Token template response payload.
    - `template` object, required — Template details.
      - `id` 'stablecoin' | 'arcade' | 'tokenized-security' | 'custom' | 'rwa', required — Token template identifier.
      - `name` string, required — Human-readable template name.
      - `description` string — Template description and use case.
      - `decimals` integer, required — Default decimals for the template.
      - `maxDecimals` integer, required — Maximum allowed decimals for this template.
      - `requiresAllowlist` boolean, required — Whether allowlists are required for this template by default.
      - `allowlistOverridable` boolean, required — Whether allowlist enforcement can be disabled by request.
      - `requiredExtensions` string[], required — Required Token-2022 extensions for this template.
      - `availableExtensions` string[], required — Extensions that can be configured for this template.
      - `defaultExtensions` object, required — Default extension values used by this template.
  - `meta` object, required — Response metadata.
    - `requestId` string, required — Request identifier for tracing.
    - `timestamp` string, date-time, required — ISO 8601 timestamp.

## Other responses

- `401` — Error
- `403` — Error
- `404` — Error
- `500` — Error

---

[API](https://skmtc.net/solana/apis/solana-developer-platform-api.md) · [All operations](https://skmtc.net/solana/apis/solana-developer-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solana/solana-developer-platform-api/revisions/672b1916ba61/schema)
