Look up a single persisted REST transaction record by id. Returns 404 with an identical
body for records that do not exist or that belong to a different partner.
Your partner secret key (server-side only)
UUID for request tracing. Para returns one if omitted.
Wallet ID
"0a1b2c3d-4e5f-6789-abcd-ef0123456789"
Transaction record id returned by POST /transfer or POST /sign-transaction with broadcast: true.
Transaction record
"550e8400-e29b-41d4-a716-446655440000"
EVM, SOLANA REST operation that created the record.
transfer, sign_transaction Lifecycle state. pending = row inserted, not yet broadcast. submitted = accepted by the RPC.
confirmed = included in a block, not reverted. reverted = included on-chain but execution
failed. failed = never broadcast, or broadcast was rejected by the RPC. submitted,
confirmed, reverted, and failed are terminal from the partner's POV except that
submitted may still transition via monitoring. Partners must treat unknown status values
as non-terminal — future versions may add finalized or replaced.
pending, submitted, confirmed, reverted, failed EVM chain ID (EVM records only).
Solana network (Solana records only).
SOLANA, SOLANA_DEVNET Destination address. Absent for Solana sign_transaction records because Para does not decode arbitrary Solana instructions.
Transfer amount in smallest unit (wei / lamports / token smallest unit), or EVM sign_transaction value when supplied.
Token contract (ERC-20 / SPL mint) address if a token transfer, else absent. Always absent for sign_transaction records.
Transaction hash (present once submitted).
Block number as a decimal string (present when confirmed or reverted).
Stage at which the pipeline failed (when status = failed).
mpc_sign, signature_apply, signer_verify, broadcast, monitor_timeout Structured error code from the broadcast helper when the RPC rejected the transaction.
Truncated error message (max 512 chars).
Set when status first moves to submitted.
Set when status reaches a terminal value (confirmed, reverted, failed).