Skip to main content

Parse a Transaction

posthttps://example.com/construction/

Parse is called on both unsigned and signed transactions to understand the intent of the formulated transaction. This is run as a sanity check before signing (after /construction/payloads) and before broadcast (after /construction/combine).

Body params
network_identifierobject
required

The network_identifier specifies which network a particular object is associated with.

blockchainstring
networkstring

If a blockchain has a specific chain-id or network identifier, it should go in this field. It is up to the client to determine which network-specific identifier is mainnet or testnet.

sub_network_identifierobject
required

In blockchains with sharded state, the SubNetworkIdentifier is required to query some object on a specific shard. This identifier is optional for all non-sharded blockchains.

networkstring
metadataobject
Unhandled type: object
signedboolean

Signed is a boolean indicating whether the transaction is signed.

transactionstring

This must be either the unsigned transaction blob returned by /construction/payloads or the signed transaction blob returned by /construction/combine.

Responses
Language
Request
Response

Click an example response code to see the response here!

application/json