> For the complete documentation index, see [llms.txt](https://en.apis.alltick.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://en.apis.alltick.co/integration-process/market-address-description/http-quotes-api-address-description.md).

# HTTP Quotes API Address Description

English / [中文](https://apis.alltick.co/jie-ru-liu-cheng/hang-qing-di-zhi-shuo-ming/http-hang-qing-api-di-zhi-shuo-ming)

## API Address Description

### Stock HTTP Interface API Address

/quote-stock-b-api Stock Query API\\

The query API uses HTTPS protocol, the complete URL is:\
<https://quote.alltick.co/quote-stock-b-api>\\

Each time a query request is sent, the method name and token information need to be provided\\

Single product request K-line example:\
<https://quote.alltick.co/quote-stock-b-api/kline?token=yourToken&query=queryData>\\

Batch product request K-line example:\
<https://quote.alltick.co/quote-stock-b-api/batch-kline?token=yourToken>\
Note: When making batch product requests for K-line, the request parameters should be placed in the body.\\

Request for latest transaction price example:\
<https://quote.alltick.co/quote-stock-b-api/trade-tick?token=yourToken&query=queryData>\\

Request for latest market depth example:\
<https://quote.alltick.co/quote-stock-b-api/depth-tick?token=yourToken&query=queryData>\\

For specific calling methods, please refer to the HTTP interface list\\

### Forex, Cryptocurrency (Digital Currency), Commodity (Precious Metal) HTTP Interface API Address

/quote-b-api Forex, Cryptocurrency (Digital Currency), Commodity (Precious Metal) Query API\\

The query API uses HTTPS protocol, the complete URL is:\
<https://quote.alltick.co/quote-b-api>\\

Each time a query request is sent, the method name and token information need to be provided\\

Single product request K-line example: <https://quote.alltick.co/quote-b-api/kline?token=yourToken&query=queryData>

Batch product request K-line example: <https://quote.alltick.co/quote-b-api/batch-kline?token=yourToken> Note: When making batch product requests for K-line, the request parameters should be placed in the body.\\

Request for latest transaction price example: <https://quote.alltick.co/quote-b-api/trade-tick?token=yourToken&query=queryData>

Request for latest market depth example: <https://quote.alltick.co/quote-b-api/depth-tick?token=yourToken&query=queryData>

For specific calling methods, please refer to the HTTP interface list

**Interface Address**

* **Base Path**: /quote-stock-b-api
* **Complete URL**: <https://quote.alltick.co/quote-stock-b-api>

**Request Example**

When sending a query request, it must include the method name and token information. An example of a request is as follows:

```arduino
https://quote.alltick.co/quote-stock-b-api/kline?token=yourToken&query=queryData
```

**Usage Instructions**

Through this interface, you can query various types of stock market data. For detailed calling methods, please refer to our HTTP interface list.

***

## Forex, Cryptocurrency, and Commodities Market Data Query

**Interface Address**

* **Base Path**: /quote-b-api
* **Complete URL**: <https://quote.alltick.co/quote-b-api>

**Request Example**

Each query must also include the method name and token information. The request format is as follows:

```arduino
https://quote.alltick.co/quote-b-api/kline?token=yourToken&query=queryData
```

**Usage Instructions**

This interface allows you to query market data for forex, cryptocurrencies (digital currencies), and commodities (precious metals). For the specific method of call, see our HTTP interface documentation list.

***

**Note:** For the security of your account, please ensure your token information is kept safe. If you need further assistance or have any questions, feel free to contact our technical support team at any time.

***

### Official Website

{% hint style="info" %}
Official website: <https://alltick.co/>
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://en.apis.alltick.co/integration-process/market-address-description/http-quotes-api-address-description.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
