Skip to main content

Get contract transaction by ID

Get contract transaction by ID

Path Parameters
contractId string REQUIRED

Possible values: Value must match regular expression ^[a-fA-F0-9]{64}%23[0-9]+$

A reference to a transaction output with a transaction ID and index. The value must be URL encoded by replacing the '#' character with %23.

transactionId string REQUIRED

Possible values: Value must match regular expression ^[a-fA-F0-9]{64}$

The hex-encoded identifier of a Cardano transaction

Responses
200
Schema OPTIONAL
links object
next string OPTIONAL
previous string OPTIONAL
resource object
assets object
lovelace integer
tokens object
block object OPTIONAL
blockHeaderHash string
blockNo int64

Possible values: value ≤ 18446744073709552000

slotNo int64

Possible values: value ≤ 18446744073709552000

consumingTx string OPTIONAL

Possible values: Value must match regular expression ^[a-fA-F0-9]{64}$

The hex-encoded identifier of a Cardano transaction

continuations string OPTIONAL
contractId string

Possible values: Value must match regular expression ^[a-fA-F0-9]{64}#[0-9]+$

A reference to a transaction output with a transaction ID and index.

inputUtxo string

Possible values: Value must match regular expression ^[a-fA-F0-9]{64}#[0-9]+$

A reference to a transaction output with a transaction ID and index.

inputs undefined[]
invalidBefore yyyy-mm-ddThh:MM:ssZ
invalidHereafter yyyy-mm-ddThh:MM:ssZ
metadata object
outputContract OPTIONAL

Contract terms specified in Marlowe

outputState object OPTIONAL

The on-chain state of a Marlowe contract.

accounts array[]
boundValues array[]
choices array[]
minTime integer
outputUtxo string OPTIONAL

Possible values: Value must match regular expression ^[a-fA-F0-9]{64}#[0-9]+$

A reference to a transaction output with a transaction ID and index.

payouts object[]
assets object
lovelace integer
tokens object
payoutId string

Possible values: Value must match regular expression ^[a-fA-F0-9]{64}#[0-9]+$

A reference to a transaction output with a transaction ID and index.

role string
status string

Possible values: [unsigned, submitted, confirmed]

The status of a transaction on the local node.

tags object
transactionId string

Possible values: Value must match regular expression ^[a-fA-F0-9]{64}$

The hex-encoded identifier of a Cardano transaction

txBody object OPTIONAL
cborHex string
description string
type string

What type of data is encoded in the CBOR Hex. Valid values include "Tx era", "TxBody era", and "ShelleyTxWitness era" where era is one of "BabbageEra", "ConwayEra".

404

contractId or transactionId not found