Skip to main content
The hyperliquid.raw.register_referrer table records when users register a new referral code on Hyperliquid. It contains the referral code registered (e.g. PURS) and the address of the registering user, filtered from hyperliquid.raw.transactions.

Table Columns

Column NameDescription
referral_codeThe referral code registered (e.g. PURS).
userThe address of the user registering the code.
errorError message if the registration failed.
block_timestampThe timestamp of the block.
block_heightThe height of the block.
hashTransaction hash.
_ingested_atTimestamp when the record was ingested.
_created_atRow creation timestamp.
_updated_atRow last update timestamp.