This page describes the available schemas for the Kafka option of the SimpleHash Bulk Service. For other information regarding other bulk options, please refer to the overview.
Available Schemas
Currently available schemas are detailed below. Certain schemas are sub-schemas of others (e.g., sale_details within transfers). Available schemas are being added over time - if you need one that is not listed here, please reach out to [email protected].
Data | Description | Example Topic Name |
---|---|---|
Fungible Token Transfers | Ongoing transfers / swaps of fungible tokens | solana.fungibletransfer.incremental.v0 |
Fungible Token Price Updates | Ongoing DEX price feed of fungible tokens | solana.fungibleprice.v0 |
(NFT) Token Metadata | The core metadata of individual NFTs, including the CDN media links and their previews, and their traits | ethereum.nft.v4 |
Collections | The summary information regarding NFT collections, including the real-time floor prices, and spam scores | ethereum.collection.v2 |
Sales & Transfers | The historical and ongoing sales & transfer events for individual NFTs (comprised of the transfer, sale_details and payment_token data topics) | ethereum.transfer.incremental.v2 |
Owner | real-time ownership and holdings of individual NFTs | ethereum.owner.v4 |
Listing | active listings at the individual NFT level | ethereum.listing.v2 |
Listing Events | listing events (added, modified, removed etc) at the individual NFT level | ethereum.listingevent.v2 |
Bid Events | bid events (added, modified, removed etc) | ethereum.bidevent.v3 |
Note: You can use Get Kafka Topic Schema to retrieve the schema for each topic.