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
payout string OPTIONAL
resource object
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.

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 object
assetName string
policyId string

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

The hex-encoded minting policy ID for a native Cardano token

status string

Possible values: [available, withdrawn]

The status of a payout. Either it is available to be withdrawn, or it has already been withdrawn.

withdrawalId string OPTIONAL

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

The hex-encoded identifier of a Cardano transaction

400

Invalid Range

404

contractId not found