bitfinex-node-api
    Preparing search index...

    Interface IAuthFailedMessageV2

    interface IAuthFailedMessageV2 {
        chanId: 0;
        code: number;
        event: "auth";
        msg?: string;
        status: "FAILED";
    }
    Index

    Properties

    chanId: 0
    code: number
    event: "auth"
    msg?: string
    status: "FAILED"