Skip to main content
Field-level reference for the core resources exposed by the Token Management API.

Token

A QRC token tracked by Qustody.

TokenStandard

Descriptor for a single QRC standard.

TokenTemplate

A pre-validated contract template Qustody can instantiate.

TokenOperation

A single privileged action against a token.

operationType enum

CREATE_TOKEN, DEPLOY_TOKEN, MINT, BURN, TRANSFER, GRANT_ROLE, REVOKE_ROLE, PAUSE, UNPAUSE, FREEZE, UNFREEZE, UPDATE_COMPLIANCE, ALLOWLIST_ADD, ALLOWLIST_REMOVE.

status enum

Aligned with the existing transaction state machine: SUBMITTED, QUEUED, PENDING_AUTHORIZATION, APPROVED, REJECTED, PENDING_SIGNATURE, SIGNED, BROADCASTING, CONFIRMING, COMPLETED, FAILED, CANCELLED.