The Service API is the backend-to-backend integration used by the Solana SDP flow. It exposes Assets, Transactions, and Disclosures under /v1. Use it to:
  • create an Arcane confidential Asset;
  • obtain the organization’s auditor ElGamal public key;
  • record the deployed Solana mint;
  • check whether the mint is registered and inspect indexer progress;
  • retrieve indexed transactions;
  • request authorized access to scoped confidential fields.
The Service API does not expose Applications, users, Cases, team management, or API-key administration. Those resources belong to the User API.

Base URL

Arcane provides the Service API base URL during integration onboarding. It is available upon request.

Methods

Integration sequence

The mint-binding method records the values supplied by your backend and then attempts to register the mint for indexing. Use the indexer-status method to confirm registration. A successful binding response does not by itself mean that an indexed transaction is already available.

Authentication

Create and use an organization API key.

Asset API

Review the request fields, lifecycle, and four Asset methods.

Transaction API

Retrieve indexed public data and confidential ciphertexts.

Disclosure API

Request and retrieve authorized confidential values.