id | string | Qustody token ID (token_…). |
standard | string | One of QRC-20, QRC-721, QRC-1155, QRC-1400, QRC-3643, QRC-4626, QRC-3525. |
templateId | string | Template used to instantiate the contract (nullable for custom contracts). |
name | string | Human-readable name. |
symbol | string | On-chain symbol. |
decimals | integer | Decimals (fungible standards only). |
network | string | quantum-chain-mainnet, quantum-chain-testnet, or a registered network ID. |
contractAddress | string | On-chain contract address; null until deployment is COMPLETED. |
status | string | DRAFT, DEPLOYING, DEPLOYED, PAUSED, RETIRED, FAILED. |
adminVaultAccountId | string | Vault account that holds administrative on-chain roles. |
approvalPolicyId | string | Policy applied to privileged operations. |
supplyPolicy | object | { mintable, burnable, maxSupply }. |
complianceConfigId | string | Reference to the compliance configuration (regulated standards). |
tags | string[] | User-defined metadata tags. |
createdAt | string | RFC 3339 timestamp. |
updatedAt | string | RFC 3339 timestamp. |