bitfinex-node-api
    Preparing search index...

    Interface IUserInfoV2

    User info response. The endpoint returns a large positional array with many undocumented placeholder positions; only the well-documented leading fields are decoded by name. The full raw response is exposed via raw so callers can read any field that is not surfaced here.

    interface IUserInfoV2 {
        company: string | null;
        email: string;
        email_verified: 0 | 1;
        group_id: number | null;
        id: number;
        locale: string | null;
        master_account_id: number | null;
        mts_account_create: number;
        mts_master_account_create: number | null;
        raw: readonly unknown[];
        subaccount_type: string | null;
        timezone: string | null;
        username: string;
        verification_level: number;
        verified: 0 | 1;
    }
    Index

    Properties

    company: string | null
    email: string
    email_verified: 0 | 1
    group_id: number | null
    id: number
    locale: string | null
    master_account_id: number | null
    mts_account_create: number
    mts_master_account_create: number | null
    raw: readonly unknown[]
    subaccount_type: string | null
    timezone: string | null
    username: string
    verification_level: number
    verified: 0 | 1