Binance Connector JS
    Preparing search index...

    Request parameters for addIpRestrictionForSubAccountApiKey operation in ApiManagementApi. AddIpRestrictionForSubAccountApiKeyRequest

    interface AddIpRestrictionForSubAccountApiKeyRequest {
        email: string;
        ipAddress?: string;
        recvWindow?: number;
        status: string;
        subAccountApiKey: string;
    }
    Index

    Properties

    email: string

    ApiManagementApiAddIpRestrictionForSubAccountApiKey

    ipAddress?: string

    Insert static IP in batch, separated by commas.

    ApiManagementApiAddIpRestrictionForSubAccountApiKey

    recvWindow?: number

    ApiManagementApiAddIpRestrictionForSubAccountApiKey

    status: string

    IP Restriction status. 1 = IP Unrestricted. 2 = Restrict access to trusted IPs only.

    ApiManagementApiAddIpRestrictionForSubAccountApiKey

    subAccountApiKey: string

    ApiManagementApiAddIpRestrictionForSubAccountApiKey