hyperliquid.assets.fungible_token_transfers table provides comprehensive fungible token transfers on Hyperliquid combining:
- Arbitrum bridge data (on-chain, full history from 2023-12) for deposit/withdraw
- misc_events (from 2025-05) for all other transfer types
- misc_events deposit/withdraw as fallback for bridge incremental lag
This is the recommended table for all Hyperliquid transfer data. It supersedes
hyperliquid.assets.transfers which only contained bridge deposits/withdrawals.Table Columns
Event Types
Theevent_type column contains one of the following values:
Transfer Categories
Thetransfer_category column groups event types into high-level categories:
Activity Types
Theactivity_type column provides classified activity labels:
- bridge_deposit
- bridge_withdrawal
- mint
- burn
- swap
- stake
- unstake
- lend
- gas_fee
- transfer
Extra Fields (Bridge Events)
For deposit/withdraw events sourced from Arbitrum, theextra_fields JSON contains:
- source_chain
- destination_chain
- transaction_hash
- block_number
- block_hash
- log_index
- transaction_index
- transaction_from_address
- transaction_to_address
- usd_exchange_rate