Secondary Sales
After an edition is purchased on the primary market, it can be resold on the Verse secondary market or traded on external marketplaces.
Verse Secondary Market
Owners can list their editions for resale directly on Verse.
Listing Types
- Buy Now — Fixed price listing via
SMBuyNowStrategy - Offers — Collectors can make offers on any listed edition via
SMOfferStrategy - Global Offers — Offers that apply to any edition of an artwork, not just a specific one
Fees
Secondary market sales include:
- Platform fee — Verse marketplace fee (percentage of sale price)
- Creator royalties — Configured per artwork, enforced on-platform
Use estimateSecondaryMarketFees to preview the fee breakdown. See the Schema Reference.
External Markets
Verse integrates with external marketplaces, primarily OpenSea. When an edition is withdrawn to a collector's wallet, it can be traded on any compatible marketplace.
External market activity (sales, listings, offers) is indexed and surfaced through the API.
Activity Types
| Type | Source | Description |
|---|---|---|
SM_LISTED | Verse | Listed on Verse secondary market |
SM_DELISTED | Verse | Removed from Verse secondary market |
SM_SALE | Verse | Sold on Verse secondary market |
SM_OFFER | Verse | Offer made on Verse |
SM_GLOBAL_OFFER | Verse | Global offer on an artwork |
OS_SALE | OpenSea | Sold on OpenSea |
OS_OFFER | OpenSea | Offer made on OpenSea |
OS_COLLECTION_OFFER | OpenSea | Collection offer on OpenSea |
OS_LISTED | OpenSea | Listed on OpenSea |
NEW_FLOOR_PRICE | Aggregated | Floor price changed across markets |
Marketplace Statistics
Aggregated marketplace stats are available by time period via the stats query. Available periods: PERIOD_1D, PERIOD_7D, PERIOD_30D, PERIOD_ALL_TIME.
See the Schema Reference and Example Queries for usage.