Get indexer status
registered indicates whether Arcane connected the Asset to an indexed contract. indexedCount is the number of indexed audit records currently available for that Asset. When records exist, the response can include the latest slot, block time, transaction signature, and indexing timestamp.

Authorizations

Authorization
string
header
required

Organization API key created through the User API.

Path Parameters

id
string
required

Arcane confidential Asset ID.

Response

Indexer status returned.

assetId
string
required
mintAddress
string | null
required
registered
boolean
required
status
enum<string>
required
Available options:
pending,
active,
error,
disabled
indexedCount
integer
required
Required range: x >= 0
latestSlot
integer | null
latestBlockTime
integer | null
latestSignature
string | null
lastIndexedAt
string<date-time> | null