Token resource represents a QRC token tracked by Qustody. The resource is created in DRAFT state, transitions to DEPLOYED once an on-chain contract is associated, and continues to track every subsequent operation. See the full Token object.
POST /v1/tokens
Create a token configuration. This call does not deploy the contract on Quantum Chain — see Deploy token.
Request body
Response (201)
GET /v1/tokens
List tokens. Supports filtering by status, standard, network, and adminVaultAccountId.
GET /v1/tokens/{tokenId}
Fetch a single token by its Qustody ID.
PATCH /v1/tokens/{tokenId}
Update mutable fields on a token in DRAFT state. Once the token has been deployed, only metadata fields (name, description, tags) remain mutable.