Binance Connector JS
    Preparing search index...

    Interface ExecutionRulesRequest

    Request parameters for executionRules operation in GeneralApi. ExecutionRulesRequest

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

    Properties

    symbol?: string

    Symbol to query

    GeneralApiExecutionRules

    symbols?: string[]

    List of symbols to query

    GeneralApiExecutionRules

    GeneralApiExecutionRules