Getting started
Exclusivo for developers
Exclusivo is a multi-chain NFT launchpad and secondary marketplace. This documentation covers everything you need to index our activity, price our listings, and verify our sales independently — whether you are building an aggregator, a wallet, or an analytics product.
What Exclusivo is
We are two things in one platform. A launchpad where creators deploy and mint collections, and a secondary marketplace where those and other collections trade. Both produce data you can consume.
We deliberately do not run a proprietary settlement contract. EVM secondary sales settle on canonical OpenSea Seaport; Solana sales settle through a platform escrow wallet. That keeps our orders interoperable, but it means identifying our activity requires the attribution rules documented in On-chain.
Where the data comes from
There are two sources of truth, and knowing which to trust for what will save you a lot of time:
| Data | Authoritative source | Why |
|---|---|---|
| EVM listings & cancels | REST API | They are off-chain signed Seaport orders — they produce no transaction at all. |
| EVM sales | Chain or API | Seaport logs carry our attribution marker; the API mirrors the same events. |
| Solana list / sale / cancel | Chain or API | Every transaction carries a structured memo identifying the action. |
| Floors, volume, stats | REST API | Aggregated across chains and marketplaces — not derivable from one contract. |
The one thing to know
Supported chains
Secondary trading is live on 7 chains. Marketplace fees are 3% on Solana and 2% on EVM, charged to the buyer on top of the seller's ask — so a listing price is always exactly what the seller receives.
| Chain | Chain ID | Native currency |
|---|---|---|
| Solana | — | SOL |
| Ethereum | 1 | ETH |
| Polygon | 137 | MATIC |
| Base | 8453 | ETH |
| Ink | 57073 | ETH |
| ApeChain | 33139 | APE |
| Abstract | 2741 | ETH |
Full addresses for every chain — settlement contracts, fee recipients, and the Solana escrow wallet — are on Contracts & addresses.
Start here
No API key, no signup. Try it right now:
curl https://exclusivo.one/v1/collections?limit=3Then pick the path that matches what you are building:
Support
Integrating and something is missing, wrong, or undocumented? We would rather hear it than have you work around it.
- Email dev@psukhe.media — data onboarding, partnership, and integration questions.
- Discord discord.gg/exclusivo — fastest for quick questions.