> For the complete documentation index, see [llms.txt](https://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://apis.alltick.co/integration-process/market-address-description/http-quotes-api-address-description.md).

# HTTP 行情 API 地址说明

[English ](https://en.apis.alltick.co/integration-process/market-address-description/http-quotes-api-address-description)/ 中文

## API地址说明

### 股票HTTP接口API地址

/quote-stock-b-api 股票查询API

查询API为https协议，完整的url为：\
<https://quote.alltick.co/quote-stock-b-api>

每发送一次查询请求时，需要带上方法名和token信息\\

单产品请求K线示例：\
[https://quote.alltick.co/quote-stock-b-api/kline?token=你的token\&query=queryData](https://quote.alltick.co/quote-stock-b-api/kline?token=%E4%BD%A0%E7%9A%84token\&query=queryData)\\

批产品请求K线示例：\
[https://quote.alltick.co/quote-stock-b-api/batch-kline?token=你的token](https://quote.alltick.co/quote-stock-b-api/batch-kline?token=%E4%BD%A0%E7%9A%84token)\
注意：批产品请求K线时，请求参数放在body中

请求最新成交价示例：\
[https://quote.alltick.co/quote-stock-b-api/trade-tick?token=你的token\&query=queryData](https://quote.alltick.co/quote-stock-b-api/trade-tick?token=%E4%BD%A0%E7%9A%84token\&query=queryData)\\

请求最新盘口示例：\
[https://quote.alltick.co/quote-stock-b-api/depth-tick?token=你的token\&query=queryData](https://quote.alltick.co/quote-stock-b-api/depth-tick?token=%E4%BD%A0%E7%9A%84token\&query=queryData)\\

具体调用方式，请查看http接口列表

### 外汇,加密货币(数字币),商品(贵金属) HTTP接口API地址

/quote-b-api 外汇,加密货币(数字币),商品(贵金属)查询API\\

查询API为https协议，完整的url为：\
<https://quote.alltick.co/quote-b-api>\\

每发送一次查询请求时，需要带上方法名和token信息\\

单产品请求K线示例：\
[https://quote.alltick.co/quote-b-api/kline?token=你的token\&query=queryData](https://quote.alltick.co/quote-b-api/kline?token=%E4%BD%A0%E7%9A%84token\&query=queryData)\\

批产品请求K线示例：\
[https://quote.alltick.co/quote-b-api/batch-kline?token=你的token](https://quote.alltick.co/quote-b-api/batch-kline?token=%E4%BD%A0%E7%9A%84token)\
注意：批产品请求K线时，请求参数放在body中

请求最新成交价示例：\
[https://quote.alltick.co/quote-b-api/trade-tick?token=你的token\&query=queryData](https://quote.alltick.co/quote-b-api/trade-tick?token=%E4%BD%A0%E7%9A%84token\&query=queryData)\\

请求最新盘口示例：\
[https://quote.alltick.co/quote-b-api/depth-tick?token=你的token\&query=queryData](https://quote.alltick.co/quote-b-api/depth-tick?token=%E4%BD%A0%E7%9A%84token\&query=queryData)\\

具体调用方式，请查看http接口列表

***

#### 官方网站

{% hint style="info" %}
官方网站：<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:

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

The question should be specific, self-contained, and written in natural language.
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.
