---
title: "Get token deployment status"
method: GET
path: "/tokens/{id}/deployment"
tags: ["tokens"]
---

# Get token deployment status

`GET /tokens/{id}/deployment`

## Path parameters

- `id` string, required

## Response `200`

OK

- TokenDeployment
  - `tokenId` string
  - `operationId` string
  - `transactionRequestId` string
  - `status` string — Inherits the transaction state machine.
  - `contractAddress` string, nullable
  - `transactionHash` string, nullable
  - `blockNumber` integer, nullable

## 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)
