opensea-js - v8.0.19
    Preparing search index...

    Type Alias Listing

    Listing: Omit<Order, "price"> & {
        price: { current: Price };
        remaining_quantity: number;
        status: OrderStatus;
        type: OrderType;
    }

    Listing order type.

    Type Declaration

    • price: { current: Price }

      The price of the listing with current price nested.

    • remaining_quantity: number

      The remaining quantity available for the listing. This is important for partially filled orders.

    • status: OrderStatus

      The status of the listing.

    • type: OrderType

      The order type of the listing.