Interface TensorListing

Tensor Active Listing

interface TensorListing {
    listedAt: number;
    mint: string;
    price: number;
    seller: string;
    source: "tensor" | "tensorswap";
    txId: string;
    url?: string;
}

Properties

listedAt: number

Listing timestamp (Unix seconds)

mint: string

NFT mint address

price: number

Listing price in lamports

seller: string

Seller wallet address

source: "tensor" | "tensorswap"

Listing source

txId: string

Transaction signature

url?: string

Optional listing URL