Interface NftCheckoutPrimaryApiGetNftPrimaryTransactionsRequest

Hierarchy

  • NftCheckoutPrimaryApiGetNftPrimaryTransactionsRequest
    • NftCheckoutPrimaryApiGetNftPrimaryTransactionsRequest

Properties

pageSize?: number

Page size of the result

Memberof

NftCheckoutPrimaryApiGetNftPrimaryTransactions

cursor?: string

Cursor

Memberof

NftCheckoutPrimaryApiGetNftPrimaryTransactions

orderBy?: "status" | "amount" | "transaction_id" | "mint_id"

Property to sort by

Memberof

NftCheckoutPrimaryApiGetNftPrimaryTransactions

direction?: string

Direction to sort (asc/desc)

Memberof

NftCheckoutPrimaryApiGetNftPrimaryTransactions

transactionId?: string

Transaction id

Memberof

NftCheckoutPrimaryApiGetNftPrimaryTransactions

contractAddress?: string

Contract address of the asset

Memberof

NftCheckoutPrimaryApiGetNftPrimaryTransactions

sellerWalletAddress?: string

Ethereum address of the seller

Memberof

NftCheckoutPrimaryApiGetNftPrimaryTransactions

userWalletAddress?: string

Ethereum address of the user who wants to create transaction

Memberof

NftCheckoutPrimaryApiGetNftPrimaryTransactions

status?: "created" | "pending" | "completed" | "failed" | "waitingPayment"

Transaction status

Memberof

NftCheckoutPrimaryApiGetNftPrimaryTransactions

provider?: "moonpay"

Checkout provider name

Memberof

NftCheckoutPrimaryApiGetNftPrimaryTransactions

mintId?: string

Minting transaction ID - see mintTokens response

Memberof

NftCheckoutPrimaryApiGetNftPrimaryTransactions

Generated using TypeDoc