Skip to main content
The polygon.predictions.wallets table provides wallet creation events for Polymarket prediction markets. Use this table for user onboarding analysis, user type distribution, and understanding the growth of the prediction market user base.

Table Columns

Unique Key: wallet_address
Column NameData TypeDescription
projectVARCHARProject name (ex. polymarket).
protocolVARCHARProtocol name (ex. polymarket).
wallet_addressVARCHARAddress of the created wallet.
factory_addressVARCHARAddress of the factory contract that created the wallet.
creation_typeVARCHARType of wallet creation (MagicLink or GnosisSafe).
wallet_typeVARCHARWallet type description.
transaction_hashVARCHARTransaction hash where the wallet was created.
created_atTIMESTAMP_NTZ(9)Timestamp when the wallet was created.
block_numberNUMBERBlock number where the wallet was created.
_created_atTIMESTAMP_NTZ(9)Record creation timestamp.
_updated_atTIMESTAMP_NTZ(9)Record update timestamp.

Sample Query