Concepts
Product
A DYLI product is the backing catalog record for a collectible, box item, or marketplace item. Public API responses expose stable product identifiers as product_id.
Token
Tokenized collectibles use ERC-1155 token ids. Public API responses expose token ids as strings with token_id.
Market Type
market_type tells you whether the sale was the first purchase from DYLI inventory or a resale between users:
primary: the buyer purchased from DYLI-controlled inventory. This includes normal product checkout, Fair Drop entries, box pulls, claims, and other first-sale flows.secondary: one user bought from a listing or accepted offer from another user. Use this for resale-market activity.
Sale Channel
sale_channel is more specific than market_type. It tells you how the sale happened: standard checkout, Fair Drop, box, eBay-origin order, claim, or secondary resale.
Source Marketplace
source_marketplace names the exact surface the row came from, such as dyli_primary, dyli_fairdrop, dyli_box, dyli_secondary_or_synced_secondary, or ebay.