Skip to main content

Get withdrawal by ID

Get withdrawal by ID

Path Parameters
withdrawalId 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
block object OPTIONAL
blockHeaderHash string
blockNo int64

Possible values: value ≤ 18446744073709552000

slotNo int64

Possible values: value ≤ 18446744073709552000

payouts 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

status string

Possible values: [unsigned, submitted, confirmed]

The status of a transaction on the local node.

withdrawalId string

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

The hex-encoded identifier of a Cardano transaction

404

withdrawalId not found