Longbridge OpenAPI SDK
    Preparing search index...

    Interface CreateTopicRequest

    Options for creating a topic

    interface CreateTopicRequest {
        title: string;
        body: string;
        topicType?: string;
        tickers?: string[];
        hashtags?: string[];
    }
    Index

    Properties

    title: string

    Topic title (required)

    body: string

    Topic body in Markdown format (required)

    topicType?: string

    Content type: "article" (long-form) or "post" (short post, default)

    tickers?: string[]

    Related stock tickers, format: {symbol}.{market}, max 10

    hashtags?: string[]

    Hashtag names, max 5