Binance Connector JS
    Preparing search index...

    Interface RateLimitOrderRequest

    Request parameters for rateLimitOrder operation in AccountApi. RateLimitOrderRequest

    interface RateLimitOrderRequest {
        recvWindow?: number;
    }
    Index

    Properties

    Properties

    recvWindow?: number

    The value cannot be greater than 60000.
    Supports up to three decimal places of precision (e.g., 6000.346) so that microseconds may be specified.

    AccountApiRateLimitOrder