Longbridge OpenAPI SDK
    Preparing search index...

    Interface TopMoversResponse

    Top movers response.

    interface TopMoversResponse {
        events: TopMoversEvent[];
        nextParams: string;
    }
    Index

    Properties

    Properties

    events: TopMoversEvent[]

    Top-mover events

    nextParams: string

    Pagination cursor for next page (JSON string)