Skip to main content
The 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 table covers 17 on-chain event types plus synthetic spot_trade events.
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

The event_type column contains one of the following values:

Transfer Categories

The transfer_category column groups event types into high-level categories:

Activity Types

The activity_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, the extra_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

Sample Query