Binance Connector JS
    Preparing search index...

    CreateSpecialKeyResponse

    interface CreateSpecialKeyResponse {
        apiKey?: string;
        secretKey?: string;
        type?: string;
    }
    Index

    Properties

    apiKey?: string

    api Key.

    CreateSpecialKeyResponse

    secretKey?: string

    secretKey will be null when creating an RSA key

    CreateSpecialKeyResponse

    type?: string

    HMAC_SHA256 or RSA

    CreateSpecialKeyResponse