Skip to main content

OfferV3 interface

Represents a marketplace offer.

Signature:

export interface OfferV3

Properties

PropertyModifiersTypeDescription
assetNFTMetadataThe asset to buy.
assetContractAddressstringThe address of the asset being sought.
currencyContractAddressstringThe address of the currency offered for the NFTs.
currencyValueCurrencyValueThe CurrencyValue of the listing. Useful for displaying the price information.
endTimeInSecondsnumberThe end time of the offer.
idstringThe id of the offer.
offerorAddressstringThe address of the creator of offer.
quantitystring

The quantity of tokens to buy.

For ERC721s, this value should always be 1 (and will be forced internally regardless of what is passed here).

statusStatusWhether the listing is CREATED, COMPLETED, or CANCELLED.
tokenIdstringThe ID of the token.
totalPricestringThe total offer amount for the NFTs.