All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.webull.openapi.common.DefaultHost Maven / Gradle / Ivy

There is a newer version: 0.2.11
Show newest version
/*
 * Copyright 2022 Webull
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
package com.webull.openapi.common;

public final class DefaultHost {

    private DefaultHost() {}

    public static final String API_US = "api.webull.com";
    public static final String QUOTES_US = "usquotes-api.webullfintech.com";
    public static final String EVENTS_US = "events-api.webull.com";

    public static final String API_HK = "api.webull.hk";
    public static final String QUOTES_HK = "quotes-api.webull.hk";
    public static final String EVENTS_HK = "events-api.webull.hk";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy