Interface MagicEdenListing

Magic Eden Listing Response

interface MagicEdenListing {
    auctionHouse?: string;
    expiry?: number;
    pdaAddress: string;
    price: number;
    priceTag?: string;
    receipt?: string;
    seller: string;
    sellerReferral?: string;
    tokenAddress: string;
    tokenMint: string;
    tokenSize: number;
}

Properties

auctionHouse?: string

ATA (Associated Token Account)

expiry?: number

Expiry timestamp

pdaAddress: string

PDA address

price: number

Price in lamports

priceTag?: string

Price tag (formatted, deprecated field)

receipt?: string

Listing receipt

seller: string

Seller address

sellerReferral?: string

Seller referral (optional)

tokenAddress: string

Token address (PDA)

tokenMint: string

Token mint address

tokenSize: number

NFT token size