Binance Connector JS
    Preparing search index...

    DepthResponse

    interface DepthResponse {
        id?: string;
        rateLimits?: SpotWebsocketAPI.RateLimits;
        result?: DepthResponseResult;
        status?: number;
    }
    Index

    Properties

    id?: string

    DepthResponse

    DepthResponse

    DepthResponse

    status?: number

    DepthResponse