Skip to main content

Get transactions for contract

Get published transactions for a contract. Results are returned in pages, with paging being specified by request headers.

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.

Header Parameters
Range string
Responses
206
Schema OPTIONAL
results object[]
links object
transaction string OPTIONAL
resource object
block object OPTIONAL
blockHeaderHash string
blockNo int64

Possible values: value ≤ 18446744073709552000

slotNo int64

Possible values: value ≤ 18446744073709552000

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.

metadata object
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

utxo 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.

400

Invalid Range

404

contractId not found