WhaleAPI SDK
    Preparing search index...

    Interface ConfigParams

    Configuration parameters

    interface ConfigParams {
        appKey: string;
        appSecret: string;
        accessToken: string;
        httpUrl?: string;
        tradeWsUrl?: string;
        language?: Language;
    }
    Index

    Properties

    appKey: string

    App Key

    appSecret: string

    App Secret

    accessToken: string

    Access Token

    httpUrl?: string

    HTTP API url test env is https://openapi.longbridge.xyz

    tradeWsUrl?: string

    Websocket url for trade API (default: "wss://openapi-trade.longportapp.com")

    language?: Language

    Language identifier (default: Language.EN)