Swap feed demo powered by Aleno

Demo description

This is a demo of a swap feed api. When you land on this page, an history of 10 blocks is loaded. Then every time a block is mined (on average every 15 seconds), it appears below. You can click on any transaction to get details about swaps. Transactions without swaps are not displayed here (same for blocks). Entities with their fields are presented on the left. You can open the console to see logs of fetched entities.

Supported protocols: Uniswap V2, Uniswap V3, Balancer V1, Balancer V2, SushiSwap, ShibaSwap

Note 0:To process usd amounts, we currently use coingeko API

Note 1:This is a a very simple demo app. The state is not cleaned over time on this page which means after many blocks, the size of the page becomes big and might result in lags. If it happens, you can just reload the page.

Visit Aleno's home page
block Number of the block
timestamp Timestamp of the block
transactions List of transactions within the block. Transactions are ordered by execution. See Transaction tab to see transaction fields
hash hash of the transaction
maker_address Address that performed the transaction
eth_fee Fees paid by the transaction maker to perform the transaction (in ETH)
usd_fee Fees paid by the transaction maker to perform the transaction (in USD)
swaps List of swaps withing the transaction
log_index Log index of the transaction
protocol_name name of the protocol on which the transaction occurred
contract_address Address of the contract the swap occurred on
amount_in The amount of token swapped as input
amount_out The amount of token swapped as output
token_in_info address, name and symbol of the token swapped as input
token_out_info address, name and symbol of the token swapped as output
usd_amount the corresponding USD volume of the swap (can be unknown)