Returns the single UTXO record at the specified global absolute index.
2 x 1,048,576 + 4 = 2,097,156.
Response is a SingleUtxoResponse wrapper containing one UtxoDataItem. The X-Response-Layout header has no effect on this endpoint.Global absolute index of the UTXO to fetch.
absolute_index = tree_index * MAX_LEAVES_PER_TREE + insertion_index.
x >= 0UTXO record found.
Protobuf SingleUtxoResponse message returned by
GET /v1/utxos/{absolute_index}.
Contains a single UtxoDataItem when the requested absolute index exists.
On 404 Not Found the entire response is an ErrorResponse JSON body.
Protobuf UtxoDataItem message -- a single UTXO record as it appears in
UtxoResponse.items and SingleUtxoResponse.utxo.
All binary fields (final_commitment, h1_sender_address, h1_mint_address,
h1_circuit_provable_hash, h1_smart_program_provable_hash, h1_hash,
h2_hash, aes_encrypted_data, depositor_x25519_public_key) are Protobuf
bytes fields carrying the raw little-endian bytes (no base64 or hex encoding
at the wire level).
The 128-bit integer fields h1_version and h1_commitment_index are encoded
as Protobuf bytes fields containing their 16-byte little-endian binary
representation.