Bind a deployed mint
Call this method after your backend deploys the Token-2022 confidential mint. Provide mintAddress. You can also provide the deployment transaction signature and the status reported by your deployment service. Arcane records the supplied values, sets the Asset to active, and attempts to register the mint for indexing. Use Get indexer status to confirm registration.

Authorizations

Authorization
string
header
required

Organization API key created through the User API.

Path Parameters

id
string
required

Arcane confidential Asset ID.

Body

application/json
mintAddress
string
required

Deployed Token-2022 confidential mint address.

deploymentSignature
string

Optional Solana deployment transaction signature.

deploymentStatus
string

Optional deployment status reported by SDP. Defaults to confirmed.

Response

Mint recorded and Asset activated.

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