Preview a transaction against the latest network state, and returns the preview receipt.
If the node has enabled it, you may be able to also preview against recent network state.
For V2 transactions (and beyond) the /preview-v2 endpoint should be used instead.
Body
networkstringRequired
The logical name of the network
Example: {{network}}
at_ledger_stateobjectOptional
An optional specification of a historical ledger state at which to execute the request.
The "historical state" feature (see the db.historical_substate_values.enable flag) must be
enabled on the Node, and the requested point in history must be recent enough (in accordance
with the Node's configured state_hash_tree.state_version_history_length).
manifeststringRequired
A text representation of a transaction manifest.
blobs_hexstring[]Optional
An array of hex-encoded blob data, if referenced by the manifest.
An integer between 0 and 10^10, marking the epoch at which the transaction starts
being valid.
If not provided, the current epoch will be used (taking into account the
at_ledger_state, if specified).
An integer between 0 and 10^10, marking the epoch at which the transaction is no
longer valid.
If not provided, a maximum epoch (relative to the start_epoch_inclusive) will be used.
notary_public_keyobjectOptional
The notary public key to use.
If not provided, this defaults to a fixed public key.
notary_is_signatorybooleanOptional
Whether the notary should be used as a signer (optional).
If not provided, this defaults to false.
An integer between 0 and 65535, giving the validator tip as a percentage amount.
A value of 1 corresponds to a 1% fee.
If not provided, this defaults to 0.
nonceinteger · int64 · max: 4294967295Optional
An integer between 0 and 2^32 - 1, chosen to allow a unique intent to be created
(to enable submitting an otherwise identical/duplicate intent).
If not provided, this defaults to 0.
signer_public_keysobject[]Optional
A list of public keys to be used as transaction signers.
If not provided, this defaults to an empty array.
messageobjectOptional
An optional transaction message. Only affects the costing.
optionsobjectOptional
A set of flags to configure the response of the transaction preview.