Retrieve a confidential asset
Use this method to recover the Asset configuration or inspect its current mint binding and lifecycle status. An Asset outside the API key’s organization returns 404 Not Found.

Authorizations

Authorization
string
header
required

Organization API key created through the User API.

Path Parameters

id
string
required

Arcane confidential Asset ID.

Response

Confidential Asset returned.

id
string
required
workspaceId
string | null
required
name
string
required
symbol
string
required
decimals
integer
required
creatorAuthority
string | null
required
auditorElGamalPubkey
string
required

Per-organization auditor ElGamal public key.

auditorKeyProvider
string
required
mintAddress
string | null
required
deploymentSignature
string | null
required
deploymentStatus
string | null
required
disclosurePolicyId
string | null
required
confidentialMintBurnEnabled
boolean
required
status
enum<string>
required
Available options:
pending,
active,
error,
disabled
createdAt
string<date-time>
required
updatedAt
string<date-time>
required