Binance Connector JS
    Preparing search index...

    Request parameters for executionRules operation in GeneralApi. ExecutionRulesRequest

    interface ExecutionRulesRequest {
        id?: string;
        symbol?: string;
        symbols?: string[];
        symbolStatus?: SpotWebsocketAPI.ExecutionRulesSymbolStatusEnum;
    }
    Index

    Properties

    id?: string

    Client-generated request identifier.

    GeneralApiExecutionRules

    symbol?: string

    Query for specified symbol.

    GeneralApiExecutionRules

    symbols?: string[]

    Query for multiple symbols.

    GeneralApiExecutionRules

    Query for all symbols with the specified status. Supported values: TRADING, HALT, BREAK

    GeneralApiExecutionRules