Skip to main content
The DEX trades table contains successful swaps made on decentralized exchanges (DEX), consolidated into a single table.

Active Marketplaces

Currently, two major marketplaces are active:
  • Tradeport
  • Bluemove
Both support buy and bid flows, but their event formats are non-standardized and vary even within the same platform.

Buy Events

These represent finalized NFT purchases.
💡 Events are explicitly named as buy, so detection is straightforward. Attribution to marketplaces via Orderbyte remains a work in progress.

Bid Events

These are settled bids, i.e. when a bid was accepted.

Aggregator Trades (WIP)

Sui has no native aggregator standard. Current state:
  • Tradeport acts as an aggregator, routing trades through other marketplaces like Bluemove.
    • The Bluemove trade event is still emitted, despite aggregation.
    • Aggregator trades are not explicitly marked in logs.
  • Attribution requires:
    • Combining balance changes
    • Tracing commission recipients in the transaction block digest
    • Possibly recognizing aggregator contracts via known patterns
⚠️ Work in progress — Allium attribution heuristics are under development.

Table Columns

_str columns are numeric fields cast varchar to retain precision when summing. Unique Key: unique_id