Skip to main content
Our Stellar NFT schema captures NFT activity across both Classic NFTs (assets traded via the SDEX orderbook) and Soroban NFTs (smart-contract NFTs following SEP-50). Stellar has no on-chain NFT standard, so Classic NFTs are detected via a combination of issuer-level, TOML-level, and supply-level signals (Litemint, locked-issuer + IPFS metadata, supply ≤ 10M stroops, etc.). Soroban NFTs are detected behaviorally — any contract that emits token_transfers rows with a non-null token_id.
SchemaDescriptionTables
stellar.nftsNFT trades and transfers with hydrated metadata + USD pricestrades, transfers
Classic NFT trades also appear in stellar.dex.trades. Duplication is intentional: stellar.dex.trades is every SDEX trade; stellar.nfts.trades is the NFT-classified subset.