Listing

interface Listing {
    listing_id: string;
    price_details: MarketPriceDetails;
    token_id: string;
    contract_address: string;
    creator: string;
    amount: string;
}

Properties

listing_id: string

Global Order identifier

Listing

price_details: MarketPriceDetails

Listing

token_id: string

Token ID

Listing

contract_address: string

ETH Address of collection that the asset belongs to

Listing

creator: string

ETH Address of listing creator

Listing

amount: string

Amount of token included in the listing

Listing