Binance Connector JS
    Preparing search index...

    Request parameters for createSpecialKey operation in TradeApi. CreateSpecialKeyRequest

    interface CreateSpecialKeyRequest {
        apiName: string;
        ip?: string;
        permissionMode?: string;
        publicKey?: string;
        recvWindow?: number;
        symbol?: string;
    }
    Index

    Properties

    apiName: string

    TradeApiCreateSpecialKey

    ip?: string

    Can be added in batches, separated by commas. Max 30 for an API key

    TradeApiCreateSpecialKey

    permissionMode?: string

    This parameter is only for the Ed25519 API key, and does not effact for other encryption methods. The value can be TRADE (TRADE for all permissions) or READ (READ for USER_DATA, FIX_API_READ_ONLY). The default value is TRADE.

    TradeApiCreateSpecialKey

    publicKey?: string
    1. If publicKey is inputted it will create an RSA or Ed25519 key.
      2. Need to be encoded to URL-encoded format

    TradeApiCreateSpecialKey

    recvWindow?: number

    No more than 60000

    TradeApiCreateSpecialKey

    symbol?: string

    isolated margin pair

    TradeApiCreateSpecialKey