Helius SDK - v2.2.2
    Preparing search index...

    Interface Identity

    Identity information for a known wallet address (e.g., exchanges, protocols)

    interface Identity {
        address: string;
        category: string;
        name: string;
        tags: string[];
        type: string;
    }
    Index

    Properties

    address: string

    Solana wallet address

    category: string

    Category classification (e.g., "Centralized Exchange")

    name: string

    Display name (e.g., "Binance 1")

    tags: string[]

    Additional classification tags

    type: string

    Type of entity (e.g., "exchange")