List asset transactions
Use this method to synchronize indexed transaction records with your backend. The response contains public transaction data and confidential ciphertexts. It does not contain disclosed plaintext values. When nextCursor is not null, pass it as the next request’s cursor value.

Authorizations

Authorization
string
header
required

Organization API key created through the User API.

Path Parameters

id
string
required

Arcane confidential Asset ID.

Query Parameters

cursor
string

Cursor returned by the previous page.

limit
integer
default:50

Maximum number of records to return.

Required range: 1 <= x <= 200
type
string

Return transactions with this indexed event type.

account
string

Return transactions associated with this Solana account.

from
string<date-time>

Return transactions indexed at or after this time.

to
string<date-time>

Return transactions indexed before or at this time.

Response

Indexed transactions returned.

assetId
string
required
transactions
object[]
required
nextCursor
string | null
required

Cursor for the next page. Null when no more records are available.