Skip to main content
Deprecation Notice: Lens data ingestion has been discontinued as of December 2025. Only historical data is available, and no new data will be added.

Table description

The dune.lens.namespace_handle table holds the handle information. Note that handles and profiles are 2 different NFTs. A handle has its own ID.

Table Schema

Column NameTypeDescription
tldvarcharTop-level domain of the handle namespace (e.g. lens)
local_namevarcharThe local portion of the handle (the username part)
handle_idvarbinaryUnique identifier for the handle NFT
handlevarcharFull handle string (e.g. lens/alice)
owned_byvarbinaryWallet address that currently owns the handle
tx_hashvarbinaryTransaction hash of the handle creation or transfer
block_hashvarbinaryHash of the block containing the transaction
block_numberintegerBlock number of the transaction
log_indexintegerIndex of the event log within the transaction
tx_indexintegerIndex of the transaction within the block
block_timestamptimestampTimestamp of the block

Table Sample