Interface CollectibleItemInfo

Contains information about a collectible item and its last purchase.

interface CollectibleItemInfo {
    @type: "collectibleItemInfo";
    amount: number;
    cryptocurrency: string;
    cryptocurrency_amount: string;
    currency: string;
    purchase_date: number;
    url: string;
}

Properties

@type: "collectibleItemInfo"
amount: number

The paid amount, in the smallest units of the currency.

cryptocurrency: string

Cryptocurrency used to pay for the item.

cryptocurrency_amount: string

The paid amount, in the smallest units of the cryptocurrency.

currency: string

Currency for the paid amount.

purchase_date: number

Point in time (Unix timestamp) when the item was purchased.

url: string

Individual URL for the item on https://fragment.com.