Interface

FeeData

FeeData

Properties:
Name Type Attributes Description
fees.percentage number

The number percentage fee for the asset which cost x% price of the listing assets

  • For example, if the percentage is 5:
  • For every purchased transaction, if seller (non-creator) would receive 95% of listing price, (creator) would receive 5%
  • In case of the seller is the creator, seller/creator would receive the full 100% of listing price
fees.receiptAddress number

The recipient address where the fee is going to on the purchased transaction

fees.feeType string <nullable>

The optional fee type of the NFT (MINTABLE_ERC721)

View Source types/MintTypes.ts, line 18