Sei NFT markets: Dagora vs Pallet
To decode the NFT trades for both marketplaces, I followed this method:
Firstly, I looked for listing transactions to find the collection address, token ID, and the lister address of each NFT.
After listing transactions, I tracked sales to find and join the data with this method (I joined NFTs by the same token ID, collection address, and same lister/seller addresses).
After that, I looked for buyers from Sei transfers table. First, I tracked buyers with their transfer record to each marketplaceâs trade operator address and joined the NFT sell, Sei transfer transactions with the same transaction IDs. Here are the operator addresses for Dagora and Pallet:
Dagora operator address: sei1pdwlx9h8nc3fp6073mweug654wfkxjaelgkum0a9wtsktwuydw5sduczvz
Pallet operator address: sei152u2u0lqc27428cuf8dx48k8saua74m6nql5kgvsu4rfeqm547rsnhy4y9
Also for tracking collection names, I used a part of Panda's code from this dashbaord.
In this dashboard, we will track two NFT marketplaces on Sei: Dagora and Pallet using the following metrics:
â«Trade statistics
â«Price range of trades (cheap/expensive NFTs) and popular collections
â«User activity and PnL rates
â«Non-NFT related activities of each marketplaceâs users in Sei chain.