/
QU
quantum-chain-pte-ltd
/
Qustody API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 4mo ago
Details
Filter operations
assets
2
health
2
sso
4
tenants
3
tokens
28
get
List token standards
get
Get token standard
get
List token templates
get
Get token template
get
List tokens
post
Create a token configuration
get
Get token
patch
Update token configuration
post
Estimate token deployment
post
Deploy token
get
Get token deployment status
post
Mint tokens
post
Burn tokens
post
Transfer tokens (typed wrapper)
get
List on-chain token roles
post
Grant role
post
Revoke role
post
Pause token
post
Unpause token
post
Freeze address
post
Unfreeze address
get
Get token compliance config
patch
Update token compliance config
get
List allowlist entries
post
Add allowlist entry
delete
Remove allowlist entry
get
List token operations
get
Get token operation
transactions
8
vaults
5
wallets
4
webhooks
3
tokens
Update token configuration
patch
/tokens/{id}
Path parameters
id
string
required
Request body
CreateTokenRequest
required
standard
string
required
templateId
string
name
string
required
symbol
string
required
decimals
integer
required
initialSupply
string
supplyPolicy
TokenSupplyPolicy
admin
TokenAdmin
required
complianceConfig
TokenComplianceConfig
Compliance and permissioned-transfer configuration.
network
string
Response
OK
Token
required
A Qustody-managed token.
Beta / Proposed.
id
string
standard
string
templateId
string
name
string
symbol
string
decimals
integer
network
string
contractAddress
string
nullable
status
'DRAFT'
|
'DEPLOYING'
|
'DEPLOYED'
|
'PAUSED'
|
'RETIRED'
|
'FAILED'
supplyPolicy
TokenSupplyPolicy
admin
TokenAdmin
complianceConfig
TokenComplianceConfig
Compliance and permissioned-transfer configuration.
createdAt
string
date-time
updatedAt
string
date-time
Changes