A Service API Asset represents one Solana confidential-token mint owned by the organization selected by the API key.

Lifecycle

Creating an Asset returns status: "pending" and the organization’s auditor ElGamal public key. After your backend deploys the mint, bind its address. The binding response returns status: "active".
The API returns the auditor public key in auditorElGamalPubkey. It never returns the corresponding private key.

Create request

Methods

This API does not deploy the mint, sign a Solana transaction, mint tokens, or return private key material. Your application or custody provider performs those actions.