Binance Connector JS
    Preparing search index...

    CreateSubAccountApiKeyResponse

    interface CreateSubAccountApiKeyResponse {
        apiKey?: string;
        apiName?: string;
        canFuturesTrade?: boolean;
        canMarginLoanRepay?: boolean;
        canTrade?: boolean;
        canUniversalTransfer?: boolean;
        canVanillaOptions?: boolean;
        ipList?: string[];
        secretKey?: string;
        status?: number | bigint;
    }
    Index

    Properties

    apiKey?: string

    CreateSubAccountApiKeyResponse

    apiName?: string

    CreateSubAccountApiKeyResponse

    canFuturesTrade?: boolean

    CreateSubAccountApiKeyResponse

    canMarginLoanRepay?: boolean

    CreateSubAccountApiKeyResponse

    canTrade?: boolean

    CreateSubAccountApiKeyResponse

    canUniversalTransfer?: boolean

    CreateSubAccountApiKeyResponse

    canVanillaOptions?: boolean

    CreateSubAccountApiKeyResponse

    ipList?: string[]

    CreateSubAccountApiKeyResponse

    secretKey?: string

    Secret Key. Returned only once on creation, please keep it safe.

    CreateSubAccountApiKeyResponse

    status?: number | bigint

    CreateSubAccountApiKeyResponse