We’ve enhanced our transfers endpoints by adding detailed swap data for EVM chains, for swaps on Uniswap v3 (in addition to our existing support for swap parsing on Solana and Bitcoin). These fields provide developers with granular information about token swaps, including:
• marketplace info: DEX id and name (e.g., uniswap v3).
• payment token details: address, decimals, name, and symbol for clarity.
• pricing transparency: both raw total price and usd-converted price (e.g., $98.90).
• fee breakdowns: detailed recipient info, bps, and amounts.
• sale type: categorization of the swap (e.g., bought from amm).
This update simplifies tracking token transfers and pricing, providing actionable insights without additional parsing or integrations -- making life easier for developers building on top of token flow data.
Get started with querying swap and transfer data for wallets here.