Skip to main content

Get payout by ID

Get payout by ID

Path Parameters
payoutId 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.

Responses
200
Schema OPTIONAL
links object
contract string OPTIONAL
transaction string OPTIONAL
withdrawal string OPTIONAL
resource object
assets object
lovelace integer
tokens 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.

payoutValidatorAddress string

A cardano address, in Bech32 format

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

404

payoutId not found