Submit a UTXO claim request to the relayer for processing.
GET /v1/claims/{request_id} with the returned UUID to track progress.
encrypted_balance — Claim into an Encrypted Token Account (ETA). Requires additional Rescue-encrypted fee fields in proof_account_data. Each UTXO slot has 6 linker encryptions and 6 key commitments.public_balance — Claim into a public Associated Token Account (ATA). Requires fee_proof_data with Merkle proofs for fee schedules. Each UTXO slot has 5 linker encryptions and 5 key commitments.409 DUPLICATE_OFFSET)max_utxo_capacity must be greater than 0fee_proof_data is required for public_balance variant onlyClaim target — encrypted token account or public ATA.
encrypted_balance, public_balance Base58-encoded Solana public key of the claiming user.
Base58-encoded token mint address.
Index of the stealth pool containing the UTXOs.
Maximum number of UTXOs in this claim batch.
x >= 1Base64-encoded 32-byte metadata field.
Cryptographic proof data for the claim.
Array of UTXO slots to claim.
1Fee Merkle proof data. Required for public_balance variant only.